4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:00:34 +0000 (18:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:00:34 +0000 (18:00 -0800)
SCCS-vsn: sbin/init/init.8 8.1
SCCS-vsn: sbin/init/init.c 8.1
SCCS-vsn: sbin/init/pathnames.h 8.1

usr/src/sbin/init/init.8
usr/src/sbin/init/init.c
usr/src/sbin/init/pathnames.h

index 0840871..af764a2 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1980, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Donn Seeley at Berkeley Software Design, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Donn Seeley at Berkeley Software Design, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)init.8     6.8 (Berkeley) %G%
+.\"     @(#)init.8     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt INIT 8
 .\"
 .Dd 
 .Dt INIT 8
index b94ae1f..a3d1e66 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     6.23 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 2e53bd1..94339c3 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at Berkeley Software Design, Inc.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Donn Seeley at Berkeley Software Design, Inc.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 6.2 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #include <paths.h>
  */
 
 #include <paths.h>