This file is indexed.

/usr/share/doc/epm/epminstall.html is in epm 4.2-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<!-- SECTION: Man Pages -->
<head>
	<style type='text/css'><!--
	h1, h2, h3, p { font-family: sans-serif; text-align: justify; }
	tt, pre a:link, pre a:visited, tt a:link, tt a:visited { font-weight: bold; color: #7f0000; }
	pre { font-weight: bold; color: #7f0000; margin-left: 2em; }
	h1.title, h2.title, h3.title { border-bottom: solid 2px #000000; }
	--></style>
	<title>epminstall(1)</title>
</head>
<body>
<h2>epminstall(1)</h2>
<h3><a name='NAME'>Name</a></h3>
epminstall - add a directory, file, or symlink to a list file.
<h3><a name='SYNOPSIS'>Synopsis</a></h3>
<b>epminstall
</b><i>options
</i>file1 file2 ... fileN directory
<br>
<b>epminstall
</b><i>options
</i>file1 file2
<br>
<b>epminstall
</b><i>options
</i>-d directory1 directory2 ... directoryN
<h3><a name='DESCRIPTION'>Description</a></h3>
<b>epminstall</b> adds or replaces a directory, file, or symlink
in a list file. The default list file is "epm.list" and can be
overridden using the <i>EPMLIST</i> environment variable or the
<i>--list-file</i> option.
<p>Entries are either added to the end of the list file or replaced
in-line. Comments, directives, and variable declarations in the
list file are preserved.
<h3><a name='OPTIONS'>Options</a></h3>
<b>epminstall</b> recognizes the standard Berkeley <i>install</i> command
options:
<dl>
<!-- NEED 3 --><dt>-b
</dt>
<dd>Make a backup of existing files (ignored, default for EPM.)
</dd>
<!-- NEED 3 --><dt>-c
</dt>
<dd>BSD old compatibility mode (ignored.)
</dd>
<!-- NEED 3 --><dt>-g <i>group</i>
</dt>
<dd>Set the group owner of the file or directory to <i>group</i>. The default
group is "sys".
</dd>
<!-- NEED 3 --><dt>-m <i>mode</i>
</dt>
<dd>Set the permissions of the file or directory to <i>mode</i>. The default
permissions are 0755 for directories and executable files and
0644 for non-executable files.
</dd>
<!-- NEED 3 --><dt>-o <i>owner</i>
</dt>
<dd>Set the owner of the file or directory to <i>owner</i>. The default
owner is "root".
</dd>
<!-- NEED 3 --><dt>-s
</dt>
<dd>Strip the files (ignored, default for EPM.)
</dd>
<!-- NEED 3 --><dt>--list-file <i>filename.list</i>
</dt>
<dd>Specify the list file to update.
</dd>
</dl>
<h3><a name='SEE_ALSO'>See Also</a></h3>
epm(1) - create software packages
<br>
mkepmlist(1) - make an epm list file from a directory
<br>
epm.list(5) - epm list file format
<h3><a name='COPYRIGHT'>Copyright</a></h3>
Copyright 1999-2007 by Easy Software Products, All Rights Reserved.
<p>This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
<p>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

</body>
</html>