aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-08-27 06:29:23 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-08-27 06:29:23 +0000
commit7d85a3e836013ccedd692635a6882941effc405a (patch)
treeb8ac8f14c2df0539302af56d0a3f1f365e3a9198 /usr.bin
parenta51024e28998b32f061ee6ce17f94ad483f2bfeb (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xinstall/install.115
-rw-r--r--usr.bin/xinstall/xinstall.c6
2 files changed, 11 insertions, 10 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 71cc4b8f1048..6d06e4987188 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
-.\" $Id$
+.\" $Id: install.1,v 1.9 1997/02/22 19:57:54 peter Exp $
.\"
.Dd September 22, 1996
.Dt INSTALL 1
@@ -102,10 +102,9 @@ then warn about files that aren't installed with
Create directories.
Missing parent directories are created as required.
.It Fl f
-Specify the target's file flags.
-(See
+Specify the target's file flags; see
.Xr chflags 1
-for a list of possible flags and their meanings.)
+for a list of possible flags and their meanings.
.It Fl g
Specify a group. A numeric GID is allowed.
.It Fl m
@@ -132,11 +131,11 @@ number of systems and binary types.
.El
.Pp
By default,
-.Nm install
+.Nm
preserves all file flags, with the exception of the ``nodump'' flag.
.Pp
The
-.Nm install
+.Nm
utility attempts to prevent moving a file onto itself.
.Pp
Installing
@@ -166,10 +165,10 @@ are created in the target directory.
.Xr chown 8
.Sh HISTORY
The
-.Nm install
+.Nm
utility appeared in
.Bx 4.2 .
.Sh BUGS
Temporary files may be left in the target directory if
-.Nm install
+.Nm
exits abnormally.
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index d809f2cba8cc..a4c8da571c0b 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -38,9 +38,11 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";*/
+#if 0
+static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";
+#endif
static const char rcsid[] =
- "$Id: xinstall.c,v 1.22 1997/03/29 04:34:07 imp Exp $";
+ "$Id: xinstall.c,v 1.23 1997/05/24 05:39:19 peter Exp $";
#endif /* not lint */
/*-