From 965066d630ebcbd4fd78a21fe392f81dad612c48 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 13 Sep 1998 23:11:13 +0000 Subject: [PATCH] Add Id keyword --- COPYRIGHT | 1 + etc/Makefile | 4 +++- etc/group | 2 ++ etc/namedb/make-localhost | 2 ++ etc/root/dot.cshrc | 2 ++ etc/root/dot.login | 2 ++ gnu/libexec/uucp/sample/call.sample | 2 ++ gnu/libexec/uucp/sample/config.sample | 2 ++ gnu/libexec/uucp/sample/dial.sample | 2 ++ gnu/libexec/uucp/sample/dialcode.sample | 2 ++ gnu/libexec/uucp/sample/passwd.sample | 2 ++ gnu/libexec/uucp/sample/port.sample | 2 ++ gnu/libexec/uucp/sample/sys1.sample | 2 ++ gnu/libexec/uucp/sample/sys2.sample | 2 ++ gnu/usr.bin/man/manpath/manpath.config | 2 +- 15 files changed, 29 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index b4777223cb6f..040bf9aca86a 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,3 +1,4 @@ +# $Id:$ # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite diff --git a/etc/Makefile b/etc/Makefile index 5994622b7881..8d102f275c8e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,7 @@ +# $Id:$ + # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.169 1998/08/07 08:24:07 jb Exp $ +# $Id: Makefile,v 1.170 1998/08/31 20:45:41 jb Exp $ SUBDIR= sendmail diff --git a/etc/group b/etc/group index 97da0e3b3998..f0cc540f217b 100644 --- a/etc/group +++ b/etc/group @@ -1,3 +1,5 @@ +# $Id:$ +# wheel:*:0:root daemon:*:1:daemon kmem:*:2:root diff --git a/etc/namedb/make-localhost b/etc/namedb/make-localhost index 72bc92ea9749..b04deaaebbb2 100755 --- a/etc/namedb/make-localhost +++ b/etc/namedb/make-localhost @@ -1,5 +1,7 @@ #!/bin/sh # +# $Id:$ +# # make-localhost - edit the appropriate local information into # /etc/namedb/localhost.rev # diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 34f9022eb523..526b42cf7553 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,3 +1,5 @@ +# $Id:$ +# #csh .cshrc file alias h history 25 diff --git a/etc/root/dot.login b/etc/root/dot.login index 7b89b0f9f717..d3c8bbb1d339 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -1,3 +1,5 @@ +# $Id:$ +# # csh .login file # diff --git a/gnu/libexec/uucp/sample/call.sample b/gnu/libexec/uucp/sample/call.sample index de4190ce6125..08d34521f368 100644 --- a/gnu/libexec/uucp/sample/call.sample +++ b/gnu/libexec/uucp/sample/call.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of call, the call out password file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/config.sample b/gnu/libexec/uucp/sample/config.sample index e7d683bb0367..fdb8f09bbdda 100644 --- a/gnu/libexec/uucp/sample/config.sample +++ b/gnu/libexec/uucp/sample/config.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of config, the main configuration file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/dial.sample b/gnu/libexec/uucp/sample/dial.sample index 7eb00871b458..5ace698a5798 100644 --- a/gnu/libexec/uucp/sample/dial.sample +++ b/gnu/libexec/uucp/sample/dial.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of dial, the dialer configuration file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/dialcode.sample b/gnu/libexec/uucp/sample/dialcode.sample index 710a07bf7343..2e893b839c5c 100644 --- a/gnu/libexec/uucp/sample/dialcode.sample +++ b/gnu/libexec/uucp/sample/dialcode.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of dialcode, the dialcode configuration file for # Taylor UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/passwd.sample b/gnu/libexec/uucp/sample/passwd.sample index 2b04e13a3435..1f1ddd7ef0ef 100644 --- a/gnu/libexec/uucp/sample/passwd.sample +++ b/gnu/libexec/uucp/sample/passwd.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of passwd, the call in password file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/port.sample b/gnu/libexec/uucp/sample/port.sample index 8e481869b568..9e22db90fceb 100644 --- a/gnu/libexec/uucp/sample/port.sample +++ b/gnu/libexec/uucp/sample/port.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of port, the port configuration file for Taylor # UUCP. To use it, you must compile the package with # HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy diff --git a/gnu/libexec/uucp/sample/sys1.sample b/gnu/libexec/uucp/sample/sys1.sample index fa9e7709e1cf..d7b5e166502c 100644 --- a/gnu/libexec/uucp/sample/sys1.sample +++ b/gnu/libexec/uucp/sample/sys1.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of a sys file, the file(s) which describe remote # systems for Taylor UUCP. To use it, you must compile the package # with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), diff --git a/gnu/libexec/uucp/sample/sys2.sample b/gnu/libexec/uucp/sample/sys2.sample index 856529a500a0..66ecb78f0cd2 100644 --- a/gnu/libexec/uucp/sample/sys2.sample +++ b/gnu/libexec/uucp/sample/sys2.sample @@ -1,3 +1,5 @@ +# $Id:$ + # This is an example of a sys file, the file(s) which describe remote # systems for Taylor UUCP. To use it, you must compile the package # with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), diff --git a/gnu/usr.bin/man/manpath/manpath.config b/gnu/usr.bin/man/manpath/manpath.config index 64be43980560..8ac2f6e49add 100644 --- a/gnu/usr.bin/man/manpath/manpath.config +++ b/gnu/usr.bin/man/manpath/manpath.config @@ -1,4 +1,4 @@ -# manpath.config +# $Id:$ # # This file is read by manpath to configure the mandatory manpath, to # map each path element to a manpath element and to determine where the