check in for bill
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 17 Jan 1983 09:31:46 +0000 (01:31 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 17 Jan 1983 09:31:46 +0000 (01:31 -0800)
SCCS-vsn: sbin/shutdown/shutdown.c 4.15

usr/src/sbin/shutdown/shutdown.c

index 7680feb..e400a3f 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)shutdown.c  4.14 (Berkeley) 82/10/23";
+static char *sccsid = "@(#)shutdown.c  4.15 (Berkeley) 83/01/16";
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -13,13 +13,6 @@ static       char *sccsid = "@(#)shutdown.c  4.14 (Berkeley) 82/10/23";
  *     of iminent shutdown of unix
  *     and shut it down automatically
  *     and even reboot or halt the machine if they desire
  *     of iminent shutdown of unix
  *     and shut it down automatically
  *     and even reboot or halt the machine if they desire
- *
- *             Ian Johnstone, Sydney, 1977
- *             Robert Elz, Melbourne, 1978
- *             Peter Lamb, Melbourne, 1980
- *             William Joy, Berkeley, 1981
- *             Michael Toy, Berkeley, 1981
- *             Dave Presotto, Berkeley, 1981
  */
 #ifdef DEBUG
 #define LOGFILE "shutdown.log"
  */
 #ifdef DEBUG
 #define LOGFILE "shutdown.log"