From 7d85a3e836013ccedd692635a6882941effc405a Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Wed, 27 Aug 1997 06:29:23 +0000 Subject: [PATCH] Uncomment sccsid string and enclose it inside #if 0/#endif. Cosmetic in man page. --- usr.bin/xinstall/install.1 | 15 +++++++-------- usr.bin/xinstall/xinstall.c | 6 ++++-- 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 */ /*-