4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:56:57 +0000 (17:56 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:56:57 +0000 (17:56 -0800)
SCCS-vsn: sbin/fastboot/fastboot.sh 8.1
SCCS-vsn: sbin/fastboot/fasthalt.sh 8.1
SCCS-vsn: sbin/fsck/dir.c 8.1
SCCS-vsn: sbin/fsck/fsck.8 8.1
SCCS-vsn: sbin/fsck/fsck.h 8.1
SCCS-vsn: sbin/fsck/inode.c 8.1
SCCS-vsn: sbin/fsck/main.c 8.1
SCCS-vsn: sbin/fsck/pass1.c 8.1
SCCS-vsn: sbin/fsck/pass1b.c 8.1
SCCS-vsn: sbin/fsck/pass2.c 8.1
SCCS-vsn: sbin/fsck/pass3.c 8.1
SCCS-vsn: sbin/fsck/pass4.c 8.1
SCCS-vsn: sbin/fsck/pass5.c 8.1
SCCS-vsn: sbin/fsck/preen.c 8.1
SCCS-vsn: sbin/fsck/setup.c 8.1
SCCS-vsn: sbin/fsck/utilities.c 8.1

16 files changed:
usr/src/sbin/fastboot/fastboot.sh
usr/src/sbin/fastboot/fasthalt.sh
usr/src/sbin/fsck/dir.c
usr/src/sbin/fsck/fsck.8
usr/src/sbin/fsck/fsck.h
usr/src/sbin/fsck/inode.c
usr/src/sbin/fsck/main.c
usr/src/sbin/fsck/pass1.c
usr/src/sbin/fsck/pass1b.c
usr/src/sbin/fsck/pass2.c
usr/src/sbin/fsck/pass3.c
usr/src/sbin/fsck/pass4.c
usr/src/sbin/fsck/pass5.c
usr/src/sbin/fsck/preen.c
usr/src/sbin/fsck/setup.c
usr/src/sbin/fsck/utilities.c

index 19eb59e..329aa32 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1985 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1985, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)fastboot.sh 5.6 (Berkeley) %G%
+#      @(#)fastboot.sh 8.1 (Berkeley) %G%
 #
 
 cp /dev/null /fastboot
 #
 
 cp /dev/null /fastboot
index eb65ef9..13ccf26 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1988 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1988, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)fasthalt.sh 5.4 (Berkeley) %G%
+#      @(#)fasthalt.sh 8.1 (Berkeley) %G%
 #
 
 cp /dev/null /fastboot
 #
 
 cp /dev/null /fastboot
index 1500365..54426d4 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dir.c      5.24 (Berkeley) %G%";
+static char sccsid[] = "@(#)dir.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 09f41cf..351a2fc 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1989, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1989, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)fsck.8      6.11 (Berkeley) %G%
+.\"    @(#)fsck.8      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FSCK 8
 .\"
 .Dd 
 .Dt FSCK 8
index 8744bc6..b6ca1b3 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fsck.h      5.20 (Berkeley) %G%
+ *     @(#)fsck.h      8.1 (Berkeley) %G%
  */
 
 #define        MAXDUP          10      /* limit on dup blks (per inode) */
  */
 
 #define        MAXDUP          10      /* limit on dup blks (per inode) */
index 719a7dd..20017b3 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)inode.c    5.25 (Berkeley) %G%";
+static char sccsid[] = "@(#)inode.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 9765670..29c7088 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980, 1986 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1986, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.34 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index ff3850a..920c744 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass1.c    5.21 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass1.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 43538e7..9fab10c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass1b.c   5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass1b.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 1ee9ff3..5ac8d2c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass2.c    5.22 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass2.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 4d15287..1216ebb 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass3.c    5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass3.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 41a6e40..84d39e2 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass4.c    5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass4.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 7d41ed6..0d2986b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pass5.c    5.18 (Berkeley) %G%";
+static char sccsid[] = "@(#)pass5.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 8101d25..a2d67b1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)preen.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)preen.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index f8ff79e..4d54825 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)setup.c    5.43 (Berkeley) %G%";
+static char sccsid[] = "@(#)setup.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #define DKTYPENAMES
 #endif /* not lint */
 
 #define DKTYPENAMES
index a34e8f2..90f812e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1980, 1986 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        5.37 (Berkeley) %G%";
+static char sccsid[] = "@(#)utilities.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>