4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:55:14 +0000 (20:55 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:55:14 +0000 (20:55 -0800)
SCCS-vsn: usr.sbin/config.new/config.8 8.1
SCCS-vsn: usr.sbin/config.new/config.h 8.1
SCCS-vsn: usr.sbin/config.new/files.c 8.1
SCCS-vsn: usr.sbin/config.new/gram.y 8.1
SCCS-vsn: usr.sbin/config.new/hash.c 8.1
SCCS-vsn: usr.sbin/config.new/main.c 8.1
SCCS-vsn: usr.sbin/config.new/mkheaders.c 8.1
SCCS-vsn: usr.sbin/config.new/mkioconf.c 8.1
SCCS-vsn: usr.sbin/config.new/mkmakefile.c 8.1
SCCS-vsn: usr.sbin/config.new/mkswap.c 8.1
SCCS-vsn: usr.sbin/config.new/pack.c 8.1
SCCS-vsn: usr.sbin/config.new/scan.l 8.1
SCCS-vsn: usr.sbin/config.new/sem.c 8.1
SCCS-vsn: usr.sbin/config.new/sem.h 8.1
SCCS-vsn: usr.sbin/config.new/util.c 8.1

15 files changed:
usr/src/usr.sbin/config.new/config.8
usr/src/usr.sbin/config.new/config.h
usr/src/usr.sbin/config.new/files.c
usr/src/usr.sbin/config.new/gram.y
usr/src/usr.sbin/config.new/hash.c
usr/src/usr.sbin/config.new/main.c
usr/src/usr.sbin/config.new/mkheaders.c
usr/src/usr.sbin/config.new/mkioconf.c
usr/src/usr.sbin/config.new/mkmakefile.c
usr/src/usr.sbin/config.new/mkswap.c
usr/src/usr.sbin/config.new/pack.c
usr/src/usr.sbin/config.new/scan.l
usr/src/usr.sbin/config.new/sem.c
usr/src/usr.sbin/config.new/sem.h
usr/src/usr.sbin/config.new/util.c

index 4c1672a..8e36846 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)config.8   5.1 (Berkeley) %G%
+.\"     @(#)config.8   8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CONFIG 8
 .\"
 .Dd 
 .Dt CONFIG 8
index 6067b2a..79091cf 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)config.h    5.2 (Berkeley) %G%
+ *     @(#)config.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index c011702..9055d2a 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)files.c     5.2 (Berkeley) %G%
+ *     @(#)files.c     8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 62df975..4f05d01 100644 (file)
@@ -1,8 +1,8 @@
 %{
 
 /*
 %{
 
 /*
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -15,7 +15,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)gram.y      5.3 (Berkeley) %G%
+ *     @(#)gram.y      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 5a4f31c..a866cbe 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)hash.c      5.2 (Berkeley) %G%
+ *     @(#)hash.c      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 056c5a6..4abf54a 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)main.c      5.2 (Berkeley) %G%
+ *     @(#)main.c      8.1 (Berkeley) %G%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1992 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1992, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 9133206..ffbf230 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mkheaders.c 5.2 (Berkeley) %G%
+ *     @(#)mkheaders.c 8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 6a9a9ab..88fdf72 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mkioconf.c  5.5 (Berkeley) %G%
+ *     @(#)mkioconf.c  8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 9d44b68..b30ed16 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mkmakefile.c        5.3 (Berkeley) %G%
+ *     @(#)mkmakefile.c        8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index c960b2e..9fa17bb 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mkswap.c    5.2 (Berkeley) %G%
+ *     @(#)mkswap.c    8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 1b93b8f..e306dbe 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pack.c      5.2 (Berkeley) %G%
+ *     @(#)pack.c      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index e9f98fe..9c7e275 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* 
 %{
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -14,7 +14,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)scan.l      5.2 (Berkeley) %G%
+ *     @(#)scan.l      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index e1fd455..c39ca86 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sem.c       5.2 (Berkeley) %G%
+ *     @(#)sem.c       8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 6e32bd4..fc4bbb8 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sem.h       5.2 (Berkeley) %G%
+ *     @(#)sem.h       8.1 (Berkeley) %G%
  */
 
 void           enddefs __P((const char *));
  */
 
 void           enddefs __P((const char *));
index c0005cd..12d000e 100644 (file)
@@ -1,6 +1,6 @@
 /* 
 /* 
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
  *
  * This software was developed by the Computer Systems Engineering group
  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)util.c      5.2 (Berkeley) %G%
+ *     @(#)util.c      8.1 (Berkeley) %G%
  */
 
 #include <ctype.h>
  */
 
 #include <ctype.h>