diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-09-13 23:11:13 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-09-13 23:11:13 +0000 |
| commit | 965066d630ebcbd4fd78a21fe392f81dad612c48 (patch) | |
| tree | 4090408128256319e729a6d725001bb8700fa69c /etc | |
| parent | dfef928b1ca0fcd23d1c325793a9a85d79e81cdb (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 4 | ||||
| -rw-r--r-- | etc/group | 2 | ||||
| -rwxr-xr-x | etc/namedb/make-localhost | 2 | ||||
| -rw-r--r-- | etc/root/dot.cshrc | 2 | ||||
| -rw-r--r-- | etc/root/dot.login | 2 |
5 files changed, 11 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 5994622b7881a..8d102f275c8e3 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 97da0e3b3998d..f0cc540f217b5 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 72bc92ea97491..b04deaaebbb24 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 34f9022eb523a..526b42cf7553b 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 7b89b0f9f7173..d3c8bbb1d3399 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -1,3 +1,5 @@ +# $Id:$ +# # csh .login file # |
