Add OpenBSD tags (was in wrong dir for previous commit)
authormillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:12:33 +0000 (16:12 +0000)
committermillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:12:33 +0000 (16:12 +0000)
26 files changed:
usr.sbin/lpr/filters/Makefile
usr.sbin/lpr/filters/lpf.c
usr.sbin/lpr/lpc/Makefile
usr.sbin/lpr/lpc/cmds.c
usr.sbin/lpr/lpc/cmdtab.c
usr.sbin/lpr/lpc/extern.h
usr.sbin/lpr/lpc/lpc.c
usr.sbin/lpr/lpc/lpc.h
usr.sbin/lpr/lpd/Makefile
usr.sbin/lpr/lpd/extern.h
usr.sbin/lpr/lpd/key.c
usr.sbin/lpr/lpd/lpd.c
usr.sbin/lpr/lpd/lpdchar.c
usr.sbin/lpr/lpd/modes.c
usr.sbin/lpr/lpd/recvjob.c
usr.sbin/lpr/lpd/ttcompat.c
usr.sbin/lpr/lpq/Makefile
usr.sbin/lpr/lpq/lpq.c
usr.sbin/lpr/lpr/Makefile
usr.sbin/lpr/lpr/lpr.c
usr.sbin/lpr/lprm/Makefile
usr.sbin/lpr/lprm/lprm.c
usr.sbin/lpr/lptest/Makefile
usr.sbin/lpr/lptest/lptest.c
usr.sbin/lpr/pac/Makefile
usr.sbin/lpr/pac/pac.c

index c9d5c4f..be83507 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:33 millert Exp $
 
 PROG=  lpf
 NOMAN= noman
index d964146..4b95616 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lpf.c,v 1.3 1997/01/17 16:12:33 millert Exp $ */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -38,7 +40,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpf.c      8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: lpf.c,v 1.3 1997/01/17 16:12:33 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index c6cefeb..419c5f3 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:34 millert Exp $
 
 PROG=  lpc
 CFLAGS+=-I${.CURDIR}/../common_source
index bb2e5c8..e6489d1 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: cmds.c,v 1.8 1997/01/17 16:12:35 millert Exp $        */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)cmds.c     8.2 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: cmds.c,v 1.8 1997/01/17 16:12:35 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index 7619791..6b5a02a 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: cmdtab.c,v 1.2 1997/01/17 16:12:35 millert Exp $      */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)cmdtab.c   8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.2 1997/01/17 16:12:35 millert Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/cdefs.h>
index 1b807b1..8862414 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: extern.h,v 1.2 1997/01/17 16:12:36 millert Exp $      */
+
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
index 5f898cb..9d5e155 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lpc.c,v 1.5 1997/01/17 16:12:37 millert Exp $ */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpc.c      8.3 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: lpc.c,v 1.5 1997/01/17 16:12:37 millert Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/param.h>
index 5e71203..bc5378e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lpc.h,v 1.2 1997/01/17 16:12:38 millert Exp $ */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
index 58c4a67..5bc1260 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:39 millert Exp $
 
 PROG=  lpd
 CFLAGS+=-I${.CURDIR}/../common_source
index cabc92d..6da79ee 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: extern.h,v 1.2 1997/01/17 16:12:39 millert Exp $      */
+
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
index b6ac5c4..d024bd7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: key.c,v 1.1 1995/10/03 15:02:41 hpeyerl Exp $  */
+/*     $OpenBSD: key.c,v 1.2 1997/01/17 16:12:40 millert Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)key.c      8.3 (Berkeley) 4/2/94";
 #else
-static char rcsid[] = "$NetBSD: key.c,v 1.1 1995/10/03 15:02:41 hpeyerl Exp $";
+static char rcsid[] = "$OpenBSD: key.c,v 1.2 1997/01/17 16:12:40 millert Exp $";
 #endif
 #endif /* not lint */
 
index ff9183c..b00baa2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lpd.c,v 1.12 1996/12/20 15:58:40 deraadt Exp $ */
+/*     $OpenBSD: lpd.c,v 1.13 1997/01/17 16:12:41 millert Exp $ */
 /*     $NetBSD: lpd.c,v 1.7 1996/04/24 14:54:06 mrg Exp $      */
 
 /*
@@ -42,7 +42,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpd.c      8.7 (Berkeley) 5/10/95";
+#else
+static char rcsid[] = "$OpenBSD: lpd.c,v 1.13 1997/01/17 16:12:41 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index 4a4f5da..52d43c9 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $     */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpdchar.c  8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: lpdchar.c,v 1.2 1997/01/17 16:12:41 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index 9e08017..fc47cd9 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: modes.c,v 1.3 1997/01/17 16:12:42 millert Exp $       */
 /*     $NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $        */
 
 /*-
@@ -37,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)modes.c    8.3 (Berkeley) 4/2/94";
 #else
-static char rcsid[] = "$NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $";
+static char rcsid[] = "$OpenBSD: modes.c,v 1.3 1997/01/17 16:12:42 millert Exp $";
 #endif
 #endif /* not lint */
 
index c8e70f5..4989f12 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: recvjob.c,v 1.7 1997/01/17 16:12:42 millert Exp $     */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)recvjob.c  8.2 (Berkeley) 4/27/95";
+#else
+static char rcsid[] = "$OpenBSD: recvjob.c,v 1.7 1997/01/17 16:12:42 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index f368871..8d8763b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ttcompat.c,v 1.3 1997/01/17 16:12:43 millert Exp $    */
+
 /*
  * Copyright (c) 1995
  *     The Regents of the University of California.  All rights reserved.
  *     originally from /sys/kern/tty_compat.c
  */
 
+#ifndef lint
+static char rcsid[] = "$OpenBSD: ttcompat.c,v 1.3 1997/01/17 16:12:43 millert Exp $";
+#endif /* not lint */
+
 #include <sys/param.h>
 #include <sys/types.h>
 
index 1c730c1..b822701 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:44 millert Exp $
 
 PROG=  lpq
 CFLAGS+=-I${.CURDIR}/../common_source
index 04ee9eb..62eeb72 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lpq.c,v 1.7 1997/01/17 16:12:44 millert Exp $ */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpq.c      8.3 (Berkeley) 5/10/95";
+#else
+static char rcsid[] = "$OpenBSD: lpq.c,v 1.7 1997/01/17 16:12:44 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index 9a3cbfd..dcb20b0 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:45 millert Exp $
 
 PROG=  lpr
 CFLAGS+=-I${.CURDIR}/../common_source
index 4e077a6..1b218b2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lpr.c,v 1.11 1996/11/04 18:13:38 millert Exp $ */
+/*     $OpenBSD: lpr.c,v 1.12 1997/01/17 16:12:46 millert Exp $ */
 /*     $NetBSD: lpr.c,v 1.10 1996/03/21 18:12:25 jtc Exp $     */
 
 /*
@@ -47,7 +47,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lpr.c      8.4 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: lpr.c,v 1.12 1997/01/17 16:12:46 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index d1362f5..ab6b4f3 100644 (file)
@@ -1,4 +1,5 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:47 millert Exp $
 
 PROG=  lprm
 CFLAGS+=-I${.CURDIR}/../common_source
index a5b5d86..4c61b0e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: lprm.c,v 1.5 1997/01/17 16:12:47 millert Exp $        */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lprm.c     8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: lprm.c,v 1.5 1997/01/17 16:12:47 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*
index 6ff8e7f..ca3431d 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:48 millert Exp $
 
 PROG=  lptest
 
index 7916eb5..d8264dc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lptest.c,v 1.2 1996/04/21 23:40:46 deraadt Exp $ */
+/*     $OpenBSD: lptest.c,v 1.3 1997/01/17 16:12:48 millert Exp $ */
 /*     $NetBSD: lptest.c,v 1.5 1996/03/21 18:13:20 jtc Exp $   */
 
 /*
@@ -42,7 +42,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)lptest.c   8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: lptest.c,v 1.3 1997/01/17 16:12:48 millert Exp $";
+#endif
 #endif /* not lint */
 
 #include <stdlib.h>
index e3fb65a..b986b55 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    8.1 (Berkeley) 6/6/93
+#      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
+#      $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:49 millert Exp $
 
 PROG=  pac
 CFLAGS+=-I${.CURDIR}/../common_source
index b40d700..77fb33f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pac.c,v 1.7 1996/11/03 23:24:13 millert Exp $ */
+/*     $OpenBSD: pac.c,v 1.8 1997/01/17 16:12:50 millert Exp $ */
 /*     $NetBSD: pac.c,v 1.7 1996/03/21 18:21:20 jtc Exp $      */
 
 /*
@@ -42,7 +42,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
+#if 0
 static char sccsid[] = "@(#)pac.c      8.1 (Berkeley) 6/6/93";
+#else
+static char rcsid[] = "$OpenBSD: pac.c,v 1.8 1997/01/17 16:12:50 millert Exp $";
+#endif
 #endif /* not lint */
 
 /*