diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 | 
| commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
| tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /usr.sbin/lpr/common_source | |
| parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff) | |
Diffstat (limited to 'usr.sbin/lpr/common_source')
| -rw-r--r-- | usr.sbin/lpr/common_source/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/common.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/ctlinfo.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/ctlinfo.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/displayq.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/lp.cdefs.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/lp.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/lp.local.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/matchjobs.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/matchjobs.h | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/net.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/printcap.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/request.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/rmjob.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/common_source/startdaemon.c | 2 | 
15 files changed, 15 insertions, 15 deletions
| diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index 14db0b77b798..dc3e59ccf486 100644 --- a/usr.sbin/lpr/common_source/Makefile +++ b/usr.sbin/lpr/common_source/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/common_source/Makefile,v 1.11 2004/10/24 15:33:03 ru Exp $  #  # Library of internal routines for the print spooler suite. diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index d28ac1fcdd95..1804bb09c4ca 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)common.c	8.5 (Berkeley) 4/28/95";  #endif  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/common.c,v 1.34 2004/12/31 00:36:28 gad Exp $");  #include <sys/param.h>  #include <sys/stat.h> diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c index 20a153f7698b..bef89b4549be 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.c +++ b/usr.sbin/lpr/common_source/ctlinfo.c @@ -32,7 +32,7 @@   */  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/ctlinfo.c,v 1.10 2004/12/31 00:18:42 gad Exp $");  /*   * ctlinfo - This collection of routines will know everything there is to diff --git a/usr.sbin/lpr/common_source/ctlinfo.h b/usr.sbin/lpr/common_source/ctlinfo.h index 95fe57247842..4a1ac9f70370 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.h +++ b/usr.sbin/lpr/common_source/ctlinfo.h @@ -29,7 +29,7 @@   * official policies, either expressed or implied, of the FreeBSD Project.   *   * ------+---------+---------+---------+---------+---------+---------+---------* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/common_source/ctlinfo.h,v 1.3 2003/07/14 05:15:21 gad Exp $   * ------+---------+---------+---------+---------+---------+---------+---------*   */ diff --git a/usr.sbin/lpr/common_source/displayq.c b/usr.sbin/lpr/common_source/displayq.c index 6c03621d5710..f9d76987fc27 100644 --- a/usr.sbin/lpr/common_source/displayq.c +++ b/usr.sbin/lpr/common_source/displayq.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)displayq.c	8.4 (Berkeley) 4/28/95";  #endif  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/displayq.c,v 1.26 2004/12/31 00:36:28 gad Exp $");  #include <sys/param.h>  #include <sys/stat.h> diff --git a/usr.sbin/lpr/common_source/lp.cdefs.h b/usr.sbin/lpr/common_source/lp.cdefs.h index 19b13319fd7f..f9686d5b5785 100644 --- a/usr.sbin/lpr/common_source/lp.cdefs.h +++ b/usr.sbin/lpr/common_source/lp.cdefs.h @@ -29,7 +29,7 @@   * official policies, either expressed or implied, of the FreeBSD Project.   *   * ------+---------+---------+---------+---------+---------+---------+---------* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/common_source/lp.cdefs.h,v 1.1 2003/07/14 05:13:55 gad Exp $   * ------+---------+---------+---------+---------+---------+---------+---------*   */ diff --git a/usr.sbin/lpr/common_source/lp.h b/usr.sbin/lpr/common_source/lp.h index 891ed2f1bda3..b009c6cb9e29 100644 --- a/usr.sbin/lpr/common_source/lp.h +++ b/usr.sbin/lpr/common_source/lp.h @@ -31,7 +31,7 @@   * SUCH DAMAGE.   *   * 	From: @(#)lp.h	8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/common_source/lp.h,v 1.25 2004/12/31 00:36:28 gad Exp $   */  #include <sys/queue.h> diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index 6f018b0756a1..abec49e8f509 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -31,7 +31,7 @@   * SUCH DAMAGE.   *   *	@(#)lp.local.h	8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/common_source/lp.local.h,v 1.4 2003/08/01 00:06:41 gad Exp $   */  /* diff --git a/usr.sbin/lpr/common_source/matchjobs.c b/usr.sbin/lpr/common_source/matchjobs.c index de572f86a249..c17cdcd8a0a4 100644 --- a/usr.sbin/lpr/common_source/matchjobs.c +++ b/usr.sbin/lpr/common_source/matchjobs.c @@ -33,7 +33,7 @@   */  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/matchjobs.c,v 1.5 2004/12/31 00:36:28 gad Exp $");  /*   * movejobs.c - The lpc commands which move jobs around. diff --git a/usr.sbin/lpr/common_source/matchjobs.h b/usr.sbin/lpr/common_source/matchjobs.h index 6e4b9ffe2005..b67f951f170c 100644 --- a/usr.sbin/lpr/common_source/matchjobs.h +++ b/usr.sbin/lpr/common_source/matchjobs.h @@ -30,7 +30,7 @@   * or FreeBSD, Inc.   *   * ------+---------+---------+---------+---------+---------+---------+---------* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/common_source/matchjobs.h,v 1.2 2003/07/14 05:15:21 gad Exp $   * ------+---------+---------+---------+---------+---------+---------+---------*   */ diff --git a/usr.sbin/lpr/common_source/net.c b/usr.sbin/lpr/common_source/net.c index 2a1e0c80a5df..b5a977852613 100644 --- a/usr.sbin/lpr/common_source/net.c +++ b/usr.sbin/lpr/common_source/net.c @@ -39,7 +39,7 @@   */  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/net.c,v 1.9 2005/05/13 16:43:28 ume Exp $");  #include <sys/param.h>  #include <sys/socket.h> diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index 0d3644b1b795..e5ca28840b74 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)printcap.c	8.2 (Berkeley) 4/28/95";  #endif  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/printcap.c,v 1.11 2003/07/14 20:17:55 gad Exp $");  #include <errno.h>  #include <stdio.h> diff --git a/usr.sbin/lpr/common_source/request.c b/usr.sbin/lpr/common_source/request.c index b650e5c76c05..e7d2c536eb4d 100644 --- a/usr.sbin/lpr/common_source/request.c +++ b/usr.sbin/lpr/common_source/request.c @@ -31,7 +31,7 @@ static const char copyright[] =  	"Copyright (C) 1997, Massachusetts Institute of Technology\r\n";  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/request.c,v 1.5 2003/07/14 20:20:58 gad Exp $");  #include <sys/types.h>  #include <sys/stat.h> diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c index d6fd6148ccdd..3d567d7ab70a 100644 --- a/usr.sbin/lpr/common_source/rmjob.c +++ b/usr.sbin/lpr/common_source/rmjob.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)rmjob.c	8.2 (Berkeley) 4/28/95";  #endif  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/rmjob.c,v 1.21 2004/12/31 00:36:28 gad Exp $");  #include <sys/param.h>  #include <sys/uio.h> diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c index 08c2e6f54cf8..dcb1c9a9c3a4 100644 --- a/usr.sbin/lpr/common_source/startdaemon.c +++ b/usr.sbin/lpr/common_source/startdaemon.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)startdaemon.c	8.2 (Berkeley) 4/17/94";  #endif  #include "lp.cdefs.h"		/* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/common_source/startdaemon.c,v 1.12 2003/07/14 20:20:58 gad Exp $");  #include <sys/param.h>  #include <sys/socket.h> | 
