diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 5e19e782632a..4fdaae4b576b 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,4 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 +# $Id$ BINDIR?= /bin NOSHARED?= YES diff --git a/bin/ed/test/README b/bin/ed/test/README index ab66b9228cd5..72c7217f0f0e 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,3 +1,5 @@ +# $Id$ + The files in this directory with suffixes `.t', `.d', `.r' and `.err' are used for testing ed. To run the tests, set the ED variable in the Makefile for the path name of the program to be tested (e.g., /bin/ed), and type diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index edc935d28701..f58c60977b5b 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -2,6 +2,8 @@ # This script runs the .ed scripts generated by mkscripts.sh # and compares their output against the .r files, which contain # the correct output +# +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index fa3147f56328..3e1a3d4c543a 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,5 +1,7 @@ #!/bin/sh - # This script generates ed test scripts (.ed) from .t files +# +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/libexec/Makefile b/libexec/Makefile index cbf0e8d0bcce..da56d211e1d1 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \ mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \ diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index 92b1b4983110..2cd9453a7c34 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,3 +1,5 @@ +# $Id$ + -----BEGIN PGP SIGNED MESSAGE----- Sorry for the long wait, but there still were a few things to diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index a76e18acd2a9..a605c6a98fda 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,3 +1,4 @@ +# $Id$ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/Changes b/libexec/bootpd/Changes index b08989e7b0aa..23310e1cf285 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,3 +1,5 @@ +# $Id$ + Changes, most recent first Date, Real Name what... diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 701eb2bcc106..50187dae4588 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,3 +1,4 @@ +# $Id$ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index 78d809e6b215..bec9ac0faa1c 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,3 +1,4 @@ +# $Id$ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index 0901b2578598..ddfaebe9bab3 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,3 +1,4 @@ +# $Id$ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 6ab769e49845..db4eecd4101f 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + $Id$ + ************************************************************************/ /* diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 2f8b3a6ff304..a798f8afa9e1 100644 --- a/libexec/bootpd/bootptab.mcs +++ b/libexec/bootpd/bootptab.mcs @@ -2,6 +2,8 @@ # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993 # Blank lines and lines beginning with '#' are ignored. # +# $Id$ +# # Legend: (see bootptab.5) # first field -- hostname (not indented) # bf -- bootfile diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index e46ae9e4308d..447826f3ca0e 100644 --- a/libexec/bootpd/dovend.c +++ b/libexec/bootpd/dovend.c @@ -1,5 +1,7 @@ /* * dovend.c : Inserts all but the first few vendor options. + * + * $Id$ */ #include diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 8c049b99deba..3827fd99b00e 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,5 +1,7 @@ /* * dumptab.c - handles dumping the database + * + * $Id$ */ #include diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 71d576a36a09..c396c8125484 100644 --- a/libexec/bootpd/getether.c +++ b/libexec/bootpd/getether.c @@ -6,6 +6,8 @@ * * If you figure out how to do this on another system, * please let me know. + * + * $Id$ */ #include diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index c9c08cd0d48a..eeff50f081d2 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,5 +1,7 @@ /* * getif.c : get an interface structure + * + * $Id$ */ #include diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 9637c9ae85dc..f9597513f8b9 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + $Id$ + ************************************************************************/ /* diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 81c1c98aed7c..bc41cff2d7e6 100644 --- a/libexec/bootpd/hwaddr.c +++ b/libexec/bootpd/hwaddr.c @@ -1,6 +1,8 @@ /* * hwaddr.c - routines that deal with hardware addresses. * (i.e. Ethernet) + * + * $Id$ */ #include diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index 8b40799feff1..b0a8c290801b 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,4 +1,9 @@ -/* hwaddr.h */ +/* + * hwaddr.h + * + * $Id$ + */ + #ifndef HWADDR_H #define HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index c99f1b80da0e..ed1a27cbe2cf 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,5 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask + * + * $Id$ */ #include diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index 3909c641874e..85566b5015a9 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,3 +1,8 @@ -/* patchlevel.h */ +/* + * patchlevel.h + * + * $Id$ + */ + #define VERSION "2.4" #define PATCHLEVEL 3 diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index f7fbdc07f520..8dfd43023d0b 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + $Id$ + ************************************************************************/ /* diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 3ffe50be08cb..c7e927687dbf 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + $Id$ + ************************************************************************/ /* diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index c4e38d412144..2e2311284fc2 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -30,6 +30,8 @@ * 10/11/93 Released version 1.1 * 09/28/93 Released version 1.0 * 09/93 Original developed by Gordon W. Ross + * + * $Id$ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index ff31670a45c9..8390321912a3 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -22,6 +22,8 @@ * * This file was copied from tcpdump-2.1.1 and modified. * There is an e-mail list for tcpdump: + * + * $Id$ */ #include diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 5510995386e9..41800d78c126 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,5 +1,7 @@ /* * trygetea.c - test program for getether.c + * + * $Id$ */ #include diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 8c78ee34247a..e6226dcb9ef0 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,5 +1,7 @@ /* * trygetif.c - test program for getif.c + * + * $Id$ */ #include diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 0479166d2f35..0681dceebbc4 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,5 +1,7 @@ /* * trylook.c - test program for lookup.c + * + * $Id$ */ #include diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 14e793dad6be..7352ab55103a 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= comsat MAN8= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 2608676e02bd..916d1c90d064 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 7508bb7c2213..c3b876a77765 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index bd39992e36ee..4deac6475ff2 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= fingerd MAN8= fingerd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 9805cabc5013..ff1cdfbf8589 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/4/94 + * $Id$ */ void blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 4a162c609d66..5951e7099e11 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94 + * $Id$ */ /* diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 2017ad5213cf..11d72546ee98 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index d08bdba85bd3..9562795fa8c3 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -30,6 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ */ #ifndef lint diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 02278e79caba..8842742acfe2 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 + * $Id$ */ #include diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index cdb60651de11..4ca4e5b72406 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -33,7 +33,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ */ + #if 0 #ifndef lint static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index 5c34b9b7395d..8dedc18e6f1c 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -1,4 +1,7 @@ -/* Author: Wietse Venema, Eindhoven University of Technology. */ +/* Author: Wietse Venema, Eindhoven University of Technology. + * + * $Id$ + */ #include #include diff --git a/libexec/lfs_cleanerd/Makefile b/libexec/lfs_cleanerd/Makefile index dac065c74a44..cda92366f479 100644 --- a/libexec/lfs_cleanerd/Makefile +++ b/libexec/lfs_cleanerd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id$ PROG= lfs_cleanerd CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG} diff --git a/libexec/lfs_cleanerd/clean.h b/libexec/lfs_cleanerd/clean.h index 729d0f8f1e3b..b28cffe10ba7 100644 --- a/libexec/lfs_cleanerd/clean.h +++ b/libexec/lfs_cleanerd/clean.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)clean.h 8.1 (Berkeley) 6/4/93 + * $Id$ */ /* diff --git a/libexec/lfs_cleanerd/cleanerd.c b/libexec/lfs_cleanerd/cleanerd.c index 994992e48cfe..44bd70236917 100644 --- a/libexec/lfs_cleanerd/cleanerd.c +++ b/libexec/lfs_cleanerd/cleanerd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/lfs_cleanerd/lfs_cleanerd.8 b/libexec/lfs_cleanerd/lfs_cleanerd.8 index d8ce2b4a8a6b..2163de6e04d0 100644 --- a/libexec/lfs_cleanerd/lfs_cleanerd.8 +++ b/libexec/lfs_cleanerd/lfs_cleanerd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lfs_cleanerd.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd "December 11, 1993" .Dt LFS_CLEANERD 8 diff --git a/libexec/lfs_cleanerd/library.c b/libexec/lfs_cleanerd/library.c index 62f345af0106..0901030e2961 100644 --- a/libexec/lfs_cleanerd/library.c +++ b/libexec/lfs_cleanerd/library.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/lfs_cleanerd/print.c b/libexec/lfs_cleanerd/print.c index 64320c5a3a9e..8468f123efe0 100644 --- a/libexec/lfs_cleanerd/print.c +++ b/libexec/lfs_cleanerd/print.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 10371e436017..59eaed29c337 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 +# $Id$ PROG= mail.local MAN8= mail.local.8 diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 979cd44110f2..8ffd5357ddf4 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt MAIL.LOCAL 8 diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c index c6d869d32b2c..1809f35696e0 100644 --- a/libexec/mail.local/mail.local.c +++ b/libexec/mail.local/mail.local.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 47cc1c6a1eb4..2ec0edde9e0f 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= makekey MAN8= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 15d8e154e206..dc367bf50f57 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 95febcf31a40..482908d75362 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 369b1e71fb8c..dfb087004e34 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index f5e8bceac680..c39150cae449 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -39,6 +39,7 @@ * SUCH DAMAGE. * * @(#)bpf.c 8.1 (Berkeley) 6/4/93 + * $Id$ * * Utah $Hdr: bpf.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index a01a4a5245fa..7d7bce246b81 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -39,6 +39,7 @@ * SUCH DAMAGE. * * @(#)parseconf.c 8.1 (Berkeley) 6/4/93 + * $Id$ * * Utah $Hdr: parseconf.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index 4db4d6e222a0..8b2a281359a5 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -38,6 +38,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rbootd.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .\" Utah $Hdr: rbootd.man 3.1 92/07/06$ .\" Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index 0164345ad100..c889d921d488 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -39,6 +39,7 @@ * SUCH DAMAGE. * * @(#)rbootd.c 8.2 (Berkeley) 2/22/94 + * $Id$ * * Utah $Hdr: rbootd.c 3.1 92/07/06$ * Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 006a10e6b596..ebd3d1597846 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= rexecd MAN8= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 34059b8be98b..df8950419db9 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rexecd.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 9c6d029f751a..61f020aca022 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index e7c147dbca92..41136e21b162 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index a71a9ce344a2..a702b137d0a7 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogind.8 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RLOGIND 8 diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 81b0ddc584b5..c43085a076f8 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 189e689ae4d6..a274bb235ee3 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 6a2b12d7fbff..9945dde6aec1 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 4b4a839970ac..1754066e11b3 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index cb171f472f96..440041e705ac 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 0769d97eef5b..af9e1194ac7a 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index fce70c652711..df087e3c4f7b 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index ef5720608bf3..a31c611afa28 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index 9fd595016208..499761e9a5e7 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 4a93d76567a6..7c9919effb41 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 +# $Id$ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 2460cf6c2f0d..05898fb5521d 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 + * $Id$ */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index 4e14a88b49cd..979f4d00a4f8 100644 --- a/libexec/telnetd/pathnames.h +++ b/libexec/telnetd/pathnames.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 + * $Id$ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index a03bd9d3f42d..a3799f3eeb9c 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index db9fbe814df4..4e72666d7cd5 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 77a9b7e16e38..72a1ff399f3f 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index d63c4c5752d3..a98a0018dcd7 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 +.\" $Id$ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index e131cae5a3af..afbced32c40a 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index b08e50f0d625..9cb2b630b6b7 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 03e1af2eaf39..3620813bd6c6 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 728e2a26cc33..b7c600c41955 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 9ab7778fa40d..d46676ecad33 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index d9b3c91741e8..9a296c99cea1 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= uucpd MAN8= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index 46310a4fc1e9..782f23e87416 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -31,6 +31,8 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 + * + * $Id$ */ #include diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index f645eea75214..266831dedd23 100644 --- a/libexec/uucpd/uucpd.c +++ b/libexec/uucpd/uucpd.c @@ -32,6 +32,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index 8dfad8808bbd..ec67c94895e1 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #include diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index 77c6ae9c36ea..e41d214ed07f 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,5 +1,7 @@ /* * Pathnames for files used by xtend + * + * $Id$ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index 2ee3812a2d56..e527f55155c6 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #include diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index f029f5f69e5d..a795dba1a3e6 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #include diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index e782f155ca37..23e8c6b266d0 100644 --- a/libexec/xtend/xten.h +++ b/libexec/xtend/xten.h @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index 7d877e5edc7e..f99dfb7e32fd 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,6 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 .Dt XTEND 8 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 609bc7fe016d..dd3212978418 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index 1b8c7067e3f1..9d704449cf69 100644 --- a/libexec/xtend/xtend.h +++ b/libexec/xtend/xtend.h @@ -27,6 +27,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ /* diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile index 819ee606affd..c72f98593118 100644 --- a/lkm/ibcs2/Makefile +++ b/lkm/ibcs2/Makefile @@ -1,4 +1,4 @@ -# Makefile,v 1.5 1994/12/11 21:27:14 wollman Exp +# $Id$ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/lkm/joy/Makefile b/lkm/joy/Makefile index 51b6a5409aae..c466c60b5105 100644 --- a/lkm/joy/Makefile +++ b/lkm/joy/Makefile @@ -1,3 +1,5 @@ +# $Id$ + .PATH: ${.CURDIR}/../../sys/i386/isa KMOD = joy_mod SRCS = joy.c joy.h diff --git a/lkm/qcam/Makefile b/lkm/qcam/Makefile index 51bbafed253c..8720d0f7d905 100644 --- a/lkm/qcam/Makefile +++ b/lkm/qcam/Makefile @@ -1,3 +1,5 @@ +# $Id$ + .PATH: ${.CURDIR}/../../sys/i386/isa KMOD = qcam_mod SRCS = qcam.c qcamio.c qcam.h diff --git a/lkm/syscons/saver.h b/lkm/syscons/saver.h index ecaee02a9580..b2e0b6d4dba3 100644 --- a/lkm/syscons/saver.h +++ b/lkm/syscons/saver.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index 819ee606affd..c72f98593118 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,4 +1,4 @@ -# Makefile,v 1.5 1994/12/11 21:27:14 wollman Exp +# $Id$ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index 51b6a5409aae..c466c60b5105 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -1,3 +1,5 @@ +# $Id$ + .PATH: ${.CURDIR}/../../sys/i386/isa KMOD = joy_mod SRCS = joy.c joy.h diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h index ecaee02a9580..b2e0b6d4dba3 100644 --- a/sys/modules/syscons/saver.h +++ b/sys/modules/syscons/saver.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #include #include #include