From f173325ac850b1859902fe746462676d9c731e7a Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 23 Feb 1997 09:21:14 +0000 Subject: Revert $FreeBSD$ to $Id$ --- etc/MAKEDEV | 2 +- etc/Makefile | 2 +- etc/crontab | 2 +- etc/defaults/make.conf | 2 +- etc/defaults/pccard.conf | 2 +- etc/etc.amd64/rc.amd64 | 2 +- etc/etc.i386/MAKEDEV | 2 +- etc/etc.i386/rc.i386 | 2 +- etc/host.conf | 2 +- etc/hosts | 2 +- etc/login.conf | 2 +- etc/make.conf | 2 +- etc/mtree/BSD.include.dist | 2 +- etc/mtree/BSD.local.dist | 2 +- etc/mtree/BSD.release.dist | 2 +- etc/mtree/BSD.root.dist | 2 +- etc/mtree/BSD.usr.dist | 2 +- etc/mtree/BSD.var.dist | 2 +- etc/namedb/PROTO.localhost.rev | 2 +- etc/namedb/named.boot | 2 +- etc/netstart | 2 +- etc/newsyslog.conf | 2 +- etc/pccard.conf.sample | 2 +- etc/phones | 2 +- etc/ppp/ppp.conf.filter.sample | 2 +- etc/ppp/ppp.conf.iij.sample | 2 +- etc/ppp/ppp.conf.sample | 2 +- etc/ppp/ppp.linkup.sample | 2 +- etc/ppp/ppp.secret.sample | 2 +- etc/printcap | 2 +- etc/protocols | 2 +- etc/rc | 2 +- etc/rc.d/serial | 2 +- etc/rc.firewall | 2 +- etc/rc.local | 2 +- etc/rc.serial | 2 +- etc/root/dot.klogin | 2 +- etc/root/dot.profile | 2 +- etc/security | 2 +- etc/services | 2 +- etc/sysconfig | 2 +- etc/weekly | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) (limited to 'etc') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index e1b0544..964e175 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -102,7 +102,7 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $FreeBSD$ +# $Id$ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH diff --git a/etc/Makefile b/etc/Makefile index 50f4255..23295db 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $FreeBSD$ +# $Id$ # -rw-r--r-- BINOWN= root diff --git a/etc/crontab b/etc/crontab index fd9f7ec..152634b 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $FreeBSD$ +# $Id$ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 7fee7a8..c944dcc 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 761fb28..c26b327 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -8,7 +8,7 @@ # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # -# $FreeBSD$ +# $Id$ # Generally available IO ports io 0x240-0x360 diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index c2799a4..c03c249 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $FreeBSD$ +# $Id$ # Do i386 specific processing # diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index e1b0544..964e175 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -102,7 +102,7 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $FreeBSD$ +# $Id$ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index c2799a4..c03c249 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $FreeBSD$ +# $Id$ # Do i386 specific processing # diff --git a/etc/host.conf b/etc/host.conf index 06c04d7..10f4c65 100644 --- a/etc/host.conf +++ b/etc/host.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # Default is to use the nameserver first bind # If that doesn't work, then try the /etc/hosts file diff --git a/etc/hosts b/etc/hosts index f2aeebc..d5a185e 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Host Database # This file should contain the addresses and aliases diff --git a/etc/login.conf b/etc/login.conf index 2b658ab..154b0fb 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -9,7 +9,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $FreeBSD$ +# $Id$ # diff --git a/etc/make.conf b/etc/make.conf index 7fee7a8..c944dcc 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 666901e..05454d7 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=bin gname=bin mode=0755 diff --git a/etc/mtree/BSD.local.dist b/etc/mtree/BSD.local.dist index f6d3e81..d922b44 100644 --- a/etc/mtree/BSD.local.dist +++ b/etc/mtree/BSD.local.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=bin gname=bin mode=0755 diff --git a/etc/mtree/BSD.release.dist b/etc/mtree/BSD.release.dist index 8f20b2c..7dcb262 100644 --- a/etc/mtree/BSD.release.dist +++ b/etc/mtree/BSD.release.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=root gname=wheel mode=0755 diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index d88b9ad..9c14869 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=root gname=wheel mode=0755 diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 367ee88..de3c435 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=bin gname=bin mode=0755 diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist index 78fda9a..a7e89eb 100644 --- a/etc/mtree/BSD.var.dist +++ b/etc/mtree/BSD.var.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # /set type=dir uname=bin gname=bin mode=0755 diff --git a/etc/namedb/PROTO.localhost.rev b/etc/namedb/PROTO.localhost.rev index 18c6380..bc4e8ac 100644 --- a/etc/namedb/PROTO.localhost.rev +++ b/etc/namedb/PROTO.localhost.rev @@ -1,5 +1,5 @@ ; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90 -; $FreeBSD$ +; $Id$ ; ; This file is automatically edited by the `make-localhost' script in ; the /etc/namedb directory. diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot index 872a0df..8f298ef 100644 --- a/etc/namedb/named.boot +++ b/etc/namedb/named.boot @@ -1,4 +1,4 @@ -; $FreeBSD$ +; $Id$ ; From: @(#)named.boot 5.1 (Berkeley) 6/30/90 ; boot file for secondary name server diff --git a/etc/netstart b/etc/netstart index bd7baca..c6772e0 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $FreeBSD$ +# $Id$ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index bd3b6e2..1232364 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,5 +1,5 @@ # configuration file for newsyslog -# $FreeBSD$ +# $Id$ # # logfilename owner.group mode count size time [ZB] /var/cron/log 600 3 100 * Z diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 761fb28..c26b327 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -8,7 +8,7 @@ # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # -# $FreeBSD$ +# $Id$ # Generally available IO ports io 0x240-0x360 diff --git a/etc/phones b/etc/phones index 89a1339..a0d1db3 100644 --- a/etc/phones +++ b/etc/phones @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # From: @(#)phones 5.2 (Berkeley) 6/30/90 # # phones -- remote host phone number data base diff --git a/etc/ppp/ppp.conf.filter.sample b/etc/ppp/ppp.conf.filter.sample index c925ed9..9eaae8e 100644 --- a/etc/ppp/ppp.conf.filter.sample +++ b/etc/ppp/ppp.conf.filter.sample @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # # An example of packet filter definition. # diff --git a/etc/ppp/ppp.conf.iij.sample b/etc/ppp/ppp.conf.iij.sample index e667179..b089860 100644 --- a/etc/ppp/ppp.conf.iij.sample +++ b/etc/ppp/ppp.conf.iij.sample @@ -10,7 +10,7 @@ # In all cases, you can use same username and password assigned # from IIJ. # -# $FreeBSD$ +# $Id$ # ############################################################################# # diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 809e37e..75c30ad 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $FreeBSD$ +# $Id$ # ################################################################# # diff --git a/etc/ppp/ppp.linkup.sample b/etc/ppp/ppp.linkup.sample index 544657a..1913c3d 100644 --- a/etc/ppp/ppp.linkup.sample +++ b/etc/ppp/ppp.linkup.sample @@ -14,7 +14,7 @@ # # 3) If given label name is not found, then label MYADDR is searched. # -# $FreeBSD$ +# $Id$ # ######################################################################### # diff --git a/etc/ppp/ppp.secret.sample b/etc/ppp/ppp.secret.sample index 074d399..d1a781c 100644 --- a/etc/ppp/ppp.secret.sample +++ b/etc/ppp/ppp.secret.sample @@ -1,7 +1,7 @@ ################################################## # Sysname Secret Key Peer's IP address # -# $FreeBSD$ +# $Id$ # ################################################## oscar OurSecretKey 192.244.184.34/24 diff --git a/etc/printcap b/etc/printcap index 94aafce..77698d5 100644 --- a/etc/printcap +++ b/etc/printcap @@ -1,5 +1,5 @@ # @(#)printcap 5.3 (Berkeley) 6/30/90 -# $FreeBSD$ +# $Id$ # # This enables a simple local "raw" printer, hooked up to the first diff --git a/etc/protocols b/etc/protocols index 31b06e4..caf2713 100644 --- a/etc/protocols +++ b/etc/protocols @@ -1,7 +1,7 @@ # # Internet (IP) protocols # -# $FreeBSD$ +# $Id$ # from: @(#)protocols 5.1 (Berkeley) 4/17/89 # # Updated for FreeBSD based on RFC 1340, Assigned Numbers (July 1992). diff --git a/etc/rc b/etc/rc index a71b8c7..967cfe2 100644 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $Id$ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot diff --git a/etc/rc.d/serial b/etc/rc.d/serial index 3ddbd07..580e505 100644 --- a/etc/rc.d/serial +++ b/etc/rc.d/serial @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $Id$ # Change some defaults for serial devices. # Standard defaults are: diff --git a/etc/rc.firewall b/etc/rc.firewall index ddd9459..e56760f 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $FreeBSD$ +# $Id$ ############ # diff --git a/etc/rc.local b/etc/rc.local index d4bf6bd..2b2a60d 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -1,7 +1,7 @@ # # site-specific startup actions, daemons # -# $FreeBSD$ +# $Id$ # T=/tmp/_motd diff --git a/etc/rc.serial b/etc/rc.serial index 3ddbd07..580e505 100644 --- a/etc/rc.serial +++ b/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $Id$ # Change some defaults for serial devices. # Standard defaults are: diff --git a/etc/root/dot.klogin b/etc/root/dot.klogin index 5f3cb7f..7faa465 100644 --- a/etc/root/dot.klogin +++ b/etc/root/dot.klogin @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # user1.root@your.realm.wherever # user2.root@your.realm.wherever diff --git a/etc/root/dot.profile b/etc/root/dot.profile index ef21e19..66b7b68 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin echo 'erase ^H, kill ^U, intr ^C' diff --git a/etc/security b/etc/security index a62c5334..7e2f6ab 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $FreeBSD$ +# $Id$ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL diff --git a/etc/services b/etc/services index 0f9ba3b..d4473af 100644 --- a/etc/services +++ b/etc/services @@ -9,7 +9,7 @@ # Kerberos services are for Kerberos v4, and are unofficial. Sites running # v5 should uncomment v5 entries and comment v4 entries. # -# $FreeBSD$ +# $Id$ # From: @(#)services 5.8 (Berkeley) 5/9/91 # # WELL KNOWN PORT NUMBERS diff --git a/etc/sysconfig b/etc/sysconfig index aedeb69..4831552 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $FreeBSD$ +# $Id$ ######################### Start Of Local Configuration Section ########### diff --git a/etc/weekly b/etc/weekly index 9d8ceef..cb65947 100644 --- a/etc/weekly +++ b/etc/weekly @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)weekly 5.14 (Berkeley) 6/23/91 -# $FreeBSD$ +# $Id$ PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec export PATH -- cgit v1.1