File: epminstall.html

package info (click to toggle)
epm 3.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,020 kB
  • ctags: 371
  • sloc: ansic: 6,199; cpp: 1,188; makefile: 201; perl: 134
file content (95 lines) | stat: -rw-r--r-- 2,491 bytes parent folder | download
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
93
94
95
<HTML>
<BODY>
<H2><A NAME="epminstall">epminstall</A></H2>
<HR>
<P>Add a directory, file, or symlink to a list file.</P>

<H3>Synopsis</H3>

<P><B>epminstall</B> <I>options</I> file1 file2 ... fileN directory</P>

<P><B>epminstall</B> <I>options</I> file1 file2</P>

<P><B>epminstall</B> <I>options</I> -d directory1 directory2 ... directoryN </P>

<H3>Description</H3>

<P><B>epminstall</B> adds or replaces a directory, file, or
symlink in a list file. The default list file is
<VAR>epm.list</VAR> and can be overridden using the
<CODE>EPMLIST</CODE> environment variable or the
<CODE>--list-file</CODE> option.</P>

<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.</P>

<H3>Options</H3>

<P><B>epminstall</B> recognizes the standard Berkeley
<I>install</I> command options:

<UL><DL>

	<DT>-b</DT>

	<DD>Make a backup of existing files (ignored, default
	for EPM.)</DD>

	<DT>-c</DT>

	<DD>BSD old compatibility mode (ignored.)</DD>

	<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>

	<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>

	<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>

	<DT>-s</DT>

	<DD>Strip the files (ignored, default for EPM.)</DD>

	<DT>--list-file <I>filename.list</I></DT>

	<DD>Specify the list file to update.</DD>

</DL></UL>

<H3>See Also</H3>

<P><A HREF="#epm">epm(1)</A> - create software packages.<BR>

<A HREF="#mkepmlist">mkepmlist(1)</A> - make an epm list file
from a directory.<BR>

<A HREF="#REFERENCE">epm.list(5)</A> - epm list file format.</P>

<H3>Copyright</H3>

<P>Copyright 1999-2001 by Easy Software Products, All Rights
Reserved.</P>

<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>

<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.</P>

</BODY>
</HTML>