Add OpenBSD tags
authormillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:11:35 +0000 (16:11 +0000)
committermillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:11:35 +0000 (16:11 +0000)
usr.sbin/lpr/common_source/common.c
usr.sbin/lpr/common_source/lp.h
usr.sbin/lpr/common_source/lp.local.h
usr.sbin/lpr/common_source/pathnames.h
usr.sbin/lpr/common_source/rmjob.c
usr.sbin/lpr/common_source/startdaemon.c

index ae26013..5f97d09 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $      */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)common.c   8.5 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/param.h>
index e60ee40..bbc0d7b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lp.h,v 1.3 1997/01/17 16:11:35 millert Exp $  */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
index 837fd2f..ab124b5 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lp.local.h,v 1.2 1997/01/17 16:11:36 millert Exp $    */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
index 5c07cdb..9c7d15d 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: pathnames.h,v 1.2 1997/01/17 16:11:37 millert Exp $   */
+
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
index b4e71bb..200aa6c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 millert Exp $       */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)rmjob.c    8.2 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 millert Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/param.h>
index 4f3ec34..d75c27b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $ */
+
 /*
  * Copyright (c) 1983, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)startdaemon.c      8.2 (Berkeley) 4/17/94";
+#else
+static char rcsid[] = "$OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $";
+#endif
 #endif /* not lint */