put sccs id's to some use
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 17 Jul 1983 15:12:30 +0000 (07:12 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 17 Jul 1983 15:12:30 +0000 (07:12 -0800)
SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 4.7
SCCS-vsn: usr.sbin/lpr/lpc/cmdtab.c 4.3
SCCS-vsn: usr.sbin/lpr/common_source/common.c 4.8
SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 4.9
SCCS-vsn: usr.sbin/lpr/lpc/lpc.c 4.4
SCCS-vsn: usr.sbin/lpr/lpd/lpdchar.c 4.3
SCCS-vsn: usr.sbin/lpr/lpq/lpq.c 4.5
SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 4.24
SCCS-vsn: usr.sbin/lpr/lprm/lprm.c 4.5
SCCS-vsn: usr.sbin/lpr/pac/pac.c 4.2
SCCS-vsn: usr.sbin/lpr/common_source/printcap.c 1.6
SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 4.11
SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 4.6
SCCS-vsn: usr.sbin/lpr/common_source/rmjob.c 4.7
SCCS-vsn: usr.sbin/lpr/common_source/startdaemon.c 4.7

15 files changed:
usr/src/usr.sbin/lpr/common_source/common.c
usr/src/usr.sbin/lpr/common_source/displayq.c
usr/src/usr.sbin/lpr/common_source/printcap.c
usr/src/usr.sbin/lpr/common_source/rmjob.c
usr/src/usr.sbin/lpr/common_source/startdaemon.c
usr/src/usr.sbin/lpr/lpc/cmds.c
usr/src/usr.sbin/lpr/lpc/cmdtab.c
usr/src/usr.sbin/lpr/lpc/lpc.c
usr/src/usr.sbin/lpr/lpd/lpdchar.c
usr/src/usr.sbin/lpr/lpd/printjob.c
usr/src/usr.sbin/lpr/lpd/recvjob.c
usr/src/usr.sbin/lpr/lpq/lpq.c
usr/src/usr.sbin/lpr/lpr/lpr.c
usr/src/usr.sbin/lpr/lprm/lprm.c
usr/src/usr.sbin/lpr/pac/pac.c

index 447189c..63b740e 100644 (file)
@@ -1,4 +1,7 @@
-/*     common.c        4.7     83/06/22        */
+#ifndef lint
+static char sccsid[] = "@(#)common.c   4.8 (Berkeley) %G%";
+#endif
+
 /*
  * Routines and data common to all the line printer functions.
  */
 /*
  * Routines and data common to all the line printer functions.
  */
index 7bf2d4d..b0224f7 100644 (file)
@@ -1,4 +1,7 @@
-/*     displayq.c      4.8     83/06/29        */
+#ifndef lint
+static char sccsid[] = "@(#)displayq.c 4.9 (Berkeley) %G%";
+#endif
+
 /*
  * Routines to display the state of the queue.
  */
 /*
  * Routines to display the state of the queue.
  */
index 0621297..ac52ab1 100644 (file)
@@ -1,4 +1,7 @@
-/*     printcap.c      1.5     83/05/13        */
+#ifndef lint
+static char sccsid[] = "@(#)printcap.c 1.6 (Berkeley) %G%";
+#endif
+
 /* Copyright (c) 1979 Regents of the University of California */
 #define        BUFSIZ  1024
 #define MAXHOP 32      /* max number of tc= indirections */
 /* Copyright (c) 1979 Regents of the University of California */
 #define        BUFSIZ  1024
 #define MAXHOP 32      /* max number of tc= indirections */
index 05bdb05..cca52de 100644 (file)
@@ -1,4 +1,7 @@
-/*     rmjob.c 4.6     83/06/29        */
+#ifndef lint
+static char sccsid[] = "@(#)rmjob.c    4.7 (Berkeley) %G%";
+#endif
+
 /*
  * rmjob - remove the specified jobs from the queue.
  */
 /*
  * rmjob - remove the specified jobs from the queue.
  */
index ad62994..940d95b 100644 (file)
@@ -1,4 +1,7 @@
-/*     startdaemon.c   4.6     83/06/29        */
+#ifndef lint
+static char sccsid[] = "@(#)startdaemon.c      4.7 (Berkeley) %G%";
+#endif
+
 /*
  * Tell the printer daemon that there are new files in the spool directory.
  */
 /*
  * Tell the printer daemon that there are new files in the spool directory.
  */
index d3416fa..175daf0 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmds.c     4.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmds.c     4.7 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
index d3a627f..b218d12 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)cmdtab.c   4.3 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
index a986d9a..7101290 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)lpc.c      4.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lpc.c      4.4 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
index 1f121a5..19b77a2 100644 (file)
@@ -6,7 +6,10 @@
  *     changed to 2-dim
  */
 
  *     changed to 2-dim
  */
 
-/*     lpdchar.c       4.2     83/01/05        */
+#ifndef lint
+static char sccsid[] = "@(#)lpdchar.c  4.3 (Berkeley) %G%";
+#endif
+
 /*
  *     Character set for line printer daemon
  */
 /*
  *     Character set for line printer daemon
  */
index bbfef57..0cded7b 100644 (file)
@@ -1,4 +1,7 @@
-/*     printjob.c      4.10    83/06/29        */
+#ifndef lint
+static char sccsid[] = "@(#)printjob.c 4.11 (Berkeley) %G%";
+#endif
+
 /*
  * printjob -- print jobs in the queue.
  *
 /*
  * printjob -- print jobs in the queue.
  *
index 1b957f7..38c45d6 100644 (file)
@@ -1,4 +1,7 @@
-/*     recvjob.c       4.5     83/06/17        */
+#ifndef lint
+static char sccsid[] = "@(#)recvjob.c  4.6 (Berkeley) %G%";
+#endif
+
 /*
  * Receive printer jobs from the network, queue them and
  * start the printer daemon.
 /*
  * Receive printer jobs from the network, queue them and
  * start the printer daemon.
index c41405d..02ef2b9 100644 (file)
@@ -1,4 +1,7 @@
-/*     lpq.c   4.4     83/06/02        */
+#ifndef lint
+static char sccsid[] = "@(#)lpq.c      4.5 (Berkeley) %G%";
+#endif
+
 /*
  * Spool Queue examination program
  *
 /*
  * Spool Queue examination program
  *
index 14a142c..d6abbe6 100644 (file)
 
 char lpr_id[] = "~|^`lpr.c:\t4.2\t1 May 1981\n";
 
 
 char lpr_id[] = "~|^`lpr.c:\t4.2\t1 May 1981\n";
 
-/*     lpr.c   4.23    83/06/29        */
+#ifndef lint
+static char sccsid[] = "@(#)lpr.c      4.24 (Berkeley) %G%";
+#endif
+
 /*
  *      lpr -- off line print
  *
 /*
  *      lpr -- off line print
  *
index fdbe3f1..95224ce 100644 (file)
@@ -1,4 +1,7 @@
-/*     lprm.c  4.4     83/06/02        */
+#ifndef lint
+static char sccsid[] = "@(#)lprm.c     4.5 (Berkeley) %G%";
+#endif
+
 /*
  * lprm - remove the current user's spool entry
  *
 /*
  * lprm - remove the current user's spool entry
  *
index 1c87595..d59bdb2 100644 (file)
@@ -1,4 +1,7 @@
-/*     pac.c   4.1     83/03/09        */
+#ifndef lint
+static char sccsid[] = "@(#)pac.c      4.2 (Berkeley) %G%";
+#endif
+
 /*
  * Do Printer accounting summary.
  * Currently, usage is
 /*
  * Do Printer accounting summary.
  * Currently, usage is