diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.sbin | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
Diffstat (limited to 'usr.sbin')
1580 files changed, 1602 insertions, 1602 deletions
diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8 index 6c3bd542e8df..bc08a2c7b71b 100644 --- a/usr.sbin/IPXrouted/IPXrouted.8 +++ b/usr.sbin/IPXrouted/IPXrouted.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/IPXrouted/IPXrouted.8,v 1.18 2004/07/02 23:12:38 ru Exp $ .\" .Dd October 11, 1995 .Dt IPXROUTED 8 diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile index 44605ac04bd9..70d306342b01 100644 --- a/usr.sbin/IPXrouted/Makefile +++ b/usr.sbin/IPXrouted/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/IPXrouted/Makefile,v 1.9 2004/02/04 10:18:05 ru Exp $ PROG= IPXrouted MAN= IPXrouted.8 diff --git a/usr.sbin/IPXrouted/af.c b/usr.sbin/IPXrouted/af.c index ea61762e00ef..035856f31b0f 100644 --- a/usr.sbin/IPXrouted/af.c +++ b/usr.sbin/IPXrouted/af.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/af.c,v 1.8 2004/08/07 04:19:37 imp Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/af.h b/usr.sbin/IPXrouted/af.h index 576a6c7adc04..311a0dd9ff16 100644 --- a/usr.sbin/IPXrouted/af.h +++ b/usr.sbin/IPXrouted/af.h @@ -36,7 +36,7 @@ * * @(#)af.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/af.h,v 1.4 1999/08/28 01:15:01 peter Exp $ */ /* diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h index c2b28a7a0d81..4b607e712c17 100644 --- a/usr.sbin/IPXrouted/defs.h +++ b/usr.sbin/IPXrouted/defs.h @@ -34,7 +34,7 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/defs.h,v 1.9 2002/02/18 20:35:26 mike Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/IPXrouted/if.c b/usr.sbin/IPXrouted/if.c index 2c6e664ad44f..8e44f9d035c0 100644 --- a/usr.sbin/IPXrouted/if.c +++ b/usr.sbin/IPXrouted/if.c @@ -34,7 +34,7 @@ * * static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c) * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/if.c,v 1.6 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c index 651a8ae43609..ed0ce9d1c528 100644 --- a/usr.sbin/IPXrouted/input.c +++ b/usr.sbin/IPXrouted/input.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/input.c,v 1.9 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/interface.h b/usr.sbin/IPXrouted/interface.h index ed7b9889dcff..a6c56f668dd7 100644 --- a/usr.sbin/IPXrouted/interface.h +++ b/usr.sbin/IPXrouted/interface.h @@ -34,7 +34,7 @@ * * @(#)interface.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/interface.h,v 1.4 1999/08/28 01:15:02 peter Exp $ */ /* diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c index 4e2af23be053..459b75f1c2c1 100644 --- a/usr.sbin/IPXrouted/main.c +++ b/usr.sbin/IPXrouted/main.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/main.c,v 1.11 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/output.c b/usr.sbin/IPXrouted/output.c index 78922c9f38d0..1d00a30dc758 100644 --- a/usr.sbin/IPXrouted/output.c +++ b/usr.sbin/IPXrouted/output.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/output.c,v 1.9 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/protocol.h b/usr.sbin/IPXrouted/protocol.h index 7fae5363cf02..ae3b2b5b1e75 100644 --- a/usr.sbin/IPXrouted/protocol.h +++ b/usr.sbin/IPXrouted/protocol.h @@ -37,7 +37,7 @@ * * @(#)protocol.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/protocol.h,v 1.5 1999/08/28 01:15:03 peter Exp $ */ /* diff --git a/usr.sbin/IPXrouted/sap.h b/usr.sbin/IPXrouted/sap.h index b4e9dcb6ef51..639983deef00 100644 --- a/usr.sbin/IPXrouted/sap.h +++ b/usr.sbin/IPXrouted/sap.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/sap.h,v 1.7 1999/08/28 01:15:03 peter Exp $ */ #ifndef _SAP_H_ #define _SAP_H_ diff --git a/usr.sbin/IPXrouted/sap_input.c b/usr.sbin/IPXrouted/sap_input.c index 59281b29cac5..6fa5fa94088f 100644 --- a/usr.sbin/IPXrouted/sap_input.c +++ b/usr.sbin/IPXrouted/sap_input.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/sap_input.c,v 1.7 1999/08/28 01:15:04 peter Exp $ */ /* diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index d1f1a28d4192..a35463464908 100644 --- a/usr.sbin/IPXrouted/sap_output.c +++ b/usr.sbin/IPXrouted/sap_output.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/sap_output.c,v 1.10 2002/05/30 21:49:15 wollman Exp $ */ /* diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index e1572d181957..a6024c56e643 100644 --- a/usr.sbin/IPXrouted/sap_tables.c +++ b/usr.sbin/IPXrouted/sap_tables.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/sap_tables.c,v 1.9 2003/11/15 17:10:56 trhodes Exp $ */ #include "defs.h" diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index 2b9ccfac3658..e9c01e381bd8 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/startup.c,v 1.11 2004/04/13 11:24:43 luigi Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/table.h b/usr.sbin/IPXrouted/table.h index 3f9693f187f3..e52fc7e5e9db 100644 --- a/usr.sbin/IPXrouted/table.h +++ b/usr.sbin/IPXrouted/table.h @@ -36,7 +36,7 @@ * * @(#)table.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/table.h,v 1.6 1999/08/28 01:15:05 peter Exp $ */ /* diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index fee39217fab7..bd917177ed34 100644 --- a/usr.sbin/IPXrouted/tables.c +++ b/usr.sbin/IPXrouted/tables.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/tables.c,v 1.8 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/timer.c b/usr.sbin/IPXrouted/timer.c index 215973094a9a..b5734c961e06 100644 --- a/usr.sbin/IPXrouted/timer.c +++ b/usr.sbin/IPXrouted/timer.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/timer.c,v 1.6 2003/11/15 17:10:56 trhodes Exp $ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c index 47a576d31471..b88907c99163 100644 --- a/usr.sbin/IPXrouted/trace.c +++ b/usr.sbin/IPXrouted/trace.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/IPXrouted/trace.c,v 1.10 2003/11/15 17:10:56 trhodes Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/IPXrouted/trace.h b/usr.sbin/IPXrouted/trace.h index c83a9d1b4572..3916ad19e5dd 100644 --- a/usr.sbin/IPXrouted/trace.h +++ b/usr.sbin/IPXrouted/trace.h @@ -37,7 +37,7 @@ * * @(#)trace.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/IPXrouted/trace.h,v 1.7 1999/08/28 01:15:07 peter Exp $ */ /* diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6e4d9ef5868c..ade0e88c6868 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/Makefile,v 1.303.2.2 2004/09/30 23:36:10 dougb Exp $ # XXX MISSING: mkproto SUBDIR= ac \ diff --git a/usr.sbin/Makefile.inc b/usr.sbin/Makefile.inc index 4347591cf563..c2890ac8a384 100644 --- a/usr.sbin/Makefile.inc +++ b/usr.sbin/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/Makefile.inc,v 1.3 2001/03/26 14:39:14 ru Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index c45a0d69ff42..e19362df7a0c 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ac/Makefile,v 1.10 2004/03/08 20:01:34 gad Exp $ PROG= ac MAN= ac.8 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 969e612dba51..8b447cb7085e 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ac/ac.8,v 1.19 2004/07/02 23:12:39 ru Exp $ .\" .Dd March 15, 1994 .Dt AC 8 diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index 031099a4b9b8..a3d4f4c6cd22 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ac/ac.c,v 1.29 2004/03/08 20:02:23 gad Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile index 7ea45a7df929..041cb5827457 100644 --- a/usr.sbin/accton/Makefile +++ b/usr.sbin/accton/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/accton/Makefile,v 1.7 2002/07/11 22:29:11 alfred Exp $ PROG= accton MAN= accton.8 diff --git a/usr.sbin/accton/accton.8 b/usr.sbin/accton/accton.8 index 73c7d2926113..039b2579d848 100644 --- a/usr.sbin/accton/accton.8 +++ b/usr.sbin/accton/accton.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/accton/accton.8,v 1.13 2004/04/16 09:31:17 brueffer Exp $ .\" .Dd May 21, 1993 .Dt ACCTON 8 diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c index c1bb8b6b72c5..1fb83ff46f5a 100644 --- a/usr.sbin/accton/accton.c +++ b/usr.sbin/accton/accton.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)accton.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/accton/accton.c,v 1.8 2004/08/07 04:19:37 imp Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.sbin/acpi/Makefile b/usr.sbin/acpi/Makefile index 8190bc7c3037..c282fff4f970 100644 --- a/usr.sbin/acpi/Makefile +++ b/usr.sbin/acpi/Makefile @@ -1,6 +1,6 @@ # Makefile for acpi tools # $Id: Makefile,v 1.1 2000/07/14 18:16:22 iwasaki Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/Makefile,v 1.3 2003/08/08 03:20:59 njl Exp $ SUBDIR= acpiconf acpidb acpidump iasl diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc index 2fce9209e18d..520aa219e91a 100644 --- a/usr.sbin/acpi/Makefile.inc +++ b/usr.sbin/acpi/Makefile.inc @@ -1,5 +1,5 @@ # $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/Makefile.inc,v 1.8 2003/08/07 16:51:50 njl Exp $ ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica CFLAGS+= -I${.CURDIR}/../../../sys -I${ACPICA_DIR} -I${ACPICA_DIR}/compiler diff --git a/usr.sbin/acpi/acpiconf/Makefile b/usr.sbin/acpi/acpiconf/Makefile index 5f862a2c621e..3f15d4eac177 100644 --- a/usr.sbin/acpi/acpiconf/Makefile +++ b/usr.sbin/acpi/acpiconf/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2000/07/14 18:16:25 iwasaki Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/acpiconf/Makefile,v 1.4 2001/03/26 14:39:17 ru Exp $ PROG= acpiconf MAN= acpiconf.8 diff --git a/usr.sbin/acpi/acpiconf/acpiconf.8 b/usr.sbin/acpi/acpiconf/acpiconf.8 index b665daf3669f..834fa7bf8093 100644 --- a/usr.sbin/acpi/acpiconf/acpiconf.8 +++ b/usr.sbin/acpi/acpiconf/acpiconf.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/acpi/acpiconf/acpiconf.8,v 1.13.2.1 2004/08/19 19:08:58 njl Exp $ .\" .Dd August 16, 2004 .Dt ACPICONF 8 diff --git a/usr.sbin/acpi/acpiconf/acpiconf.c b/usr.sbin/acpi/acpiconf/acpiconf.c index 4500cbefd5b0..05c3ae7423a9 100644 --- a/usr.sbin/acpi/acpiconf/acpiconf.c +++ b/usr.sbin/acpi/acpiconf/acpiconf.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: acpiconf.c,v 1.5 2000/08/08 14:12:19 iwasaki Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpiconf/acpiconf.c,v 1.15.2.1 2004/08/19 19:08:58 njl Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile index c70322421b88..4918b19d4adb 100644 --- a/usr.sbin/acpi/acpidb/Makefile +++ b/usr.sbin/acpi/acpidb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/acpidb/Makefile,v 1.5 2004/05/25 02:56:55 njl Exp $ PROG= acpidb SRCS+= acpidb.c diff --git a/usr.sbin/acpi/acpidb/acpidb.8 b/usr.sbin/acpi/acpidb/acpidb.8 index 4ed97a6a399c..afede2c8748c 100644 --- a/usr.sbin/acpi/acpidb/acpidb.8 +++ b/usr.sbin/acpi/acpidb/acpidb.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/acpi/acpidb/acpidb.8,v 1.2 2004/06/06 17:49:57 ru Exp $ .\" .Dd August 7, 2003 .Dt ACPIDB 8 diff --git a/usr.sbin/acpi/acpidb/acpidb.c b/usr.sbin/acpi/acpidb/acpidb.c index 72ad59c6bf57..67a853b51eac 100644 --- a/usr.sbin/acpi/acpidb/acpidb.c +++ b/usr.sbin/acpi/acpidb/acpidb.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpidb/acpidb.c,v 1.1 2003/08/07 16:51:50 njl Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/acpi/acpidump/Makefile b/usr.sbin/acpi/acpidump/Makefile index 21a4140defcc..0e8e519b4aa7 100644 --- a/usr.sbin/acpi/acpidump/Makefile +++ b/usr.sbin/acpi/acpidump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $ PROG= acpidump MAN= acpidump.8 diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c index 6b1b2a9155d5..8aa0533c92a4 100644 --- a/usr.sbin/acpi/acpidump/acpi.c +++ b/usr.sbin/acpi/acpidump/acpi.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpidump/acpi.c,v 1.26.2.2 2004/10/08 18:04:08 njl Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/acpi/acpidump/acpi_user.c b/usr.sbin/acpi/acpidump/acpi_user.c index 550420c677ea..9b80527a9e3f 100644 --- a/usr.sbin/acpi/acpidump/acpi_user.c +++ b/usr.sbin/acpi/acpidump/acpi_user.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpidump/acpi_user.c,v 1.12 2004/05/28 07:25:23 njl Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/acpi/acpidump/acpidump.8 b/usr.sbin/acpi/acpidump/acpidump.8 index b876a9d40ac9..35905ee3f58d 100644 --- a/usr.sbin/acpi/acpidump/acpidump.8 +++ b/usr.sbin/acpi/acpidump/acpidump.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.18.2.2 2004/10/08 18:04:08 njl Exp $ .\" .Dd October 4, 2004 .Dt ACPIDUMP 8 diff --git a/usr.sbin/acpi/acpidump/acpidump.c b/usr.sbin/acpi/acpidump/acpidump.c index 33610386456b..46e08a9ce1b3 100644 --- a/usr.sbin/acpi/acpidump/acpidump.c +++ b/usr.sbin/acpi/acpidump/acpidump.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.c,v 1.9.2.1 2004/10/08 18:04:08 njl Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/acpi/acpidump/acpidump.h b/usr.sbin/acpi/acpidump/acpidump.h index ca56398af2a9..c1e9f00d6b18 100644 --- a/usr.sbin/acpi/acpidump/acpidump.h +++ b/usr.sbin/acpi/acpidump/acpidump.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.h,v 1.17 2004/08/13 22:59:09 marcel Exp $ */ #ifndef _ACPIDUMP_H_ diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index afe0d81cd5ca..21772c529dee 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/acpi/iasl/Makefile,v 1.5 2004/01/13 20:53:56 ru Exp $ PROG= iasl SRCS= aslcompiler.y.h aslcompilerlex.l aslcompilerparse.y \ diff --git a/usr.sbin/acpi/iasl/iasl.8 b/usr.sbin/acpi/iasl/iasl.8 index fa80aa7a84ac..a1c8bea7b671 100644 --- a/usr.sbin/acpi/iasl/iasl.8 +++ b/usr.sbin/acpi/iasl/iasl.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/acpi/iasl/iasl.8,v 1.2 2004/06/13 18:03:39 ru Exp $ .\" .Dd August 7, 2003 .Dt IASL 8 diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile index 0ca2dae1e97b..c22cf3a92192 100644 --- a/usr.sbin/adduser/Makefile +++ b/usr.sbin/adduser/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/adduser/Makefile,v 1.19 2004/03/30 21:50:42 trhodes Exp $ SCRIPTS=adduser.sh rmuser.sh MAN= adduser.conf.5 adduser.8 rmuser.8 diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index a87e6af5a85e..c4e8762b4047 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/adduser/adduser.8,v 1.55 2004/06/06 17:55:55 mtm Exp $ .\" .Dd March 30, 2004 .Dt ADDUSER 8 diff --git a/usr.sbin/adduser/adduser.conf.5 b/usr.sbin/adduser/adduser.conf.5 index c00666d2ed15..230c8bbb6026 100644 --- a/usr.sbin/adduser/adduser.conf.5 +++ b/usr.sbin/adduser/adduser.conf.5 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/adduser/adduser.conf.5,v 1.4 2004/06/13 18:03:39 ru Exp $ .\" .Dd March 30, 2004 .Dt ADDUSER.CONF 5 diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh index 0014e4c10799..eae87ac10118 100644 --- a/usr.sbin/adduser/adduser.sh +++ b/usr.sbin/adduser/adduser.sh @@ -24,7 +24,7 @@ # # Email: Mike Makonnen <mtm@FreeBSD.Org> # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/adduser/adduser.sh,v 1.23.2.2 2004/09/24 14:18:16 roam Exp $ # # err msg diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index 913cb5ddf135..1f088af8b0b2 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/adduser/rmuser.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/adduser/rmuser.8,v 1.23 2004/06/08 14:52:55 csjp Exp $ .\" .Dd May 10, 2002 .Dt RMUSER 8 diff --git a/usr.sbin/adduser/rmuser.sh b/usr.sbin/adduser/rmuser.sh index 004da08c11d2..7a88bfd0546d 100644 --- a/usr.sbin/adduser/rmuser.sh +++ b/usr.sbin/adduser/rmuser.sh @@ -24,7 +24,7 @@ # # Email: Mike Makonnen <mtm@FreeBSD.Org> # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/adduser/rmuser.sh,v 1.8 2004/02/29 09:54:15 schweikh Exp $ # ATJOBDIR="/var/at/jobs" diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 37e42005884c..0e8f3b8c1c3c 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/Makefile,v 1.8 2001/07/20 06:19:36 obrien Exp $ SUBDIR= include libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd \ scripts wire-test diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc index dd65ed3a8029..802b39f69f41 100644 --- a/usr.sbin/amd/Makefile.inc +++ b/usr.sbin/amd/Makefile.inc @@ -1,6 +1,6 @@ # ex:ts=8 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/Makefile.inc,v 1.10 2003/04/04 17:49:12 obrien Exp $ # # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998. diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index eb30395a46d2..a45632b87c48 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/amd/Makefile,v 1.23 2004/02/04 11:59:08 ru Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amd diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index 74fc7492f524..9dc1b4f79f2b 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/amq/Makefile,v 1.15 2001/07/20 06:19:34 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amq diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index e9c77073b290..2432e2208224 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,6 +1,6 @@ # This file is under a "BSD" copyright (c) by David O'Brien 1998. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/doc/Makefile,v 1.11 2001/07/20 06:19:34 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/doc diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile index 7f96a456dfe4..42cccc7f5765 100644 --- a/usr.sbin/amd/fixmount/Makefile +++ b/usr.sbin/amd/fixmount/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/fixmount/Makefile,v 1.8 2001/07/20 06:19:35 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/fixmount \ ${.CURDIR}/../../../contrib/amd/conf/checkmount diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile index 9ae55adfa7ac..24616e8ec9a6 100644 --- a/usr.sbin/amd/fsinfo/Makefile +++ b/usr.sbin/amd/fsinfo/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/fsinfo/Makefile,v 1.13 2001/07/20 06:19:35 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/fsinfo diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile index 5b863dd5adcd..0df0a8e1c522 100644 --- a/usr.sbin/amd/hlfsd/Makefile +++ b/usr.sbin/amd/hlfsd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/hlfsd/Makefile,v 1.8 2004/02/04 11:59:08 ru Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/hlfsd diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile index d3cf00021203..bf8a3b4e77f7 100644 --- a/usr.sbin/amd/include/Makefile +++ b/usr.sbin/amd/include/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/include/Makefile,v 1.8 2002/04/11 12:30:20 ru Exp $ # # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998. diff --git a/usr.sbin/amd/include/aux_conf.h b/usr.sbin/amd/include/aux_conf.h index 11e0b15280f5..c5ccf5966d6c 100644 --- a/usr.sbin/amd/include/aux_conf.h +++ b/usr.sbin/amd/include/aux_conf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/amd/include/aux_conf.h,v 1.4 2004/07/06 14:06:58 mbr Exp $ */ /* * aux_conf.h: diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 0ee735608515..f21340dd21b3 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/amd/include/config.h,v 1.30 2004/07/15 13:24:44 mbr Exp $ * * portions derived from * $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ diff --git a/usr.sbin/amd/include/newvers.sh b/usr.sbin/amd/include/newvers.sh index bfdbfc8d9540..7d00bd388add 100644 --- a/usr.sbin/amd/include/newvers.sh +++ b/usr.sbin/amd/include/newvers.sh @@ -1,5 +1,5 @@ # $NetBSD: mkconf,v 1.1.1.1 1997/07/24 21:20:12 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/include/newvers.sh,v 1.8 2003/08/04 21:31:52 ache Exp $ # mkconf # Generate local configuration parameters for amd # diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile index 8a5de084210b..c9206219066f 100644 --- a/usr.sbin/amd/libamu/Makefile +++ b/usr.sbin/amd/libamu/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/libamu/Makefile,v 1.7 2002/05/13 11:24:02 ru Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/libamu \ ${.CURDIR}/../../../contrib/amd/conf/transp \ diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile index ff792bd570dc..40212b1121dd 100644 --- a/usr.sbin/amd/mk-amd-map/Makefile +++ b/usr.sbin/amd/mk-amd-map/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/mk-amd-map/Makefile,v 1.15 2001/07/20 06:19:35 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map diff --git a/usr.sbin/amd/pawd/Makefile b/usr.sbin/amd/pawd/Makefile index c6bb1cc37a0b..fcd012839062 100644 --- a/usr.sbin/amd/pawd/Makefile +++ b/usr.sbin/amd/pawd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/pawd/Makefile,v 1.5 2001/07/20 06:19:36 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/amq diff --git a/usr.sbin/amd/scripts/Makefile b/usr.sbin/amd/scripts/Makefile index 822b95144916..d72234aa19d5 100644 --- a/usr.sbin/amd/scripts/Makefile +++ b/usr.sbin/amd/scripts/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/scripts/Makefile,v 1.4 2001/07/20 06:19:36 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/scripts diff --git a/usr.sbin/amd/wire-test/Makefile b/usr.sbin/amd/wire-test/Makefile index a07e6902fe76..647f511a3d84 100644 --- a/usr.sbin/amd/wire-test/Makefile +++ b/usr.sbin/amd/wire-test/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/amd/wire-test/Makefile,v 1.8 2001/07/20 06:19:36 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/amd/wire-test diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile index b0f66cd15a86..8ea6acf9a5a2 100644 --- a/usr.sbin/ancontrol/Makefile +++ b/usr.sbin/ancontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ancontrol/Makefile,v 1.13 2004/07/30 21:43:21 njl Exp $ PROG= ancontrol MAN= ancontrol.8 diff --git a/usr.sbin/ancontrol/ancontrol.8 b/usr.sbin/ancontrol/ancontrol.8 index f9c67970a080..b1c0668aa4f3 100644 --- a/usr.sbin/ancontrol/ancontrol.8 +++ b/usr.sbin/ancontrol/ancontrol.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ancontrol/ancontrol.8,v 1.28 2004/03/05 08:42:15 rse Exp $ .\" .Dd September 10, 1999 .Dt ANCONTROL 8 diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 69c38f8d9912..5868fb1b5f5d 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -37,7 +37,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ancontrol/ancontrol.c,v 1.24 2004/07/30 21:42:39 njl Exp $"); #include <sys/types.h> #include <sys/cdefs.h> diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 043c3c763aed..0eb4d0f62edc 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/apm/Makefile,v 1.17 2004/05/27 19:23:27 njl Exp $ PROG= apm MAN= apm.8 diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 255f9b6ba7d4..6b55aadb463c 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -8,7 +8,7 @@ .\" responsible for the proper functioning of this software, nor does .\" the author assume any responsibility for damages incurred with its .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/apm/apm.8,v 1.28 2004/07/02 23:12:39 ru Exp $ .\" .\" use. .Dd November 1, 1994 diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index c34772fd85b4..4ca02b835a21 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/apm/apm.c,v 1.36 2004/06/30 21:00:07 imp Exp $"); #include <sys/file.h> #include <sys/ioctl.h> diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 7e81b35dbc77..5387261a8d45 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/apmd/Makefile,v 1.8 2004/01/21 13:38:17 ru Exp $ PROG= apmd MAN= apmd.8 diff --git a/usr.sbin/apmd/README b/usr.sbin/apmd/README index 59a56e33827d..abaf406d1bb7 100644 --- a/usr.sbin/apmd/README +++ b/usr.sbin/apmd/README @@ -210,4 +210,4 @@ Created by: iwasaki@FreeBSD.org Edited by: jkh@FreeBSD.org nick@foobar.org -$FreeBSD$ +$FreeBSD: src/usr.sbin/apmd/README,v 1.2 1999/08/28 01:15:24 peter Exp $ diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 048bf38b0f57..4ec7b17d723d 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apmd.8 1.1 (FreeBSD) 6/28/99 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/apmd/apmd.8,v 1.19 2004/07/03 18:35:50 ru Exp $ .\" .Dd June 28, 1999 .Dt APMD 8 i386 diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index 79da66409862..012e7a40f432 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/apmd/apmd.c,v 1.7 2003/06/22 05:57:34 mdodd Exp $"; #endif /* not lint */ #include <assert.h> diff --git a/usr.sbin/apmd/apmd.h b/usr.sbin/apmd/apmd.h index 1be5afa4bd19..7c819539ec15 100644 --- a/usr.sbin/apmd/apmd.h +++ b/usr.sbin/apmd/apmd.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/apmd/apmd.h,v 1.4 2002/07/11 18:22:42 alfred Exp $ */ #define APMD_CONFIGFILE "/etc/apmd.conf" diff --git a/usr.sbin/apmd/apmdlex.l b/usr.sbin/apmd/apmdlex.l index 0e5cff30036e..fc203d1f3293 100644 --- a/usr.sbin/apmd/apmdlex.l +++ b/usr.sbin/apmd/apmdlex.l @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/apmd/apmdlex.l,v 1.3 2001/05/15 05:13:45 nsayer Exp $ */ #include <string.h> diff --git a/usr.sbin/apmd/apmdparse.y b/usr.sbin/apmd/apmdparse.y index 597982bd9895..10d99e70580f 100644 --- a/usr.sbin/apmd/apmdparse.y +++ b/usr.sbin/apmd/apmdparse.y @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/apmd/apmdparse.y,v 1.5 2003/06/16 14:57:07 maxim Exp $ */ #include <stdio.h> diff --git a/usr.sbin/apmd/contrib/pccardq.c b/usr.sbin/apmd/contrib/pccardq.c index 1562c55f0620..28e61dd2348b 100644 --- a/usr.sbin/apmd/contrib/pccardq.c +++ b/usr.sbin/apmd/contrib/pccardq.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/apmd/contrib/pccardq.c,v 1.5 2001/08/20 15:09:32 brian Exp $ */ #include <err.h> #include <errno.h> diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile index a7b4a146927f..972e3e49c992 100644 --- a/usr.sbin/arlcontrol/Makefile +++ b/usr.sbin/arlcontrol/Makefile @@ -1,6 +1,6 @@ # # $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/arlcontrol/Makefile,v 1.1 2004/06/01 07:38:10 fjoe Exp $ # PROG= arlcontrol diff --git a/usr.sbin/arlcontrol/arlcontrol.8 b/usr.sbin/arlcontrol/arlcontrol.8 index 54698a36d98e..cc9bbe6a8796 100644 --- a/usr.sbin/arlcontrol/arlcontrol.8 +++ b/usr.sbin/arlcontrol/arlcontrol.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arlcontrol/arlcontrol.8,v 1.10 2004/06/13 18:03:40 ru Exp $ .\" .Dd March 15, 2004 .Dt ARLCONTROL 8 i386 diff --git a/usr.sbin/arlcontrol/arlcontrol.c b/usr.sbin/arlcontrol/arlcontrol.c index dd035814fa35..ba05f288f9be 100644 --- a/usr.sbin/arlcontrol/arlcontrol.c +++ b/usr.sbin/arlcontrol/arlcontrol.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/arlcontrol/arlcontrol.c,v 1.3 2004/04/13 19:25:26 fjoe Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile index 6ca9dd204ffd..bcd40e933487 100644 --- a/usr.sbin/arp/Makefile +++ b/usr.sbin/arp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/18/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/arp/Makefile,v 1.12 2004/04/13 11:45:28 luigi Exp $ PROG= arp MAN= arp.4 arp.8 diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index ec513a86384b..364929e3ea42 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp4.4 6.5 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arp/arp.4,v 1.18 2004/08/07 04:19:37 imp Exp $ .\" .Dd June 16, 2004 .Dt ARP 4 diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index e84aa812e523..8825a7b620bf 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arp/arp.8,v 1.23 2004/08/07 04:19:37 imp Exp $ .\" .Dd June 6, 1993 .Dt ARP 8 diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 50a8be2ceaf4..25af19edbce0 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -42,7 +42,7 @@ static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/arp/arp.c,v 1.53 2004/08/07 04:19:37 imp Exp $"); /* * arp - display, set, and delete arp table entries diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile index b8e7e4b7d640..2d5d6aa12335 100644 --- a/usr.sbin/asf/Makefile +++ b/usr.sbin/asf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/asf/Makefile,v 1.2 2003/06/08 08:38:11 jmallett Exp $ PROG= asf MAN= asf.8 diff --git a/usr.sbin/asf/asf.8 b/usr.sbin/asf/asf.8 index 229d855f4cc2..fd21382e997c 100644 --- a/usr.sbin/asf/asf.8 +++ b/usr.sbin/asf/asf.8 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/asf/asf.8,v 1.6 2004/06/13 18:03:40 ru Exp $ .\" .Dd June 8, 2003 .Os diff --git a/usr.sbin/asf/asf.c b/usr.sbin/asf/asf.c index 704fcac88452..8fae906c5e55 100644 --- a/usr.sbin/asf/asf.c +++ b/usr.sbin/asf/asf.c @@ -24,7 +24,7 @@ * software, even if advised of the possibility of such damage. */ /* $Id: asf.c,v 1.4 2003/05/04 02:55:20 grog Exp grog $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/asf/asf.c,v 1.6 2003/11/04 06:38:37 green Exp $ */ #define MAXLINE 1024 #include <ctype.h> diff --git a/usr.sbin/atm/Makefile b/usr.sbin/atm/Makefile index 2367085d25b6..448fe059979e 100644 --- a/usr.sbin/atm/Makefile +++ b/usr.sbin/atm/Makefile @@ -21,7 +21,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ +# @(#) $FreeBSD: src/usr.sbin/atm/Makefile,v 1.3 2001/07/20 06:19:37 obrien Exp $ SUBDIR= atmarpd \ scspd diff --git a/usr.sbin/atm/Makefile.inc b/usr.sbin/atm/Makefile.inc index 46723c133d51..8b7d65245ace 100644 --- a/usr.sbin/atm/Makefile.inc +++ b/usr.sbin/atm/Makefile.inc @@ -21,6 +21,6 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ +# @(#) $FreeBSD: src/usr.sbin/atm/Makefile.inc,v 1.4 2001/07/20 06:19:37 obrien Exp $ .include "../Makefile.inc" diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index 1ed613cea6c9..9917f4f18da2 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/Makefile @@ -21,7 +21,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ +# @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/Makefile,v 1.9 2001/07/20 06:19:37 obrien Exp $ PROG= atmarpd MAN= atmarpd.8 diff --git a/usr.sbin/atm/atmarpd/atmarp_config.c b/usr.sbin/atm/atmarpd/atmarp_config.c index d6d124e4f1b7..b34d3706ef32 100644 --- a/usr.sbin/atm/atmarpd/atmarp_config.c +++ b/usr.sbin/atm/atmarpd/atmarp_config.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_config.c,v 1.4 2002/05/16 23:28:40 arr Exp $ * */ @@ -61,7 +61,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_config.c,v 1.4 2002/05/16 23:28:40 arr Exp $"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_log.c b/usr.sbin/atm/atmarpd/atmarp_log.c index 4f8d212ac98b..be6b11873ec6 100644 --- a/usr.sbin/atm/atmarpd/atmarp_log.c +++ b/usr.sbin/atm/atmarpd/atmarp_log.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_log.c,v 1.4 2003/07/29 13:40:51 harti Exp $ * */ @@ -65,7 +65,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_log.c,v 1.4 2003/07/29 13:40:51 harti Exp $"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_scsp.c b/usr.sbin/atm/atmarpd/atmarp_scsp.c index 6a22217f668b..adf99e21d997 100644 --- a/usr.sbin/atm/atmarpd/atmarp_scsp.c +++ b/usr.sbin/atm/atmarpd/atmarp_scsp.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_scsp.c,v 1.4 2002/05/16 23:28:40 arr Exp $ * */ @@ -64,7 +64,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_scsp.c,v 1.4 2002/05/16 23:28:40 arr Exp $"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_subr.c b/usr.sbin/atm/atmarpd/atmarp_subr.c index 6987a4b28e91..66c10af7d4d2 100644 --- a/usr.sbin/atm/atmarpd/atmarp_subr.c +++ b/usr.sbin/atm/atmarpd/atmarp_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_subr.c,v 1.5 2003/07/29 13:40:52 harti Exp $ * */ @@ -68,7 +68,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_subr.c,v 1.5 2003/07/29 13:40:52 harti Exp $"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_timer.c b/usr.sbin/atm/atmarpd/atmarp_timer.c index c1c6cd95c6d8..0165b045c8ad 100644 --- a/usr.sbin/atm/atmarpd/atmarp_timer.c +++ b/usr.sbin/atm/atmarpd/atmarp_timer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_timer.c,v 1.4 2002/05/16 23:28:40 arr Exp $ * */ @@ -61,7 +61,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_timer.c,v 1.4 2002/05/16 23:28:40 arr Exp $"); #endif diff --git a/usr.sbin/atm/atmarpd/atmarp_var.h b/usr.sbin/atm/atmarpd/atmarp_var.h index 91a235fc844a..2436c3230673 100644 --- a/usr.sbin/atm/atmarpd/atmarp_var.h +++ b/usr.sbin/atm/atmarpd/atmarp_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarp_var.h,v 1.4 2002/10/10 00:32:55 alfred Exp $ * */ diff --git a/usr.sbin/atm/atmarpd/atmarpd.8 b/usr.sbin/atm/atmarpd/atmarpd.8 index 351b0c19c646..ca7d4f969bca 100644 --- a/usr.sbin/atm/atmarpd/atmarpd.8 +++ b/usr.sbin/atm/atmarpd/atmarpd.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarpd.8,v 1.6 2002/07/14 14:42:26 charnier Exp $ .\" .\" .Dd August 4, 1998 diff --git a/usr.sbin/atm/atmarpd/atmarpd.c b/usr.sbin/atm/atmarpd/atmarpd.c index 2cb5f70be8ee..79d55d2685c8 100644 --- a/usr.sbin/atm/atmarpd/atmarpd.c +++ b/usr.sbin/atm/atmarpd/atmarpd.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarpd.c,v 1.6 2003/07/29 13:40:52 harti Exp $ * */ @@ -65,7 +65,7 @@ #include "atmarp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/atmarpd/atmarpd.c,v 1.6 2003/07/29 13:40:52 harti Exp $"); #endif diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index 7130c2bae5c1..bc914830feaf 100644 --- a/usr.sbin/atm/scspd/Makefile +++ b/usr.sbin/atm/scspd/Makefile @@ -21,7 +21,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $FreeBSD$ +# @(#) $FreeBSD: src/usr.sbin/atm/scspd/Makefile,v 1.13 2001/07/20 06:19:37 obrien Exp $ PROG= scspd MAN= scspd.8 diff --git a/usr.sbin/atm/scspd/scsp_cafsm.c b/usr.sbin/atm/scspd/scsp_cafsm.c index 05a1e244a9ce..9827439ae7fc 100644 --- a/usr.sbin/atm/scspd/scsp_cafsm.c +++ b/usr.sbin/atm/scspd/scsp_cafsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_cafsm.c,v 1.5 2002/10/10 00:32:55 alfred Exp $ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_cafsm.c,v 1.5 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config.c b/usr.sbin/atm/scspd/scsp_config.c index f69206964678..d5376d70df0b 100644 --- a/usr.sbin/atm/scspd/scsp_config.c +++ b/usr.sbin/atm/scspd/scsp_config.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config.c,v 1.5 2002/10/10 00:32:55 alfred Exp $ * */ @@ -60,7 +60,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config.c,v 1.5 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config_lex.c b/usr.sbin/atm/scspd/scsp_config_lex.c index 20002b2c2b58..b64a13e62d02 100644 --- a/usr.sbin/atm/scspd/scsp_config_lex.c +++ b/usr.sbin/atm/scspd/scsp_config_lex.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config_lex.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -62,7 +62,7 @@ #include "scsp_config_parse.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config_lex.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_config_parse.y b/usr.sbin/atm/scspd/scsp_config_parse.y index b5c34b96c565..d525ec9172d1 100644 --- a/usr.sbin/atm/scspd/scsp_config_parse.y +++ b/usr.sbin/atm/scspd/scsp_config_parse.y @@ -24,7 +24,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config_parse.y,v 1.5 2002/10/10 00:32:55 alfred Exp $ * */ @@ -66,7 +66,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_config_parse.y,v 1.5 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_hfsm.c b/usr.sbin/atm/scspd/scsp_hfsm.c index 8010290f8470..32ddde524fea 100644 --- a/usr.sbin/atm/scspd/scsp_hfsm.c +++ b/usr.sbin/atm/scspd/scsp_hfsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_hfsm.c,v 1.4 2002/10/10 00:32:55 alfred Exp $ * */ @@ -58,7 +58,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_hfsm.c,v 1.4 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_if.c b/usr.sbin/atm/scspd/scsp_if.c index 9d88f0a50e30..47eadfe0f854 100644 --- a/usr.sbin/atm/scspd/scsp_if.c +++ b/usr.sbin/atm/scspd/scsp_if.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_if.c,v 1.5 2002/10/10 00:32:55 alfred Exp $ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_if.c,v 1.5 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_if.h b/usr.sbin/atm/scspd/scsp_if.h index 844ee2c82135..53c6347650a2 100644 --- a/usr.sbin/atm/scspd/scsp_if.h +++ b/usr.sbin/atm/scspd/scsp_if.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_if.h,v 1.2 1999/08/28 01:15:33 peter Exp $ * */ diff --git a/usr.sbin/atm/scspd/scsp_input.c b/usr.sbin/atm/scspd/scsp_input.c index 2e3fbb0b6768..a2844a7b172f 100644 --- a/usr.sbin/atm/scspd/scsp_input.c +++ b/usr.sbin/atm/scspd/scsp_input.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_input.c,v 1.5 2002/10/10 00:32:55 alfred Exp $ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_input.c,v 1.5 2002/10/10 00:32:55 alfred Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_log.c b/usr.sbin/atm/scspd/scsp_log.c index 8b76c3edf35a..7774ab8fceb1 100644 --- a/usr.sbin/atm/scspd/scsp_log.c +++ b/usr.sbin/atm/scspd/scsp_log.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_log.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -67,7 +67,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_log.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_msg.c b/usr.sbin/atm/scspd/scsp_msg.c index 63e0e40a5031..9d50599b7e32 100644 --- a/usr.sbin/atm/scspd/scsp_msg.c +++ b/usr.sbin/atm/scspd/scsp_msg.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_msg.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -61,7 +61,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_msg.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_msg.h b/usr.sbin/atm/scspd/scsp_msg.h index bedea8aefb3f..bb0e1094ce3b 100644 --- a/usr.sbin/atm/scspd/scsp_msg.h +++ b/usr.sbin/atm/scspd/scsp_msg.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_msg.h,v 1.3 2002/05/16 23:57:37 arr Exp $ * */ diff --git a/usr.sbin/atm/scspd/scsp_output.c b/usr.sbin/atm/scspd/scsp_output.c index c2ea657b84dc..83968e39deb6 100644 --- a/usr.sbin/atm/scspd/scsp_output.c +++ b/usr.sbin/atm/scspd/scsp_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_output.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_output.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_print.c b/usr.sbin/atm/scspd/scsp_print.c index eb9d6f5d870d..cde820820eba 100644 --- a/usr.sbin/atm/scspd/scsp_print.c +++ b/usr.sbin/atm/scspd/scsp_print.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_print.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -62,7 +62,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_print.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_socket.c b/usr.sbin/atm/scspd/scsp_socket.c index 3cfa294867b7..77b2d9270f36 100644 --- a/usr.sbin/atm/scspd/scsp_socket.c +++ b/usr.sbin/atm/scspd/scsp_socket.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_socket.c,v 1.4 2002/05/16 23:57:37 arr Exp $ * */ @@ -63,7 +63,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_socket.c,v 1.4 2002/05/16 23:57:37 arr Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_subr.c b/usr.sbin/atm/scspd/scsp_subr.c index 58a5abfbc007..56f898523aa5 100644 --- a/usr.sbin/atm/scspd/scsp_subr.c +++ b/usr.sbin/atm/scspd/scsp_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_subr.c,v 1.5 2003/07/29 13:40:52 harti Exp $ * */ @@ -64,7 +64,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_subr.c,v 1.5 2003/07/29 13:40:52 harti Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_timer.c b/usr.sbin/atm/scspd/scsp_timer.c index 82e49fc4a361..68b7cd5d68e8 100644 --- a/usr.sbin/atm/scspd/scsp_timer.c +++ b/usr.sbin/atm/scspd/scsp_timer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_timer.c,v 1.3 1999/08/28 01:15:34 peter Exp $ * */ @@ -57,7 +57,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_timer.c,v 1.3 1999/08/28 01:15:34 peter Exp $"); #endif diff --git a/usr.sbin/atm/scspd/scsp_var.h b/usr.sbin/atm/scspd/scsp_var.h index fbbddc74e5e3..14ef9b4f6741 100644 --- a/usr.sbin/atm/scspd/scsp_var.h +++ b/usr.sbin/atm/scspd/scsp_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scsp_var.h,v 1.4 2002/10/10 00:32:55 alfred Exp $ * */ diff --git a/usr.sbin/atm/scspd/scspd.8 b/usr.sbin/atm/scspd/scspd.8 index 7d535fb13aad..364b50190cfb 100644 --- a/usr.sbin/atm/scspd/scspd.8 +++ b/usr.sbin/atm/scspd/scspd.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/usr.sbin/atm/scspd/scspd.8,v 1.6 2004/07/02 23:12:39 ru Exp $ .\" .\" .Dd August 21, 1998 diff --git a/usr.sbin/atm/scspd/scspd.c b/usr.sbin/atm/scspd/scspd.c index 30d7015d90b3..fad9eeb26016 100644 --- a/usr.sbin/atm/scspd/scspd.c +++ b/usr.sbin/atm/scspd/scspd.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/usr.sbin/atm/scspd/scspd.c,v 1.6 2004/05/24 13:21:24 stefanf Exp $ * */ @@ -65,7 +65,7 @@ #include "scsp_var.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/usr.sbin/atm/scspd/scspd.c,v 1.6 2004/05/24 13:21:24 stefanf Exp $"); #endif diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index c4bcd63d98a7..d0cd672d3820 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/authpf/Makefile,v 1.1 2004/02/28 21:50:50 mlaier Exp $ .PATH: ${.CURDIR}/../../contrib/pf/authpf .PATH: ${.CURDIR}/../../contrib/pf/pfctl diff --git a/usr.sbin/bluetooth/Makefile b/usr.sbin/bluetooth/Makefile index 23c03f7b6a36..3c6267d01d33 100644 --- a/usr.sbin/bluetooth/Makefile +++ b/usr.sbin/bluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/Makefile,v 1.6 2004/01/25 21:33:58 emax Exp $ SUBDIR= \ bcmfw \ diff --git a/usr.sbin/bluetooth/Makefile.inc b/usr.sbin/bluetooth/Makefile.inc index c0e05cfa1da6..a86a900383ad 100644 --- a/usr.sbin/bluetooth/Makefile.inc +++ b/usr.sbin/bluetooth/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/Makefile.inc,v 1.1 2003/10/12 22:04:22 emax Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/bluetooth/bcmfw/BCM-LEGAL.txt b/usr.sbin/bluetooth/bcmfw/BCM-LEGAL.txt index e3a235e0d82e..417d5c074866 100644 --- a/usr.sbin/bluetooth/bcmfw/BCM-LEGAL.txt +++ b/usr.sbin/bluetooth/bcmfw/BCM-LEGAL.txt @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/bluetooth/bcmfw/BCM-LEGAL.txt,v 1.1 2003/05/10 22:03:45 julian Exp $ BCM firmware version 2.15 Copyright (c) 2000-2002 Broadcom Corporation diff --git a/usr.sbin/bluetooth/bcmfw/Makefile b/usr.sbin/bluetooth/bcmfw/Makefile index e601a76b6354..7de9f536622a 100644 --- a/usr.sbin/bluetooth/bcmfw/Makefile +++ b/usr.sbin/bluetooth/bcmfw/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2003/08/14 20:05:58 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/bcmfw/Makefile,v 1.3 2003/10/12 22:04:22 emax Exp $ PROG= bcmfw MAN= bcmfw.8 diff --git a/usr.sbin/bluetooth/bcmfw/README b/usr.sbin/bluetooth/bcmfw/README index 0d769d8e9036..e71f5df17000 100644 --- a/usr.sbin/bluetooth/bcmfw/README +++ b/usr.sbin/bluetooth/bcmfw/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/bluetooth/bcmfw/README,v 1.2 2003/05/11 02:19:10 julian Exp $ This directory will eventually also contain copies of the broadcom firmware. diff --git a/usr.sbin/bluetooth/bcmfw/bcmfw.8 b/usr.sbin/bluetooth/bcmfw/bcmfw.8 index a0661c220771..2b59732a500d 100644 --- a/usr.sbin/bluetooth/bcmfw/bcmfw.8 +++ b/usr.sbin/bluetooth/bcmfw/bcmfw.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bcmfw.8,v 1.7 2003/05/21 00:33:40 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/bcmfw/bcmfw.8,v 1.5 2004/08/11 00:22:23 emax Exp $ .\" .Dd March 31, 2003 .Dt BCMFW 8 diff --git a/usr.sbin/bluetooth/bcmfw/bcmfw.c b/usr.sbin/bluetooth/bcmfw/bcmfw.c index cd4679de009d..84fb9ea976cc 100644 --- a/usr.sbin/bluetooth/bcmfw/bcmfw.c +++ b/usr.sbin/bluetooth/bcmfw/bcmfw.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bcmfw.c,v 1.4 2003/04/27 19:28:09 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bcmfw/bcmfw.c,v 1.2 2004/06/25 23:14:06 imp Exp $ * * Based on Linux BlueZ BlueFW-0.9 package * diff --git a/usr.sbin/bluetooth/bt3cfw/Makefile b/usr.sbin/bluetooth/bt3cfw/Makefile index daa0f6546aae..6bc7f943cd14 100644 --- a/usr.sbin/bluetooth/bt3cfw/Makefile +++ b/usr.sbin/bluetooth/bt3cfw/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/08/14 20:06:00 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/bt3cfw/Makefile,v 1.3 2003/10/12 22:04:22 emax Exp $ PROG= bt3cfw MAN= bt3cfw.8 diff --git a/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 b/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 index 74aa6d738124..8ae950d3421c 100644 --- a/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 +++ b/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bt3cfw.8,v 1.4 2003/05/21 00:34:51 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/bt3cfw/bt3cfw.8,v 1.5 2003/10/12 22:04:22 emax Exp $ .\" .Dd November 11, 2002 .Dt BT3CFW 8 diff --git a/usr.sbin/bluetooth/bt3cfw/bt3cfw.c b/usr.sbin/bluetooth/bt3cfw/bt3cfw.c index aadb6b6b6762..3c395e709891 100644 --- a/usr.sbin/bluetooth/bt3cfw/bt3cfw.c +++ b/usr.sbin/bluetooth/bt3cfw/bt3cfw.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bt3cfw.c,v 1.2 2003/05/21 22:40:29 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c,v 1.5 2004/04/09 23:58:53 emax Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/bluetooth/bthidcontrol/Makefile b/usr.sbin/bluetooth/bthidcontrol/Makefile index 6c9eafb735c1..4b70802e8cd8 100644 --- a/usr.sbin/bluetooth/bthidcontrol/Makefile +++ b/usr.sbin/bluetooth/bthidcontrol/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2004/02/13 21:44:41 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/Makefile,v 1.1 2004/04/10 00:18:00 emax Exp $ .PATH: ${.CURDIR}/../bthidd diff --git a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 index 95327df3ac2b..bd0ab05f1bb7 100644 --- a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 +++ b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bthidcontrol.8,v 1.1 2004/02/13 21:44:41 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8,v 1.1 2004/04/10 00:18:00 emax Exp $ .\" .Dd February 13, 2004 .Dt BTHIDCONTROL 8 diff --git a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c index 21539e324dc1..1695640ba5ab 100644 --- a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c +++ b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthidcontrol.c,v 1.2 2004/02/13 21:44:41 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h index 50ed2fa1a830..6e7ae724d74b 100644 --- a/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h +++ b/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthidcontrol.h,v 1.1 2004/02/12 23:25:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.h,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #ifndef __BTHIDCONTROL_H__ diff --git a/usr.sbin/bluetooth/bthidcontrol/hid.c b/usr.sbin/bluetooth/bthidcontrol/hid.c index 78b41050221d..e7ce8078eb9e 100644 --- a/usr.sbin/bluetooth/bthidcontrol/hid.c +++ b/usr.sbin/bluetooth/bthidcontrol/hid.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hid.c,v 1.3 2004/02/17 22:14:57 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/hid.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidcontrol/sdp.c b/usr.sbin/bluetooth/bthidcontrol/sdp.c index e39c8caae548..f78fcc15071a 100644 --- a/usr.sbin/bluetooth/bthidcontrol/sdp.c +++ b/usr.sbin/bluetooth/bthidcontrol/sdp.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sdp.c,v 1.3 2004/02/17 22:14:57 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/sdp.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile index c3bab372d48c..9dc9a43461fc 100644 --- a/usr.sbin/bluetooth/bthidd/Makefile +++ b/usr.sbin/bluetooth/bthidd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2004/02/13 21:46:20 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/bthidd/Makefile,v 1.1 2004/04/10 00:18:00 emax Exp $ PROG= bthidd #MAN= bthidd.8 bthidd.conf.5 diff --git a/usr.sbin/bluetooth/bthidd/bthid_config.h b/usr.sbin/bluetooth/bthidd/bthid_config.h index 6be7c7eaab86..6eab36b905a9 100644 --- a/usr.sbin/bluetooth/bthidd/bthid_config.h +++ b/usr.sbin/bluetooth/bthidd/bthid_config.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthid_config.h,v 1.3 2004/02/17 22:05:02 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/bthid_config.h,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #ifndef _BTHID_CONFIG_H_ diff --git a/usr.sbin/bluetooth/bthidd/bthidd.c b/usr.sbin/bluetooth/bthidd/bthidd.c index 2a0206bc34f9..1861c9813722 100644 --- a/usr.sbin/bluetooth/bthidd/bthidd.c +++ b/usr.sbin/bluetooth/bthidd/bthidd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthidd.c,v 1.4 2004/02/26 21:48:44 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/bthidd.c,v 1.2 2004/08/05 16:32:40 emax Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/bluetooth/bthidd/bthidd.conf.sample b/usr.sbin/bluetooth/bthidd/bthidd.conf.sample index e23dc1252f95..2b8ce8edba67 100644 --- a/usr.sbin/bluetooth/bthidd/bthidd.conf.sample +++ b/usr.sbin/bluetooth/bthidd/bthidd.conf.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/bthidd/bthidd.conf.sample,v 1.1 2004/04/10 00:18:00 emax Exp $ device { bdaddr 00:50:f2:e5:68:84; diff --git a/usr.sbin/bluetooth/bthidd/bthidd.h b/usr.sbin/bluetooth/bthidd/bthidd.h index d9cd01502600..6bb7c8aad0b2 100644 --- a/usr.sbin/bluetooth/bthidd/bthidd.h +++ b/usr.sbin/bluetooth/bthidd/bthidd.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthidd.h,v 1.4 2004/02/26 21:44:20 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/bthidd.h,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #ifndef _BTHIDD_H_ diff --git a/usr.sbin/bluetooth/bthidd/client.c b/usr.sbin/bluetooth/bthidd/client.c index cc611bdd3b7e..437be2a6c5c4 100644 --- a/usr.sbin/bluetooth/bthidd/client.c +++ b/usr.sbin/bluetooth/bthidd/client.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: client.c,v 1.6 2004/02/26 21:57:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/client.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidd/hid.c b/usr.sbin/bluetooth/bthidd/hid.c index 5a7ab665d0a5..795e2d090027 100644 --- a/usr.sbin/bluetooth/bthidd/hid.c +++ b/usr.sbin/bluetooth/bthidd/hid.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hid.c,v 1.3 2004/02/26 21:47:35 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/hid.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/consio.h> diff --git a/usr.sbin/bluetooth/bthidd/lexer.l b/usr.sbin/bluetooth/bthidd/lexer.l index 93ad39434e59..753d98222675 100644 --- a/usr.sbin/bluetooth/bthidd/lexer.l +++ b/usr.sbin/bluetooth/bthidd/lexer.l @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: lexer.l,v 1.2 2004/02/13 21:46:20 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/lexer.l,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/bthidd/parser.y b/usr.sbin/bluetooth/bthidd/parser.y index f4fd560d34fa..3ca6df3476d5 100644 --- a/usr.sbin/bluetooth/bthidd/parser.y +++ b/usr.sbin/bluetooth/bthidd/parser.y @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: parser.y,v 1.3 2004/02/13 21:46:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/parser.y,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidd/server.c b/usr.sbin/bluetooth/bthidd/server.c index d1887db0071c..e5b4a76dc624 100644 --- a/usr.sbin/bluetooth/bthidd/server.c +++ b/usr.sbin/bluetooth/bthidd/server.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: server.c,v 1.5 2004/02/26 21:43:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/server.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/bthidd/session.c b/usr.sbin/bluetooth/bthidd/session.c index 523b9185151e..bd9124776695 100644 --- a/usr.sbin/bluetooth/bthidd/session.c +++ b/usr.sbin/bluetooth/bthidd/session.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: session.c,v 1.1 2004/02/12 22:46:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/bthidd/session.c,v 1.1 2004/04/10 00:18:00 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/hccontrol/Makefile b/usr.sbin/bluetooth/hccontrol/Makefile index 592247e11ad9..25bf2eefe653 100644 --- a/usr.sbin/bluetooth/hccontrol/Makefile +++ b/usr.sbin/bluetooth/hccontrol/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/08/14 20:06:17 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hccontrol/Makefile,v 1.3 2003/10/12 22:04:23 emax Exp $ PROG= hccontrol MAN= hccontrol.8 diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.8 b/usr.sbin/bluetooth/hccontrol/hccontrol.8 index 65cc53f01123..0bdd9f778c2f 100644 --- a/usr.sbin/bluetooth/hccontrol/hccontrol.8 +++ b/usr.sbin/bluetooth/hccontrol/hccontrol.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hccontrol.8,v 1.6 2003/08/06 21:26:38 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hccontrol/hccontrol.8,v 1.6 2004/08/05 16:32:41 emax Exp $ .\" .Dd June 14, 2002 .Dt HCCONTROL 8 diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.c b/usr.sbin/bluetooth/hccontrol/hccontrol.c index 0bf55837e804..3b4317b31483 100644 --- a/usr.sbin/bluetooth/hccontrol/hccontrol.c +++ b/usr.sbin/bluetooth/hccontrol/hccontrol.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hccontrol.c,v 1.5 2003/09/05 00:38:24 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/hccontrol.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.h b/usr.sbin/bluetooth/hccontrol/hccontrol.h index 4424f7678a5d..47d4a66efbbf 100644 --- a/usr.sbin/bluetooth/hccontrol/hccontrol.h +++ b/usr.sbin/bluetooth/hccontrol/hccontrol.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hccontrol.h,v 1.2 2003/05/19 17:29:29 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/hccontrol.h,v 1.4 2004/04/09 23:58:53 emax Exp $ */ #ifndef _HCCONTROL_H_ diff --git a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c index 38f77eb9ab63..5cf5e74159c1 100644 --- a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c +++ b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: host_controller_baseband.c,v 1.4 2003/08/18 19:19:53 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c,v 1.6 2004/08/05 16:32:41 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/hccontrol/info.c b/usr.sbin/bluetooth/hccontrol/info.c index 12b685bc2296..1cffbf75486c 100644 --- a/usr.sbin/bluetooth/hccontrol/info.c +++ b/usr.sbin/bluetooth/hccontrol/info.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: info.c,v 1.3 2003/08/18 19:19:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/info.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/hccontrol/link_control.c b/usr.sbin/bluetooth/hccontrol/link_control.c index 7d01f045610d..eee9a44e5246 100644 --- a/usr.sbin/bluetooth/hccontrol/link_control.c +++ b/usr.sbin/bluetooth/hccontrol/link_control.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: link_control.c,v 1.4 2003/08/18 19:19:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/link_control.c,v 1.8 2004/08/10 00:38:50 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/hccontrol/link_policy.c b/usr.sbin/bluetooth/hccontrol/link_policy.c index 67b32d5a0d61..134fcbea193b 100644 --- a/usr.sbin/bluetooth/hccontrol/link_policy.c +++ b/usr.sbin/bluetooth/hccontrol/link_policy.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: link_policy.c,v 1.3 2003/08/18 19:19:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/link_policy.c,v 1.6 2004/08/05 16:32:41 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/hccontrol/node.c b/usr.sbin/bluetooth/hccontrol/node.c index 863d5162fd44..b627d20231f7 100644 --- a/usr.sbin/bluetooth/hccontrol/node.c +++ b/usr.sbin/bluetooth/hccontrol/node.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: node.c,v 1.6 2003/07/22 21:14:02 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/node.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <sys/ioctl.h> diff --git a/usr.sbin/bluetooth/hccontrol/send_recv.c b/usr.sbin/bluetooth/hccontrol/send_recv.c index 5c2aea9456b2..2c67372bc7f4 100644 --- a/usr.sbin/bluetooth/hccontrol/send_recv.c +++ b/usr.sbin/bluetooth/hccontrol/send_recv.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: send_recv.c,v 1.2 2003/05/21 22:40:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/send_recv.c,v 1.5 2004/04/09 23:58:53 emax Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/bluetooth/hccontrol/status.c b/usr.sbin/bluetooth/hccontrol/status.c index 33645765cbd4..0caf81465add 100644 --- a/usr.sbin/bluetooth/hccontrol/status.c +++ b/usr.sbin/bluetooth/hccontrol/status.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: status.c,v 1.2 2003/05/21 22:40:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/status.c,v 1.5 2004/04/09 23:58:53 emax Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/bluetooth/hccontrol/util.c b/usr.sbin/bluetooth/hccontrol/util.c index d4c1687f4279..b6e62450e570 100644 --- a/usr.sbin/bluetooth/hccontrol/util.c +++ b/usr.sbin/bluetooth/hccontrol/util.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: util.c,v 1.2 2003/05/19 17:29:29 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hccontrol/util.c,v 1.5 2004/04/09 23:58:53 emax Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/bluetooth/hcsecd/Makefile b/usr.sbin/bluetooth/hcsecd/Makefile index e544ed4e6180..e967f140eadc 100644 --- a/usr.sbin/bluetooth/hcsecd/Makefile +++ b/usr.sbin/bluetooth/hcsecd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hcsecd/Makefile,v 1.3.4.1 2004/09/17 03:45:24 emax Exp $ PROG= hcsecd MAN= hcsecd.8 hcsecd.conf.5 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.8 b/usr.sbin/bluetooth/hcsecd/hcsecd.8 index b7c2322fbc32..d4744a27e856 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.8 +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hcsecd.8,v 1.8 2003/09/08 18:54:20 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.8,v 1.4 2003/12/19 18:15:56 emax Exp $ .\" .Dd November 16, 2002 .Dt HCSECD 8 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.c b/usr.sbin/bluetooth/hcsecd/hcsecd.c index a1b72a3b34ae..2ca2bdecf461 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.c +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hcsecd.c,v 1.6 2003/08/18 19:19:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.c,v 1.3 2004/04/09 23:58:53 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.conf b/usr.sbin/bluetooth/hcsecd/hcsecd.conf index 127ce04b74d6..67344bf371e0 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.conf +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.conf @@ -1,6 +1,6 @@ # # $Id: hcsecd.conf,v 1.1 2002/11/24 20:22:39 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.conf,v 1.1 2003/05/10 21:50:35 julian Exp $ # # HCI security daemon configuration file # diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 b/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 index 189ca66606c5..6de5f2603daf 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hcsecd.conf.5,v 1.1 2003/05/26 22:49:23 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.conf.5,v 1.2 2004/06/13 18:03:40 ru Exp $ .\" .Dd May 26, 2003 .Dt HCSECD.CONF 5 diff --git a/usr.sbin/bluetooth/hcsecd/hcsecd.h b/usr.sbin/bluetooth/hcsecd/hcsecd.h index acfc8875a011..8e1292d2e595 100644 --- a/usr.sbin/bluetooth/hcsecd/hcsecd.h +++ b/usr.sbin/bluetooth/hcsecd/hcsecd.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hcsecd.h,v 1.3 2003/09/08 18:54:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.h,v 1.3 2004/04/09 23:58:53 emax Exp $ */ #ifndef _HCSECD_H_ diff --git a/usr.sbin/bluetooth/hcsecd/lexer.l b/usr.sbin/bluetooth/hcsecd/lexer.l index 2430d7e2982c..8669afdd0365 100644 --- a/usr.sbin/bluetooth/hcsecd/lexer.l +++ b/usr.sbin/bluetooth/hcsecd/lexer.l @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: lexer.l,v 1.1 2002/11/24 20:22:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/lexer.l,v 1.1 2003/05/10 21:50:35 julian Exp $ */ #include <string.h> diff --git a/usr.sbin/bluetooth/hcsecd/parser.y b/usr.sbin/bluetooth/hcsecd/parser.y index 385bff257b3a..d8ab923183d7 100644 --- a/usr.sbin/bluetooth/hcsecd/parser.y +++ b/usr.sbin/bluetooth/hcsecd/parser.y @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $Id: parser.y,v 1.5 2003/06/07 21:22:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcsecd/parser.y,v 1.3.2.1 2004/09/17 03:45:24 emax Exp $ */ #include <sys/fcntl.h> diff --git a/usr.sbin/bluetooth/hcseriald/Makefile b/usr.sbin/bluetooth/hcseriald/Makefile index f21331b1862b..829800568844 100644 --- a/usr.sbin/bluetooth/hcseriald/Makefile +++ b/usr.sbin/bluetooth/hcseriald/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/hcseriald/Makefile,v 1.3 2003/10/12 22:04:23 emax Exp $ PROG= hcseriald MAN= hcseriald.8 diff --git a/usr.sbin/bluetooth/hcseriald/hcseriald.8 b/usr.sbin/bluetooth/hcseriald/hcseriald.8 index 2bf9c547c8de..2fda003bb53b 100644 --- a/usr.sbin/bluetooth/hcseriald/hcseriald.8 +++ b/usr.sbin/bluetooth/hcseriald/hcseriald.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hcseriald.8,v 1.3 2003/05/21 00:47:26 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/hcseriald/hcseriald.8,v 1.5 2003/10/12 22:04:23 emax Exp $ .\" .Dd June 14, 2002 .Dt HCSERIALD 8 diff --git a/usr.sbin/bluetooth/hcseriald/hcseriald.c b/usr.sbin/bluetooth/hcseriald/hcseriald.c index 42231b45ad40..e3e0e054ed55 100644 --- a/usr.sbin/bluetooth/hcseriald/hcseriald.c +++ b/usr.sbin/bluetooth/hcseriald/hcseriald.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: hcseriald.c,v 1.3 2003/05/21 22:40:32 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/hcseriald/hcseriald.c,v 1.4 2003/11/15 15:26:35 harti Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/bluetooth/l2control/Makefile b/usr.sbin/bluetooth/l2control/Makefile index 847ff4ba97d6..ca573f71b56c 100644 --- a/usr.sbin/bluetooth/l2control/Makefile +++ b/usr.sbin/bluetooth/l2control/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/l2control/Makefile,v 1.3 2003/10/12 22:04:23 emax Exp $ PROG= l2control MAN= l2control.8 diff --git a/usr.sbin/bluetooth/l2control/l2cap.c b/usr.sbin/bluetooth/l2control/l2cap.c index c23106c3db3f..cf2697faaff0 100644 --- a/usr.sbin/bluetooth/l2control/l2cap.c +++ b/usr.sbin/bluetooth/l2control/l2cap.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2cap.c,v 1.5 2003/05/16 19:52:37 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2cap.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <sys/ioctl.h> diff --git a/usr.sbin/bluetooth/l2control/l2control.8 b/usr.sbin/bluetooth/l2control/l2control.8 index e98f301df817..a58ae7c2ef4d 100644 --- a/usr.sbin/bluetooth/l2control/l2control.8 +++ b/usr.sbin/bluetooth/l2control/l2control.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: l2control.8,v 1.5 2003/05/21 00:53:00 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.8,v 1.5 2003/10/12 22:04:23 emax Exp $ .\" .Dd June 14, 2002 .Dt L2CONTROL 8 diff --git a/usr.sbin/bluetooth/l2control/l2control.c b/usr.sbin/bluetooth/l2control/l2control.c index 585021c98433..a1641a7506be 100644 --- a/usr.sbin/bluetooth/l2control/l2control.c +++ b/usr.sbin/bluetooth/l2control/l2control.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2control.c,v 1.6 2003/09/05 00:38:25 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <assert.h> diff --git a/usr.sbin/bluetooth/l2control/l2control.h b/usr.sbin/bluetooth/l2control/l2control.h index 43d456164be8..354bf0a10167 100644 --- a/usr.sbin/bluetooth/l2control/l2control.h +++ b/usr.sbin/bluetooth/l2control/l2control.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2control.h,v 1.1 2002/11/24 20:22:41 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.h,v 1.2 2003/05/10 21:50:36 julian Exp $ */ #ifndef _L2CONTROL_H_ diff --git a/usr.sbin/bluetooth/l2ping/Makefile b/usr.sbin/bluetooth/l2ping/Makefile index e62d2afe47a4..c8e7fdb33f78 100644 --- a/usr.sbin/bluetooth/l2ping/Makefile +++ b/usr.sbin/bluetooth/l2ping/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/l2ping/Makefile,v 1.3 2003/10/12 22:04:23 emax Exp $ PROG= l2ping MAN= l2ping.8 diff --git a/usr.sbin/bluetooth/l2ping/l2ping.8 b/usr.sbin/bluetooth/l2ping/l2ping.8 index da2b22ceeb7c..69e08abdcc34 100644 --- a/usr.sbin/bluetooth/l2ping/l2ping.8 +++ b/usr.sbin/bluetooth/l2ping/l2ping.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: l2ping.8,v 1.3 2003/05/21 01:00:19 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/l2ping/l2ping.8,v 1.7 2004/08/04 20:43:57 emax Exp $ .\" .Dd June 14, 2002 .Dt L2PING 8 diff --git a/usr.sbin/bluetooth/l2ping/l2ping.c b/usr.sbin/bluetooth/l2ping/l2ping.c index 242f86a344f9..0e893d161092 100644 --- a/usr.sbin/bluetooth/l2ping/l2ping.c +++ b/usr.sbin/bluetooth/l2ping/l2ping.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2ping.c,v 1.5 2003/05/16 19:54:40 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2ping/l2ping.c,v 1.6 2004/08/04 20:43:57 emax Exp $ */ #include <sys/ioctl.h> diff --git a/usr.sbin/bluetooth/rfcomm_pppd/Makefile b/usr.sbin/bluetooth/rfcomm_pppd/Makefile index adac64eca14a..73c0bded3d02 100644 --- a/usr.sbin/bluetooth/rfcomm_pppd/Makefile +++ b/usr.sbin/bluetooth/rfcomm_pppd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/rfcomm_pppd/Makefile,v 1.2 2003/10/12 22:04:24 emax Exp $ .PATH: ${.CURDIR}/../../../usr.bin/bluetooth/rfcomm_sppd diff --git a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 index bba4016b677b..95d9d065d448 100644 --- a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 +++ b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: rfcomm_pppd.8,v 1.7 2003/09/07 18:32:11 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8,v 1.7 2004/08/05 16:32:41 emax Exp $ .\" .Dd February 4, 2003 .Dt RFCOMM_PPPD 8 diff --git a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c index 79c48c1fd1be..0e8b57089015 100644 --- a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c +++ b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: rfcomm_pppd.c,v 1.5 2003/09/07 18:32:11 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c,v 1.5 2004/08/05 16:32:41 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/sdpcontrol/Makefile b/usr.sbin/bluetooth/sdpcontrol/Makefile index c0ec8d423f74..245c03a675ba 100644 --- a/usr.sbin/bluetooth/sdpcontrol/Makefile +++ b/usr.sbin/bluetooth/sdpcontrol/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/Makefile,v 1.1 2003/10/12 22:04:24 emax Exp $ PROG= sdpcontrol MAN= sdpcontrol.8 diff --git a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 index 1f75eead81b2..99d9189f9c26 100644 --- a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 +++ b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: sdpcontrol.8,v 1.1 2003/09/08 02:27:27 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8,v 1.4 2004/08/05 16:32:41 emax Exp $ .\" .Dd September 7, 2003 .Dt SDPCONTROL 8 diff --git a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c index fca2015c9c02..fd9657b6efd8 100644 --- a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c +++ b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sdpcontrol.c,v 1.1 2003/09/08 02:27:27 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c,v 1.4 2004/08/05 16:32:41 emax Exp $ */ #include <assert.h> diff --git a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.h b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.h index 4a1ee76f383d..513c14bfdb1b 100644 --- a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.h +++ b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sdpcontrol.h,v 1.1 2003/09/08 02:27:27 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.h,v 1.1 2003/10/12 22:04:24 emax Exp $ */ #ifndef __SDPCONTROL_H__ diff --git a/usr.sbin/bluetooth/sdpcontrol/search.c b/usr.sbin/bluetooth/sdpcontrol/search.c index dad65635f3a7..f8e94b762ba6 100644 --- a/usr.sbin/bluetooth/sdpcontrol/search.c +++ b/usr.sbin/bluetooth/sdpcontrol/search.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: search.c,v 1.2 2003/09/08 17:35:15 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/search.c,v 1.3 2004/04/09 23:01:42 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/sdpd/Makefile b/usr.sbin/bluetooth/sdpd/Makefile index 2b8b49542403..c479ca817e65 100644 --- a/usr.sbin/bluetooth/sdpd/Makefile +++ b/usr.sbin/bluetooth/sdpd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2004/01/20 21:27:55 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/sdpd/Makefile,v 1.1 2004/01/25 21:33:59 emax Exp $ PROG= sdpd MAN= sdpd.8 diff --git a/usr.sbin/bluetooth/sdpd/bgd.c b/usr.sbin/bluetooth/sdpd/bgd.c index 70dda891072f..bcdd1b11adb8 100644 --- a/usr.sbin/bluetooth/sdpd/bgd.c +++ b/usr.sbin/bluetooth/sdpd/bgd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bgd.c,v 1.4 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/bgd.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <bluetooth.h> diff --git a/usr.sbin/bluetooth/sdpd/dun.c b/usr.sbin/bluetooth/sdpd/dun.c index e7aeb78d679e..5fe69313ebe4 100644 --- a/usr.sbin/bluetooth/sdpd/dun.c +++ b/usr.sbin/bluetooth/sdpd/dun.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: dun.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/dun.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/ftrn.c b/usr.sbin/bluetooth/sdpd/ftrn.c index bcebfc79807f..abad5671899f 100644 --- a/usr.sbin/bluetooth/sdpd/ftrn.c +++ b/usr.sbin/bluetooth/sdpd/ftrn.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: ftrn.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/ftrn.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/irmc.c b/usr.sbin/bluetooth/sdpd/irmc.c index d28a1205be67..5496e5841929 100644 --- a/usr.sbin/bluetooth/sdpd/irmc.c +++ b/usr.sbin/bluetooth/sdpd/irmc.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: irmc.c,v 1.6 2004/01/13 19:31:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/irmc.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/irmc_command.c b/usr.sbin/bluetooth/sdpd/irmc_command.c index 10dafe0b1ed2..2f8195744183 100644 --- a/usr.sbin/bluetooth/sdpd/irmc_command.c +++ b/usr.sbin/bluetooth/sdpd/irmc_command.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: irmc_command.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/irmc_command.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/lan.c b/usr.sbin/bluetooth/sdpd/lan.c index a5612eda64a7..2b65f340ad40 100644 --- a/usr.sbin/bluetooth/sdpd/lan.c +++ b/usr.sbin/bluetooth/sdpd/lan.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: lan.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/lan.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <arpa/inet.h> diff --git a/usr.sbin/bluetooth/sdpd/log.c b/usr.sbin/bluetooth/sdpd/log.c index b03f7e141d23..4db28b61db45 100644 --- a/usr.sbin/bluetooth/sdpd/log.c +++ b/usr.sbin/bluetooth/sdpd/log.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: log.c,v 1.1 2004/01/07 23:15:00 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/log.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/bluetooth/sdpd/log.h b/usr.sbin/bluetooth/sdpd/log.h index 8c9ce778cfdd..6bcfd3e88916 100644 --- a/usr.sbin/bluetooth/sdpd/log.h +++ b/usr.sbin/bluetooth/sdpd/log.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: log.h,v 1.1 2004/01/07 23:15:00 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/log.h,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #ifndef _LOG_H_ diff --git a/usr.sbin/bluetooth/sdpd/main.c b/usr.sbin/bluetooth/sdpd/main.c index 1df3bf0d5887..7ccaf3becd4c 100644 --- a/usr.sbin/bluetooth/sdpd/main.c +++ b/usr.sbin/bluetooth/sdpd/main.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: main.c,v 1.8 2004/01/13 19:31:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/main.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/select.h> diff --git a/usr.sbin/bluetooth/sdpd/opush.c b/usr.sbin/bluetooth/sdpd/opush.c index 36359daa98ef..1b1efe188937 100644 --- a/usr.sbin/bluetooth/sdpd/opush.c +++ b/usr.sbin/bluetooth/sdpd/opush.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: opush.c,v 1.6 2004/01/13 19:31:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/opush.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/profile.c b/usr.sbin/bluetooth/sdpd/profile.c index 3ba0159de8db..bf71459533ac 100644 --- a/usr.sbin/bluetooth/sdpd/profile.c +++ b/usr.sbin/bluetooth/sdpd/profile.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: profile.c,v 1.6 2004/01/13 19:31:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/profile.c,v 1.2 2004/07/28 07:15:44 kan Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/profile.h b/usr.sbin/bluetooth/sdpd/profile.h index 0ca42211de11..a78d180a8763 100644 --- a/usr.sbin/bluetooth/sdpd/profile.h +++ b/usr.sbin/bluetooth/sdpd/profile.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: profile.h,v 1.6 2004/01/13 19:31:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/profile.h,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #ifndef _PROFILE_H_ diff --git a/usr.sbin/bluetooth/sdpd/provider.c b/usr.sbin/bluetooth/sdpd/provider.c index b0f5347018f8..cd8ca2d91475 100644 --- a/usr.sbin/bluetooth/sdpd/provider.c +++ b/usr.sbin/bluetooth/sdpd/provider.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: provider.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/provider.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/provider.h b/usr.sbin/bluetooth/sdpd/provider.h index b48bc8dfe427..5edd5d32bf11 100644 --- a/usr.sbin/bluetooth/sdpd/provider.h +++ b/usr.sbin/bluetooth/sdpd/provider.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: provider.h,v 1.6 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/provider.h,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #ifndef _PROVIDER_H_ diff --git a/usr.sbin/bluetooth/sdpd/sar.c b/usr.sbin/bluetooth/sdpd/sar.c index 4fc25d92b118..189ae2268e5b 100644 --- a/usr.sbin/bluetooth/sdpd/sar.c +++ b/usr.sbin/bluetooth/sdpd/sar.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sar.c,v 1.2 2004/01/08 23:46:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/sar.c,v 1.2 2004/02/26 20:44:55 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/scr.c b/usr.sbin/bluetooth/sdpd/scr.c index f6f482d55fbb..d762fbc8c859 100644 --- a/usr.sbin/bluetooth/sdpd/scr.c +++ b/usr.sbin/bluetooth/sdpd/scr.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: scr.c,v 1.1 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/scr.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/sd.c b/usr.sbin/bluetooth/sdpd/sd.c index 52f6c953bd09..683a831c7622 100644 --- a/usr.sbin/bluetooth/sdpd/sd.c +++ b/usr.sbin/bluetooth/sdpd/sd.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sd.c,v 1.4 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/sd.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/sdpd.8 b/usr.sbin/bluetooth/sdpd/sdpd.8 index 3bd46c80ac9c..5e9011fde72f 100644 --- a/usr.sbin/bluetooth/sdpd/sdpd.8 +++ b/usr.sbin/bluetooth/sdpd/sdpd.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: sdpd.8,v 1.1 2004/01/13 19:31:54 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/sdpd/sdpd.8,v 1.2 2004/06/13 18:03:41 ru Exp $ .\" .Dd January 13, 2004 .Dt SDPD 8 diff --git a/usr.sbin/bluetooth/sdpd/server.c b/usr.sbin/bluetooth/sdpd/server.c index 14b2041cf220..2d22b089a138 100644 --- a/usr.sbin/bluetooth/sdpd/server.c +++ b/usr.sbin/bluetooth/sdpd/server.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: server.c,v 1.6 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/server.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/select.h> diff --git a/usr.sbin/bluetooth/sdpd/server.h b/usr.sbin/bluetooth/sdpd/server.h index 6f8f08860768..59e06fcfa88e 100644 --- a/usr.sbin/bluetooth/sdpd/server.h +++ b/usr.sbin/bluetooth/sdpd/server.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: server.h,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/server.h,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #ifndef _SERVER_H_ diff --git a/usr.sbin/bluetooth/sdpd/sp.c b/usr.sbin/bluetooth/sdpd/sp.c index 31a9585a25e1..79a1e868f107 100644 --- a/usr.sbin/bluetooth/sdpd/sp.c +++ b/usr.sbin/bluetooth/sdpd/sp.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sp.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/sp.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/srr.c b/usr.sbin/bluetooth/sdpd/srr.c index a1f3ded86339..4388f9fbb490 100644 --- a/usr.sbin/bluetooth/sdpd/srr.c +++ b/usr.sbin/bluetooth/sdpd/srr.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: srr.c,v 1.1 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/srr.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/ssar.c b/usr.sbin/bluetooth/sdpd/ssar.c index d6f50950be50..55507e4c8410 100644 --- a/usr.sbin/bluetooth/sdpd/ssar.c +++ b/usr.sbin/bluetooth/sdpd/ssar.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: ssar.c,v 1.4 2004/01/12 22:54:31 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/ssar.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/ssr.c b/usr.sbin/bluetooth/sdpd/ssr.c index 2ba6790d0b36..cd1fe067a43f 100644 --- a/usr.sbin/bluetooth/sdpd/ssr.c +++ b/usr.sbin/bluetooth/sdpd/ssr.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: ssr.c,v 1.5 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/ssr.c,v 1.2 2004/02/25 22:43:43 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/bluetooth/sdpd/sur.c b/usr.sbin/bluetooth/sdpd/sur.c index 6d7f778aa51a..e30fde7b679a 100644 --- a/usr.sbin/bluetooth/sdpd/sur.c +++ b/usr.sbin/bluetooth/sdpd/sur.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sur.c,v 1.1 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/sdpd/sur.c,v 1.1 2004/01/20 20:48:26 emax Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 3f87438a35a5..78e182b3d343 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/boot0cfg/Makefile,v 1.8 2003/04/04 17:49:12 obrien Exp $ PROG= boot0cfg MAN= boot0cfg.8 diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index d54560801685..f6f861065c27 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.8,v 1.25 2004/07/07 19:57:16 ru Exp $ .\" .Dd February 21, 1999 .Dt BOOT0CFG 8 diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 21f0ce727655..7ff76317c713 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.c,v 1.17.2.1 2004/10/15 15:59:26 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/usr.sbin/boot98cfg/Makefile b/usr.sbin/boot98cfg/Makefile index e7ffd9dad0ae..142d10444ee6 100644 --- a/usr.sbin/boot98cfg/Makefile +++ b/usr.sbin/boot98cfg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/boot98cfg/Makefile,v 1.5 2001/07/20 06:20:27 obrien Exp $ PROG= boot98cfg MAN= boot98cfg.8 diff --git a/usr.sbin/boot98cfg/boot98cfg.8 b/usr.sbin/boot98cfg/boot98cfg.8 index 5a274439a119..9c0bc9c2c487 100644 --- a/usr.sbin/boot98cfg/boot98cfg.8 +++ b/usr.sbin/boot98cfg/boot98cfg.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/boot98cfg/boot98cfg.8,v 1.10 2004/07/02 23:12:40 ru Exp $ .\" .Dd July 10, 2000 .Dt BOOT98CFG 8 diff --git a/usr.sbin/boot98cfg/boot98cfg.c b/usr.sbin/boot98cfg/boot98cfg.c index c4575c8c697c..1f909998a074 100644 --- a/usr.sbin/boot98cfg/boot98cfg.c +++ b/usr.sbin/boot98cfg/boot98cfg.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/boot98cfg/boot98cfg.c,v 1.5 2004/03/05 13:58:40 nyan Exp $ */ /* diff --git a/usr.sbin/bootparamd/Makefile b/usr.sbin/bootparamd/Makefile index c4e3361ecfab..ec5f7b51c0fb 100644 --- a/usr.sbin/bootparamd/Makefile +++ b/usr.sbin/bootparamd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bootparamd/Makefile,v 1.2 2001/07/20 06:19:38 obrien Exp $ SUBDIR= bootparamd callbootd diff --git a/usr.sbin/bootparamd/Makefile.inc b/usr.sbin/bootparamd/Makefile.inc index 1e4d46f113a5..e55d2e469d6d 100644 --- a/usr.sbin/bootparamd/Makefile.inc +++ b/usr.sbin/bootparamd/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bootparamd/Makefile.inc,v 1.2 2001/07/20 06:19:38 obrien Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index 11c639048a12..21aa7b6539b1 100644 --- a/usr.sbin/bootparamd/bootparamd/Makefile +++ b/usr.sbin/bootparamd/bootparamd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bootparamd/bootparamd/Makefile,v 1.14 2003/10/26 05:51:51 peter Exp $ PROG= bootparamd MAN= bootparams.5 bootparamd.8 diff --git a/usr.sbin/bootparamd/bootparamd/README b/usr.sbin/bootparamd/bootparamd/README index 508ee0f63401..c32819a81f81 100644 --- a/usr.sbin/bootparamd/bootparamd/README +++ b/usr.sbin/bootparamd/bootparamd/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/bootparamd/bootparamd/README,v 1.2 2001/07/23 12:05:27 kris Exp $ This directory contains a version of the rpc.bootparamd, which have been written using the Sun's RPC protocol for bootparamd. To use it you must diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.8 b/usr.sbin/bootparamd/bootparamd/bootparamd.8 index fabbe3c1f790..9d90d1f7a17a 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.8 +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.8 @@ -1,5 +1,5 @@ .\" @(#)bootparamd.8 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bootparamd/bootparamd/bootparamd.8,v 1.14 2002/07/14 14:42:38 charnier Exp $ .Dd December 14, 2000 .Dt BOOTPARAMD 8 .Os diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 159124e008ad..eb407c576543 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.c +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/bootparamd/bootparamd/bootparamd.c,v 1.11 2003/10/26 05:51:51 peter Exp $"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/usr.sbin/bootparamd/bootparamd/bootparams.5 b/usr.sbin/bootparamd/bootparamd/bootparams.5 index c7c6785f47e1..ef575a90b0b9 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparams.5 +++ b/usr.sbin/bootparamd/bootparamd/bootparams.5 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bootparamd/bootparamd/bootparams.5,v 1.11 2001/01/24 12:22:39 ru Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index 4468232e63a0..47984d802daf 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/bootparamd/bootparamd/main.c,v 1.10 2004/06/08 12:11:19 stefanf Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 8db69eab9529..6c1cff2e55fa 100644 --- a/usr.sbin/bootparamd/callbootd/Makefile +++ b/usr.sbin/bootparamd/callbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bootparamd/callbootd/Makefile,v 1.11 2001/07/20 06:19:38 obrien Exp $ PROG= callbootd NOMAN= #true diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 5ed460857b54..1fc2523d11bd 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/bootparamd/callbootd/callbootd.c,v 1.10 2003/06/20 04:54:27 jmg Exp $"; #endif /* not lint */ #include "bootparam_prot.h" diff --git a/usr.sbin/bsnmpd/Makefile b/usr.sbin/bsnmpd/Makefile index 4fed3e5d0c97..86ca6f60641c 100644 --- a/usr.sbin/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bsnmpd/Makefile,v 1.1 2003/11/10 09:22:40 harti Exp $ SUBDIR= gensnmptree \ bsnmpd diff --git a/usr.sbin/bsnmpd/Makefile.inc b/usr.sbin/bsnmpd/Makefile.inc index 265f86d1ed55..d2fca0e3f5a5 100644 --- a/usr.sbin/bsnmpd/Makefile.inc +++ b/usr.sbin/bsnmpd/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bsnmpd/Makefile.inc,v 1.1 2003/11/10 09:22:40 harti Exp $ .include "../Makefile.inc" diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile index 49faf87ce256..9b00a38bf79e 100644 --- a/usr.sbin/bsnmpd/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bsnmpd/bsnmpd/Makefile,v 1.8.2.1 2004/09/26 03:10:17 des Exp $ # # Author: Harti Brandt <harti@freebsd.org> diff --git a/usr.sbin/bsnmpd/gensnmptree/Makefile b/usr.sbin/bsnmpd/gensnmptree/Makefile index dc95258ed9bb..03d78779ff6a 100644 --- a/usr.sbin/bsnmpd/gensnmptree/Makefile +++ b/usr.sbin/bsnmpd/gensnmptree/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bsnmpd/gensnmptree/Makefile,v 1.2 2003/11/10 14:04:34 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile index 32cf99d5edac..89bd32fb3e03 100644 --- a/usr.sbin/btxld/Makefile +++ b/usr.sbin/btxld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/btxld/Makefile,v 1.11 2004/06/22 17:05:37 obrien Exp $ PROG= btxld MAN= btxld.8 diff --git a/usr.sbin/btxld/btx.h b/usr.sbin/btxld/btx.h index 86f0ede0759c..0c41bf567898 100644 --- a/usr.sbin/btxld/btx.h +++ b/usr.sbin/btxld/btx.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/btxld/btx.h,v 1.2 1999/08/28 01:15:41 peter Exp $ */ #ifndef _BTX_H_ diff --git a/usr.sbin/btxld/btxld.8 b/usr.sbin/btxld/btxld.8 index eee03554a309..657838742a41 100644 --- a/usr.sbin/btxld/btxld.8 +++ b/usr.sbin/btxld/btxld.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/btxld/btxld.8,v 1.5 2004/07/02 23:12:40 ru Exp $ .\" .Dd September 12, 1998 .Dt BTXLD 8 diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c index 6fd7f45ea265..e6fedebf0310 100644 --- a/usr.sbin/btxld/btxld.c +++ b/usr.sbin/btxld/btxld.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/btxld/btxld.c,v 1.8 2004/06/22 17:05:37 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/btxld/elfh.c b/usr.sbin/btxld/elfh.c index 2790d5a9d168..0cae7c5ce2b4 100644 --- a/usr.sbin/btxld/elfh.c +++ b/usr.sbin/btxld/elfh.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/btxld/elfh.c,v 1.5 2004/06/22 17:05:37 obrien Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/btxld/elfh.h b/usr.sbin/btxld/elfh.h index a4ab1348ae9b..89160aec1f51 100644 --- a/usr.sbin/btxld/elfh.h +++ b/usr.sbin/btxld/elfh.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/btxld/elfh.h,v 1.3 2000/01/04 14:10:36 marcel Exp $ */ #include <sys/elf32.h> diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile index 6f032737e927..7d235c8d9f84 100644 --- a/usr.sbin/burncd/Makefile +++ b/usr.sbin/burncd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/burncd/Makefile,v 1.8 2002/12/30 10:57:41 obrien Exp $ PROG= burncd MAN= burncd.8 diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 44bec39f04c4..271e8b18a981 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/burncd/burncd.8,v 1.32 2004/07/16 08:53:25 keramida Exp $ .\" .Dd October 18, 2002 .Os diff --git a/usr.sbin/burncd/burncd.c b/usr.sbin/burncd/burncd.c index 500f0705e840..ca7460e65e16 100644 --- a/usr.sbin/burncd/burncd.c +++ b/usr.sbin/burncd/burncd.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/burncd/burncd.c,v 1.39 2004/03/05 08:10:19 markm Exp $ */ #include <unistd.h> diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index 40addadc52ef..b968089a7700 100644 --- a/usr.sbin/cdcontrol/Makefile +++ b/usr.sbin/cdcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cdcontrol/Makefile,v 1.10 2003/04/04 17:49:13 obrien Exp $ PROG= cdcontrol diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index dcf297d8472c..8179a3eb63b1 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/cdcontrol/cdcontrol.1,v 1.39 2003/11/17 14:02:04 eivind Exp $ .\" .Dd May 8, 2002 .Dt CDCONTROL 1 diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index edebd65056e9..10f457889437 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/cdcontrol/cdcontrol.c,v 1.48 2004/04/01 16:37:46 dwmalone Exp $"); #include <sys/cdio.h> #include <sys/cdrio.h> diff --git a/usr.sbin/chkgrp/Makefile b/usr.sbin/chkgrp/Makefile index 1c52f4680f83..683d4f35ba1b 100644 --- a/usr.sbin/chkgrp/Makefile +++ b/usr.sbin/chkgrp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/chkgrp/Makefile,v 1.7 2001/07/20 06:19:39 obrien Exp $ PROG= chkgrp MAN= chkgrp.8 diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index e7a16060ca9d..b1e2eb9e4f23 100644 --- a/usr.sbin/chkgrp/chkgrp.8 +++ b/usr.sbin/chkgrp/chkgrp.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/chkgrp/chkgrp.8,v 1.12 2004/01/25 11:39:42 des Exp $ .\" .Dd May 5, 1998 .Dt CHKGRP 8 diff --git a/usr.sbin/chkgrp/chkgrp.c b/usr.sbin/chkgrp/chkgrp.c index f448dae500d6..cbadcc052671 100644 --- a/usr.sbin/chkgrp/chkgrp.c +++ b/usr.sbin/chkgrp/chkgrp.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/chkgrp/chkgrp.c,v 1.8 2003/06/06 07:10:39 roam Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile index 63c5a22f05da..4d0bb5dc2a3e 100644 --- a/usr.sbin/chown/Makefile +++ b/usr.sbin/chown/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/chown/Makefile,v 1.12 2003/04/25 09:02:59 johan Exp $ PROG= chown LINKS= ${BINDIR}/chown /usr/bin/chgrp diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index f085bff46484..b72554521e2c 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chgrp.1 8.3 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/chown/chgrp.1,v 1.16 2004/08/07 04:19:37 imp Exp $ .\" .Dd April 25, 2003 .Dt CHGRP 1 diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index d8abeb4d8b90..fcd669c918fe 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.8 8.3 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/chown/chown.8,v 1.23 2004/08/07 04:19:37 imp Exp $ .\" .Dd April 25, 2003 .Dt CHOWN 8 diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index 0918265840e5..4a180b53cd2a 100644 --- a/usr.sbin/chown/chown.c +++ b/usr.sbin/chown/chown.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)chown.c 8.8 (Berkeley) 4/4/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/chown/chown.c,v 1.29 2004/08/07 04:19:37 imp Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index d28de6668e26..681cde1defbb 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/chroot/Makefile,v 1.7 2003/04/04 17:49:13 obrien Exp $ PROG= chroot MAN= chroot.8 diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index d847175b32c7..26d55af05922 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chroot.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/chroot/chroot.8,v 1.13 2004/08/07 04:19:37 imp Exp $ .\" .Dd June 7, 2003 .Dt CHROOT 8 diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index f33db7a24588..f8b8e4120260 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/chroot/chroot.c,v 1.11 2004/08/07 04:19:37 imp Exp $"); #include <sys/types.h> diff --git a/usr.sbin/ckdist/Makefile b/usr.sbin/ckdist/Makefile index 23430a8bb1af..5ee9b32ef9d2 100644 --- a/usr.sbin/ckdist/Makefile +++ b/usr.sbin/ckdist/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ckdist/Makefile,v 1.5 2001/07/20 06:19:39 obrien Exp $ .PATH: ${.CURDIR}/../../usr.bin/cksum diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1 index f784a07a5210..53c9431cc020 100644 --- a/usr.sbin/ckdist/ckdist.1 +++ b/usr.sbin/ckdist/ckdist.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1997 Robert Nordier .\" All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ckdist/ckdist.1,v 1.8 2004/07/02 23:12:40 ru Exp $ .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/usr.sbin/ckdist/ckdist.c b/usr.sbin/ckdist/ckdist.c index 92bcd0d81a43..56b2776a903a 100644 --- a/usr.sbin/ckdist/ckdist.c +++ b/usr.sbin/ckdist/ckdist.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/ckdist/ckdist.c,v 1.5 2003/03/13 23:34:18 robert Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 6f6ecce21efa..5e4c4dde66c7 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/config/Makefile,v 1.34 2004/05/11 15:42:44 cognet Exp $ PROG= config MAN= config.8 diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 85345449301f..7abeb005fc31 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)config.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/config/config.8,v 1.41 2004/08/07 04:19:37 imp Exp $ .\" .Dd July 4, 2001 .Dt CONFIG 8 diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 691aa3ab7e7b..b35ae24f7f12 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)config.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/config/config.h,v 1.54 2004/08/07 04:19:37 imp Exp $ */ /* diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index d16982a9617d..8fd87abdd2ab 100644 --- a/usr.sbin/config/config.y +++ b/usr.sbin/config/config.y @@ -66,7 +66,7 @@ * SUCH DAMAGE. * * @(#)config.y 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/config/config.y,v 1.63 2004/05/09 22:29:00 cognet Exp $ */ #include <ctype.h> diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 4e6ccb972ec8..92d30820722e 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -6,6 +6,6 @@ * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE * and <osreldate.h> system. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/config/configvers.h,v 1.32 2004/05/09 22:29:00 cognet Exp $ */ #define CONFIGVERS 500013 diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index d9e70ba02d20..ed382afbd86d 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)lang.l 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/config/lang.l,v 1.37 2004/08/07 04:19:37 imp Exp $ */ #include <assert.h> diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index fce7fc71d15a..fabea3c839a9 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/config/main.c,v 1.60 2004/08/07 04:19:37 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c index 2df6a92d8c84..f48310c17f77 100644 --- a/usr.sbin/config/mkheaders.c +++ b/usr.sbin/config/mkheaders.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/config/mkheaders.c,v 1.29 2004/08/07 04:19:37 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index a95bee22a7e8..4470e6943ba2 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/config/mkmakefile.c,v 1.80 2004/08/07 04:19:37 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c index 3e2dcf71b3eb..89db272ee044 100644 --- a/usr.sbin/config/mkoptions.c +++ b/usr.sbin/config/mkoptions.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/config/mkoptions.c,v 1.32 2004/08/07 04:19:37 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/cron/Makefile b/usr.sbin/cron/Makefile index 62f853cd2673..13df35704fd8 100644 --- a/usr.sbin/cron/Makefile +++ b/usr.sbin/cron/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/Makefile,v 1.2 2001/07/20 06:19:42 obrien Exp $ SUBDIR= lib cron crontab diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc index d7844f561e25..8fa945edd4a3 100644 --- a/usr.sbin/cron/Makefile.inc +++ b/usr.sbin/cron/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/Makefile.inc,v 1.3 2001/07/20 06:19:42 obrien Exp $ .if exists(${.OBJDIR}/../lib) LIBCRON= ${.OBJDIR}/../lib/libcron.a diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile index d578da72daa5..dfe6ac7cf431 100644 --- a/usr.sbin/cron/cron/Makefile +++ b/usr.sbin/cron/cron/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/cron/Makefile,v 1.15 2001/07/20 06:19:40 obrien Exp $ PROG= cron MAN= cron.8 diff --git a/usr.sbin/cron/cron/compat.h b/usr.sbin/cron/cron/compat.h index 905c3aaf3bd9..956920f47773 100644 --- a/usr.sbin/cron/cron/compat.h +++ b/usr.sbin/cron/cron/compat.h @@ -16,7 +16,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/cron/cron/compat.h,v 1.5 1999/08/28 01:15:49 peter Exp $ */ #ifndef __P diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h index 6d77da27580d..5e7402822ea6 100644 --- a/usr.sbin/cron/cron/config.h +++ b/usr.sbin/cron/cron/config.h @@ -17,7 +17,7 @@ /* config.h - configurables for Vixie Cron * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/cron/cron/config.h,v 1.8 1999/08/28 01:15:49 peter Exp $ */ #if !defined(_PATH_SENDMAIL) diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index 31b579f6c714..b4a90a54262e 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/cron/cron/cron.8,v 1.22 2004/07/02 23:12:40 ru Exp $ .\" .Dd December 20, 1993 .Dt CRON 8 diff --git a/usr.sbin/cron/cron/cron.c b/usr.sbin/cron/cron/cron.c index 17c68949269a..5061b8705919 100644 --- a/usr.sbin/cron/cron/cron.c +++ b/usr.sbin/cron/cron/cron.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/cron.c,v 1.15 2004/05/16 19:29:33 yar Exp $"; #endif #define MAIN_PROGRAM diff --git a/usr.sbin/cron/cron/cron.h b/usr.sbin/cron/cron/cron.h index f7b2b7ac4877..1d29821cdb11 100644 --- a/usr.sbin/cron/cron/cron.h +++ b/usr.sbin/cron/cron/cron.h @@ -17,7 +17,7 @@ /* cron.h - header for vixie's cron * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/cron/cron/cron.h,v 1.15 2004/05/16 19:29:33 yar Exp $ * * vix 14nov88 [rest of log is in RCS] * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley] diff --git a/usr.sbin/cron/cron/database.c b/usr.sbin/cron/cron/database.c index 9ebf75d83999..e88bcb4e546c 100644 --- a/usr.sbin/cron/cron/database.c +++ b/usr.sbin/cron/cron/database.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/database.c,v 1.8 1999/08/28 01:15:50 peter Exp $"; #endif /* vix 26jan87 [RCS has the log] diff --git a/usr.sbin/cron/cron/do_command.c b/usr.sbin/cron/cron/do_command.c index 592ca50ebfc6..9299b350debf 100644 --- a/usr.sbin/cron/cron/do_command.c +++ b/usr.sbin/cron/cron/do_command.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/do_command.c,v 1.22 2004/05/16 19:29:33 yar Exp $"; #endif diff --git a/usr.sbin/cron/cron/job.c b/usr.sbin/cron/cron/job.c index 6d1b1af6e474..3b9360d7cd60 100644 --- a/usr.sbin/cron/cron/job.c +++ b/usr.sbin/cron/cron/job.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/job.c,v 1.6 1999/08/28 01:15:50 peter Exp $"; #endif diff --git a/usr.sbin/cron/cron/pathnames.h b/usr.sbin/cron/cron/pathnames.h index ba91bfdc61f9..0af56984c1e5 100644 --- a/usr.sbin/cron/cron/pathnames.h +++ b/usr.sbin/cron/cron/pathnames.h @@ -16,7 +16,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/cron/cron/pathnames.h,v 1.5 1999/08/28 01:15:50 peter Exp $ */ #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX) diff --git a/usr.sbin/cron/cron/popen.c b/usr.sbin/cron/cron/popen.c index 806676da4429..272bf6a26418 100644 --- a/usr.sbin/cron/cron/popen.c +++ b/usr.sbin/cron/cron/popen.c @@ -28,7 +28,7 @@ static char sccsid[] = "@(#)popen.c 5.7 (Berkeley) 2/14/89"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/popen.c,v 1.12 2002/02/06 02:00:07 bbraun Exp $"; #endif /* not lint */ #include "cron.h" diff --git a/usr.sbin/cron/cron/user.c b/usr.sbin/cron/cron/user.c index 16fd61723a86..7d43eed6b6b5 100644 --- a/usr.sbin/cron/cron/user.c +++ b/usr.sbin/cron/cron/user.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/cron/user.c,v 1.8 1999/08/28 01:15:50 peter Exp $"; #endif /* vix 26jan87 [log is in RCS file] diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 96a4bd6c8b8a..8163417edf93 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/crontab/Makefile,v 1.12 2001/07/20 06:19:40 obrien Exp $ BINDIR= /usr/bin diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index afc50ea77b92..f6000c63dd6d 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/cron/crontab/crontab.1,v 1.14 2004/06/04 19:23:12 ru Exp $ .\" .Dd December 29, 1993 .Dt CRONTAB 1 diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 0d9f9e7f89ea..3f37adab8799 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/cron/crontab/crontab.5,v 1.25 2004/07/02 23:12:40 ru Exp $ .\" .Dd January 24, 1994 .Dt CRONTAB 5 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index a347a9f69158..1d1df598ff09 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -18,7 +18,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.19 2002/10/01 22:59:11 dd Exp $"; #endif /* crontab - install and manage per-user crontab files diff --git a/usr.sbin/cron/doc/CONVERSION b/usr.sbin/cron/doc/CONVERSION index f30df7d19750..1d679c98bebe 100644 --- a/usr.sbin/cron/doc/CONVERSION +++ b/usr.sbin/cron/doc/CONVERSION @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/cron/doc/CONVERSION,v 1.5 2001/02/06 11:21:45 asmodai Exp $ Conversion of BSD 4.[23] crontab files: diff --git a/usr.sbin/cron/doc/FEATURES b/usr.sbin/cron/doc/FEATURES index 821d1f3a3af2..76e1b6f081e0 100644 --- a/usr.sbin/cron/doc/FEATURES +++ b/usr.sbin/cron/doc/FEATURES @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/cron/doc/FEATURES,v 1.4 1999/08/28 01:15:53 peter Exp $ Features of Vixie's cron relative to BSD 4.[23] and SysV crons: diff --git a/usr.sbin/cron/doc/INSTALL b/usr.sbin/cron/doc/INSTALL index 7f4c9974da64..fd49df3cc285 100644 --- a/usr.sbin/cron/doc/INSTALL +++ b/usr.sbin/cron/doc/INSTALL @@ -15,7 +15,7 @@ * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul */ -$FreeBSD$ +$FreeBSD: src/usr.sbin/cron/doc/INSTALL,v 1.4 1999/08/28 01:15:53 peter Exp $ Read the comments at the top of the Makefile, then edit the area marked 'configurable stuff'. diff --git a/usr.sbin/cron/doc/MAIL b/usr.sbin/cron/doc/MAIL index 3549e94d575a..461fa420a785 100644 --- a/usr.sbin/cron/doc/MAIL +++ b/usr.sbin/cron/doc/MAIL @@ -3,7 +3,7 @@ version of cron. it is presented here for its entertainment value. --vix ] -$FreeBSD$ +$FreeBSD: src/usr.sbin/cron/doc/MAIL,v 1.4 1999/08/28 01:15:53 peter Exp $ From ptsfa!lll-crg!ames!acornrc!bob Wed Dec 31 10:07:08 1986 Date: Wed, 31 Dec 86 08:59:31 pst diff --git a/usr.sbin/cron/doc/Makefile.vixie b/usr.sbin/cron/doc/Makefile.vixie index 8df1301c689d..de40c702e818 100644 --- a/usr.sbin/cron/doc/Makefile.vixie +++ b/usr.sbin/cron/doc/Makefile.vixie @@ -17,7 +17,7 @@ # Makefile for vixie's cron # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/doc/Makefile.vixie,v 1.5 1999/08/28 01:15:53 peter Exp $ # # vix 03mar88 [moved to RCS, rest of log is in there] # vix 30mar87 [goodbye, time.c; hello, getopt] diff --git a/usr.sbin/cron/doc/README b/usr.sbin/cron/doc/README index eaced9e65d94..2a5ccd667995 100644 --- a/usr.sbin/cron/doc/README +++ b/usr.sbin/cron/doc/README @@ -69,4 +69,4 @@ have to go edit a couple of files... So, here's the checklist: if you like it, change your /etc/{rc,rc.local} to use it instead of the old one. -$FreeBSD$ +$FreeBSD: src/usr.sbin/cron/doc/README,v 1.4 1999/08/28 01:15:53 peter Exp $ diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile index ed14dfc32f7e..45544e3cf942 100644 --- a/usr.sbin/cron/lib/Makefile +++ b/usr.sbin/cron/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/cron/lib/Makefile,v 1.6 2002/05/13 11:24:02 ru Exp $ LIB= cron INTERNALLIB= YES diff --git a/usr.sbin/cron/lib/compat.c b/usr.sbin/cron/lib/compat.c index 96860128882f..6bf92fd3d39f 100644 --- a/usr.sbin/cron/lib/compat.c +++ b/usr.sbin/cron/lib/compat.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/cron/lib/compat.c,v 1.7 2000/12/09 09:35:44 obrien Exp $"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c index 2b886eea15f9..7c462b600d7c 100644 --- a/usr.sbin/cron/lib/entry.c +++ b/usr.sbin/cron/lib/entry.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/lib/entry.c,v 1.15 2001/08/16 14:23:59 mikeh Exp $"; #endif /* vix 26jan87 [RCS'd; rest of log is in RCS file] diff --git a/usr.sbin/cron/lib/env.c b/usr.sbin/cron/lib/env.c index fd358176b124..5abeddea42a6 100644 --- a/usr.sbin/cron/lib/env.c +++ b/usr.sbin/cron/lib/env.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/lib/env.c,v 1.12 2003/02/10 11:20:58 thomas Exp $"; #endif diff --git a/usr.sbin/cron/lib/misc.c b/usr.sbin/cron/lib/misc.c index 89f15e409ee2..85f3a2546b1d 100644 --- a/usr.sbin/cron/lib/misc.c +++ b/usr.sbin/cron/lib/misc.c @@ -17,7 +17,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/cron/lib/misc.c,v 1.11 2002/08/04 04:32:27 tjr Exp $"; #endif /* vix 26jan87 [RCS has the rest of the log] diff --git a/usr.sbin/crunch/Makefile b/usr.sbin/crunch/Makefile index 6bf600fce66b..27da39fc6d98 100644 --- a/usr.sbin/crunch/Makefile +++ b/usr.sbin/crunch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/Makefile,v 1.2 2001/07/20 06:19:43 obrien Exp $ SUBDIR= crunchgen crunchide diff --git a/usr.sbin/crunch/Makefile.inc b/usr.sbin/crunch/Makefile.inc index f8ffe675db6e..0b3b5431dcfa 100644 --- a/usr.sbin/crunch/Makefile.inc +++ b/usr.sbin/crunch/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/Makefile.inc,v 1.2 2001/07/20 06:19:43 obrien Exp $ # modify to taste BINDIR?= /usr/bin diff --git a/usr.sbin/crunch/crunchgen/Makefile b/usr.sbin/crunch/crunchgen/Makefile index 8d0a78b19027..e170394604ec 100644 --- a/usr.sbin/crunch/crunchgen/Makefile +++ b/usr.sbin/crunch/crunchgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/crunchgen/Makefile,v 1.6 2001/07/20 06:19:42 obrien Exp $ PROG= crunchgen SRCS= crunchgen.c crunched_skel.c diff --git a/usr.sbin/crunch/crunchgen/crunched_main.c b/usr.sbin/crunch/crunchgen/crunched_main.c index 2cf957670113..49bbe612ed8a 100644 --- a/usr.sbin/crunch/crunchgen/crunched_main.c +++ b/usr.sbin/crunch/crunchgen/crunched_main.c @@ -23,7 +23,7 @@ * Computer Science Department * University of Maryland at College Park * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/crunch/crunchgen/crunched_main.c,v 1.8 2002/08/09 02:39:38 gshapiro Exp $ */ /* * crunched_main.c - main program for crunched binaries, it branches to a diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1 index 4333866ae1c5..60a55b55db9e 100644 --- a/usr.sbin/crunch/crunchgen/crunchgen.1 +++ b/usr.sbin/crunch/crunchgen/crunchgen.1 @@ -22,7 +22,7 @@ .\" Author: James da Silva, Systems Design and Analysis Group .\" Computer Science Department .\" University of Maryland at College Park -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/crunch/crunchgen/crunchgen.1,v 1.28 2002/05/30 07:51:22 ru Exp $ .\" .Dd November 16, 2000 .Dt CRUNCHGEN 1 diff --git a/usr.sbin/crunch/crunchgen/crunchgen.c b/usr.sbin/crunch/crunchgen/crunchgen.c index 7984d543921e..8f3f329e88bb 100644 --- a/usr.sbin/crunch/crunchgen/crunchgen.c +++ b/usr.sbin/crunch/crunchgen/crunchgen.c @@ -23,7 +23,7 @@ * Computer Science Department * University of Maryland at College Park * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/crunch/crunchgen/crunchgen.c,v 1.34 2004/08/09 19:18:19 harti Exp $ */ /* * ======================================================================== diff --git a/usr.sbin/crunch/crunchide/Makefile b/usr.sbin/crunch/crunchide/Makefile index 945ed5b2f1e4..810ca5a3d67b 100644 --- a/usr.sbin/crunch/crunchide/Makefile +++ b/usr.sbin/crunch/crunchide/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/crunchide/Makefile,v 1.7 2003/06/03 01:37:32 peter Exp $ PROG= crunchide SRCS= crunchide.c diff --git a/usr.sbin/crunch/crunchide/crunchide.1 b/usr.sbin/crunch/crunchide/crunchide.1 index ef9947dae56c..f5516751e595 100644 --- a/usr.sbin/crunch/crunchide/crunchide.1 +++ b/usr.sbin/crunch/crunchide/crunchide.1 @@ -22,7 +22,7 @@ .\" Author: James da Silva, Systems Design and Analysis Group .\" Computer Science Department .\" University of Maryland at College Park -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/crunch/crunchide/crunchide.1,v 1.12 2004/07/02 23:12:40 ru Exp $ .\" .Dd June 14, 1994 .Dt CRUNCHIDE 1 diff --git a/usr.sbin/crunch/crunchide/crunchide.c b/usr.sbin/crunch/crunchide/crunchide.c index f50d3e5075c4..c9c1d1d1a6f6 100644 --- a/usr.sbin/crunch/crunchide/crunchide.c +++ b/usr.sbin/crunch/crunchide/crunchide.c @@ -1,5 +1,5 @@ /* $NetBSD: crunchide.c,v 1.8 1997/11/01 06:51:45 lukem Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/crunch/crunchide/crunchide.c,v 1.10 2002/05/25 13:39:20 ru Exp $ */ /* * Copyright (c) 1997 Christopher G. Demetriou. All rights reserved. * Copyright (c) 1994 University of Maryland diff --git a/usr.sbin/crunch/crunchide/exec_aout.c b/usr.sbin/crunch/crunchide/exec_aout.c index a608c2331666..d78fad7ad18c 100644 --- a/usr.sbin/crunch/crunchide/exec_aout.c +++ b/usr.sbin/crunch/crunchide/exec_aout.c @@ -28,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint __RCSID("$NetBSD: exec_aout.c,v 1.6 1997/08/02 21:30:17 perry Exp $"); -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/crunch/crunchide/exec_aout.c,v 1.5 2004/06/22 17:05:38 obrien Exp $"); #endif #include <unistd.h> diff --git a/usr.sbin/crunch/crunchide/exec_elf32.c b/usr.sbin/crunch/crunchide/exec_elf32.c index 5558b1c8088e..f10a4ba295d6 100644 --- a/usr.sbin/crunch/crunchide/exec_elf32.c +++ b/usr.sbin/crunch/crunchide/exec_elf32.c @@ -34,7 +34,7 @@ __RCSID("$NetBSD: exec_elf32.c,v 1.4 1997/08/12 06:07:24 mikel Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/crunch/crunchide/exec_elf32.c,v 1.14 2004/06/06 16:01:36 cognet Exp $"); #ifndef ELFSIZE #define ELFSIZE 32 diff --git a/usr.sbin/crunch/crunchide/extern.h b/usr.sbin/crunch/crunchide/extern.h index 4200bc3d4022..50eb27d47bc1 100644 --- a/usr.sbin/crunch/crunchide/extern.h +++ b/usr.sbin/crunch/crunchide/extern.h @@ -1,5 +1,5 @@ /* $NetBSD: extern.h,v 1.5 1998/05/06 13:16:57 mycroft Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/crunch/crunchide/extern.h,v 1.4 2002/05/25 13:39:20 ru Exp $ */ /* * Copyright (c) 1997 Christopher G. Demetriou. All rights reserved. diff --git a/usr.sbin/crunch/examples/Makefile b/usr.sbin/crunch/examples/Makefile index 5ff5263e5593..54e5a945d2cd 100644 --- a/usr.sbin/crunch/examples/Makefile +++ b/usr.sbin/crunch/examples/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/examples/Makefile,v 1.5 2001/07/20 06:19:43 obrien Exp $ CRUNCHED= fixit diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf index 1fb93856c7f1..d9c4853acf67 100644 --- a/usr.sbin/crunch/examples/filesystem.conf +++ b/usr.sbin/crunch/examples/filesystem.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/examples/filesystem.conf,v 1.8 1999/08/28 01:15:57 peter Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin srcdirs /usr/src/sbin/i386 diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf index 3284e868c51b..f86366bc99b8 100644 --- a/usr.sbin/crunch/examples/kcopy.conf +++ b/usr.sbin/crunch/examples/kcopy.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/examples/kcopy.conf,v 1.7 1999/08/28 01:15:57 peter Exp $ srcdirs /usr/src/bin /usr/src/sbin diff --git a/usr.sbin/crunch/examples/really-big.conf b/usr.sbin/crunch/examples/really-big.conf index f8590ae5f712..eb2399942dad 100644 --- a/usr.sbin/crunch/examples/really-big.conf +++ b/usr.sbin/crunch/examples/really-big.conf @@ -5,7 +5,7 @@ # # This produces a 4608000 byte binary. Pretty sick and twisted, eh? # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/crunch/examples/really-big.conf,v 1.5 2001/06/01 11:25:40 ru Exp $ # # ========================================================================= diff --git a/usr.sbin/ctm/Makefile b/usr.sbin/ctm/Makefile index 630aab0940dd..a1e600ce8dbc 100644 --- a/usr.sbin/ctm/Makefile +++ b/usr.sbin/ctm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/Makefile,v 1.7 1999/08/28 01:15:57 peter Exp $ SUBDIR= ctm ctm_rmail ctm_smail ctm_dequeue diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc index c6c2c5aebdff..49b7f433b816 100644 --- a/usr.sbin/ctm/Makefile.inc +++ b/usr.sbin/ctm/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/Makefile.inc,v 1.4 1999/08/28 01:15:58 peter Exp $ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/ctm/README b/usr.sbin/ctm/README index 94c779afcf85..2fdf4b734678 100644 --- a/usr.sbin/ctm/README +++ b/usr.sbin/ctm/README @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/README,v 1.10 2002/03/25 14:12:09 phk Exp $ # What will I not find in this file ? diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index c0cf79a64d92..853eeabecd9e 100644 --- a/usr.sbin/ctm/ctm/Makefile +++ b/usr.sbin/ctm/ctm/Makefile @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/ctm/Makefile,v 1.18 2003/04/04 17:49:13 obrien Exp $ PROG= ctm MAN= ctm.1 ctm.5 diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index f8ee9d7dcec2..4bd668edc302 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@FreeBSD.org> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ctm/ctm/ctm.1,v 1.27 2004/07/02 23:12:40 ru Exp $ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5 index 10b0304df356..d20cdc30f105 100644 --- a/usr.sbin/ctm/ctm/ctm.5 +++ b/usr.sbin/ctm/ctm/ctm.5 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@FreeBSD.org> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ctm/ctm/ctm.5,v 1.16 2004/07/02 23:12:40 ru Exp $ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c index 0ea4895ca401..ce4bf8ca724d 100644 --- a/usr.sbin/ctm/ctm/ctm.c +++ b/usr.sbin/ctm/ctm/ctm.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm.c,v 1.21 2002/03/25 13:53:29 phk Exp $ * * This is the client program of 'CTM'. It will apply a CTM-patch to a * collection of files. diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index b733539bbd97..3c8138cf0afe 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm.h,v 1.18 2003/04/07 08:09:53 mckay Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_ed.c b/usr.sbin/ctm/ctm/ctm_ed.c index e3ec464030e2..90d734879ca7 100644 --- a/usr.sbin/ctm/ctm/ctm_ed.c +++ b/usr.sbin/ctm/ctm/ctm_ed.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_ed.c,v 1.11 2002/03/25 13:53:29 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_input.c b/usr.sbin/ctm/ctm/ctm_input.c index 32166d311f12..d91a72900899 100644 --- a/usr.sbin/ctm/ctm/ctm_input.c +++ b/usr.sbin/ctm/ctm/ctm_input.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_input.c,v 1.10 2003/04/07 08:09:53 mckay Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass1.c b/usr.sbin/ctm/ctm/ctm_pass1.c index 026a3204a44a..f0de3c1c6104 100644 --- a/usr.sbin/ctm/ctm/ctm_pass1.c +++ b/usr.sbin/ctm/ctm/ctm_pass1.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_pass1.c,v 1.17 2002/03/25 13:53:29 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index a0b857ab5dc0..9bc94faf62ba 100644 --- a/usr.sbin/ctm/ctm/ctm_pass2.c +++ b/usr.sbin/ctm/ctm/ctm_pass2.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_pass2.c,v 1.20 2002/03/25 13:53:29 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass3.c b/usr.sbin/ctm/ctm/ctm_pass3.c index 34c6d87c1d53..2f0d4a51a975 100644 --- a/usr.sbin/ctm/ctm/ctm_pass3.c +++ b/usr.sbin/ctm/ctm/ctm_pass3.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_pass3.c,v 1.20 2002/03/25 13:53:29 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_passb.c b/usr.sbin/ctm/ctm/ctm_passb.c index ee3a69c5fbca..87f9e87dbeec 100644 --- a/usr.sbin/ctm/ctm/ctm_passb.c +++ b/usr.sbin/ctm/ctm/ctm_passb.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Joseph Koshy * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_passb.c,v 1.6 2001/05/06 03:03:44 kris Exp $ * */ diff --git a/usr.sbin/ctm/ctm/ctm_syntax.c b/usr.sbin/ctm/ctm/ctm_syntax.c index 66389431d7e3..02bd536b74e6 100644 --- a/usr.sbin/ctm/ctm/ctm_syntax.c +++ b/usr.sbin/ctm/ctm/ctm_syntax.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm/ctm_syntax.c,v 1.11 2002/03/25 13:53:29 phk Exp $ * */ diff --git a/usr.sbin/ctm/ctm_dequeue/Makefile b/usr.sbin/ctm/ctm_dequeue/Makefile index f12ecea39760..ed53753e8a37 100644 --- a/usr.sbin/ctm/ctm_dequeue/Makefile +++ b/usr.sbin/ctm/ctm_dequeue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/ctm_dequeue/Makefile,v 1.3 2001/07/20 06:19:43 obrien Exp $ .PATH: ${.CURDIR}/../ctm_rmail diff --git a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c index 783fd3f4a1a6..bb635b70b5d6 100644 --- a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c +++ b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c,v 1.11 2002/09/21 01:28:40 wollman Exp $ */ /* diff --git a/usr.sbin/ctm/ctm_rmail/Makefile b/usr.sbin/ctm/ctm_rmail/Makefile index e2052b9228c7..b42349dab1ba 100644 --- a/usr.sbin/ctm/ctm_rmail/Makefile +++ b/usr.sbin/ctm/ctm_rmail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/ctm_rmail/Makefile,v 1.8 2003/04/04 17:49:13 obrien Exp $ PROG= ctm_rmail MLINKS= ctm_rmail.1 ctm_smail.1 \ diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 index ed3272960927..3135a8c6ac73 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 @@ -5,7 +5,7 @@ .\" .\" Author: Stephen McKay .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1,v 1.29 2004/07/02 23:12:41 ru Exp $ .\" .Dd January 24, 1995 .Dt CTM_MAIL 1 diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c index a46a58aa8734..9ef5b948ff81 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c @@ -9,7 +9,7 @@ * In return you should think about all the nice people who give away software. * Maybe you should write some free software too. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c,v 1.17 2002/01/22 22:54:52 iedowse Exp $ */ #include <stdio.h> diff --git a/usr.sbin/ctm/ctm_rmail/error.c b/usr.sbin/ctm/ctm_rmail/error.c index 56d3dc68d5f7..b755b5d9fb2f 100644 --- a/usr.sbin/ctm/ctm_rmail/error.c +++ b/usr.sbin/ctm/ctm_rmail/error.c @@ -14,7 +14,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/ctm/ctm_rmail/error.c,v 1.3 2001/05/06 03:03:45 kris Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/ctm/ctm_rmail/error.h b/usr.sbin/ctm/ctm_rmail/error.h index c631b6712ccb..ed71efb217f8 100644 --- a/usr.sbin/ctm/ctm_rmail/error.h +++ b/usr.sbin/ctm/ctm_rmail/error.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ctm/ctm_rmail/error.h,v 1.2 2001/05/06 03:03:45 kris Exp $ */ extern void err_set_log(char *log_file); extern void err_prog_name(char *name); diff --git a/usr.sbin/ctm/ctm_rmail/options.h b/usr.sbin/ctm/ctm_rmail/options.h index 86c1247b6487..7ba029607b68 100644 --- a/usr.sbin/ctm/ctm_rmail/options.h +++ b/usr.sbin/ctm/ctm_rmail/options.h @@ -49,7 +49,7 @@ * Based on recollection of the original options.h produced at the University * of Queensland by Ross Patterson (and possibly others). * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm_rmail/options.h,v 1.6 2002/04/22 13:44:43 des Exp $ */ static char *O_usage; diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile index c2d0789bef1d..a0fa9e5b2c21 100644 --- a/usr.sbin/ctm/ctm_smail/Makefile +++ b/usr.sbin/ctm/ctm_smail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/ctm_smail/Makefile,v 1.4 2001/07/20 06:19:44 obrien Exp $ .PATH: ${.CURDIR}/../ctm_rmail diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index a0dc03c8f59d..8ca090d10e81 100644 --- a/usr.sbin/ctm/ctm_smail/ctm_smail.c +++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c @@ -11,7 +11,7 @@ * In return you should think about all the nice people who give away software. * Maybe you should write some free software too. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/ctm_smail/ctm_smail.c,v 1.13 2003/07/13 06:38:13 kris Exp $ */ #include <stdio.h> diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile index 6bf5aebce90e..edb4edce4899 100644 --- a/usr.sbin/ctm/mkCTM/Makefile +++ b/usr.sbin/ctm/mkCTM/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/mkCTM/Makefile,v 1.6 2003/04/04 17:49:13 obrien Exp $ PROG= mkctm NOMAN= 1 diff --git a/usr.sbin/ctm/mkCTM/dequeue b/usr.sbin/ctm/mkCTM/dequeue index 697ec0b5be85..e24dd827c128 100755 --- a/usr.sbin/ctm/mkCTM/dequeue +++ b/usr.sbin/ctm/mkCTM/dequeue @@ -1,5 +1,5 @@ #! /bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/mkCTM/dequeue,v 1.4 1999/08/28 01:16:03 peter Exp $ L=/home/ctm/log.dequeue /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur diff --git a/usr.sbin/ctm/mkCTM/mkCTM b/usr.sbin/ctm/mkCTM/mkCTM index 02b154427e9a..1bad689b9826 100644 --- a/usr.sbin/ctm/mkCTM/mkCTM +++ b/usr.sbin/ctm/mkCTM/mkCTM @@ -1,6 +1,6 @@ #!/usr/local/bin/tclsh7.4 # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ctm/mkCTM/mkCTM,v 1.21 2003/01/01 18:49:01 schweikh Exp $ ############################################################################# ### Do we already have this delta ? diff --git a/usr.sbin/ctm/mkCTM/mkctm.c b/usr.sbin/ctm/mkCTM/mkctm.c index d2c73e20809a..2693a6995318 100644 --- a/usr.sbin/ctm/mkCTM/mkctm.c +++ b/usr.sbin/ctm/mkCTM/mkctm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ctm/mkCTM/mkctm.c,v 1.13 2004/01/26 04:27:22 mckay Exp $ */ /* Still missing: * @@ -14,7 +14,7 @@ * dir1 "Soll" * dir2 "Ist" * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ctm/mkCTM/mkctm.c,v 1.13 2004/01/26 04:27:22 mckay Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/daemon/Makefile b/usr.sbin/daemon/Makefile index 34803934d623..e3ace45c9b4e 100644 --- a/usr.sbin/daemon/Makefile +++ b/usr.sbin/daemon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/daemon/Makefile,v 1.2 2003/04/04 17:49:13 obrien Exp $ PROG= daemon MAN= daemon.8 diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index a1048fd78724..1030377c5ccd 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/daemon/daemon.8,v 1.5 2004/07/07 19:57:16 ru Exp $ .\" .Dd August 30, 2001 .Dt DAEMON 8 diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c index b30a7f40e0b9..223ad4856d89 100644 --- a/usr.sbin/daemon/daemon.c +++ b/usr.sbin/daemon/daemon.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/daemon/daemon.c,v 1.3 2004/06/02 06:48:13 phk Exp $"); #include <sys/types.h> diff --git a/usr.sbin/dconschat/Makefile b/usr.sbin/dconschat/Makefile index 9993eced5132..635d9d95ec7b 100644 --- a/usr.sbin/dconschat/Makefile +++ b/usr.sbin/dconschat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dconschat/Makefile,v 1.1 2003/10/24 15:44:10 simokawa Exp $ PROG= dconschat SRCS= dconschat.c diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8 index f560740d58c8..e469f2938d47 100644 --- a/usr.sbin/dconschat/dconschat.8 +++ b/usr.sbin/dconschat/dconschat.8 @@ -22,7 +22,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/dconschat/dconschat.8,v 1.5 2004/06/13 18:03:42 ru Exp $ .\" .\" .Dd February 11, 2003 diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c index d343811c6be1..e1f3ee5c4ca5 100644 --- a/usr.sbin/dconschat/dconschat.c +++ b/usr.sbin/dconschat/dconschat.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dconschat.c,v 1.76 2003/10/23 06:21:13 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/dconschat/dconschat.c,v 1.6 2004/05/26 22:59:54 brooks Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/devinfo/Makefile b/usr.sbin/devinfo/Makefile index 52e4d6d279e2..ffe9f1b41372 100644 --- a/usr.sbin/devinfo/Makefile +++ b/usr.sbin/devinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/devinfo/Makefile,v 1.6 2002/05/12 14:23:15 rwatson Exp $ PROG= devinfo MAN= devinfo.8 diff --git a/usr.sbin/devinfo/devinfo.8 b/usr.sbin/devinfo/devinfo.8 index 70976db16441..6db5278fd58e 100644 --- a/usr.sbin/devinfo/devinfo.8 +++ b/usr.sbin/devinfo/devinfo.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/devinfo/devinfo.8,v 1.6 2002/09/20 02:26:58 imp Exp $ .\" .Dd May 10, 2002 .Os diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c index e1cb4bfd9903..f75f46e3ac65 100644 --- a/usr.sbin/devinfo/devinfo.c +++ b/usr.sbin/devinfo/devinfo.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/devinfo/devinfo.c,v 1.5 2004/01/04 15:51:32 charnier Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.sbin/digictl/Makefile b/usr.sbin/digictl/Makefile index 029dfee11e53..5d314247021d 100644 --- a/usr.sbin/digictl/Makefile +++ b/usr.sbin/digictl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/digictl/Makefile,v 1.6 2003/04/04 17:49:13 obrien Exp $ PROG= digictl MAN= digictl.8 diff --git a/usr.sbin/digictl/digictl.8 b/usr.sbin/digictl/digictl.8 index cc99fd27f390..aab5468d0bff 100644 --- a/usr.sbin/digictl/digictl.8 +++ b/usr.sbin/digictl/digictl.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/digictl/digictl.8,v 1.6 2002/07/14 14:42:56 charnier Exp $ .Dd June 20, 2001 .Dt DIGICTL 8 .Os diff --git a/usr.sbin/digictl/digictl.c b/usr.sbin/digictl/digictl.c index 0aa5f68f2578..02b8ab7be59d 100644 --- a/usr.sbin/digictl/digictl.c +++ b/usr.sbin/digictl/digictl.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/digictl/digictl.c,v 1.5 2002/04/22 13:44:43 des Exp $ */ #include <errno.h> diff --git a/usr.sbin/diskinfo/Makefile b/usr.sbin/diskinfo/Makefile index 5ffa27f6f0d8..d7fcec20d295 100644 --- a/usr.sbin/diskinfo/Makefile +++ b/usr.sbin/diskinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/diskinfo/Makefile,v 1.3 2004/05/24 22:52:32 pjd Exp $ PROG= diskinfo MAN= diskinfo.8 diff --git a/usr.sbin/diskinfo/diskinfo.8 b/usr.sbin/diskinfo/diskinfo.8 index a89c25da03f8..370911ee2a78 100644 --- a/usr.sbin/diskinfo/diskinfo.8 +++ b/usr.sbin/diskinfo/diskinfo.8 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/diskinfo/diskinfo.8,v 1.4 2004/03/30 07:37:04 ru Exp $ .\" .Dd April 9, 2003 .Dt DISKINFO 8 diff --git a/usr.sbin/diskinfo/diskinfo.c b/usr.sbin/diskinfo/diskinfo.c index 5203a7b0b12e..f1805c7da978 100644 --- a/usr.sbin/diskinfo/diskinfo.c +++ b/usr.sbin/diskinfo/diskinfo.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/diskinfo/diskinfo.c,v 1.6 2004/05/25 12:11:13 pjd Exp $ */ #include <stdio.h> diff --git a/usr.sbin/dnssec-keygen/Makefile b/usr.sbin/dnssec-keygen/Makefile index 3ac90058106d..74afb567c849 100644 --- a/usr.sbin/dnssec-keygen/Makefile +++ b/usr.sbin/dnssec-keygen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dnssec-keygen/Makefile,v 1.2.2.1 2004/09/26 03:10:17 des Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/dnssec-signzone/Makefile b/usr.sbin/dnssec-signzone/Makefile index 7c4ca65a78cc..9611cee3780e 100644 --- a/usr.sbin/dnssec-signzone/Makefile +++ b/usr.sbin/dnssec-signzone/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/dnssec-signzone/Makefile,v 1.2.2.1 2004/09/26 03:10:18 des Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/editmap/Makefile b/usr.sbin/editmap/Makefile index b141bfdc68b5..606393dac4af 100644 --- a/usr.sbin/editmap/Makefile +++ b/usr.sbin/editmap/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/editmap/Makefile,v 1.2 2003/07/07 03:54:04 gshapiro Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/editmap diff --git a/usr.sbin/edquota/Makefile b/usr.sbin/edquota/Makefile index e5a3b12559aa..fdac97098acb 100644 --- a/usr.sbin/edquota/Makefile +++ b/usr.sbin/edquota/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/edquota/Makefile,v 1.8 2003/04/04 17:49:13 obrien Exp $ PROG= edquota MAN= edquota.8 diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index 857a57fc853f..ed9a79a7f11e 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)edquota.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/edquota/edquota.8,v 1.22 2004/08/07 04:27:50 imp Exp $ .\" .Dd June 6, 1993 .Dt EDQUOTA 8 diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index c73e7de06125..f75efd72653d 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)edquota.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/edquota/edquota.c,v 1.23 2004/08/07 04:27:50 imp Exp $"); /* * Disk quota editor. diff --git a/usr.sbin/edquota/pathnames.h b/usr.sbin/edquota/pathnames.h index 53bfbfefeb96..98b5cd6d8ef7 100644 --- a/usr.sbin/edquota/pathnames.h +++ b/usr.sbin/edquota/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/edquota/pathnames.h,v 1.2 2004/08/07 04:27:50 imp Exp $ */ #include <paths.h> diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile index fa5f411d4428..7c95129bab3c 100644 --- a/usr.sbin/eeprom/Makefile +++ b/usr.sbin/eeprom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/eeprom/Makefile,v 1.3 2004/05/22 16:56:04 marius Exp $ .PATH: ${.CURDIR}/../ofwdump diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index c5da65819e90..d7a3c3dae457 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -34,7 +34,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" from: NetBSD: eeprom.8,v 1.11 2003/03/31 01:31:39 perry Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/eeprom/eeprom.8,v 1.4 2004/08/15 20:17:29 marius Exp $ .\" .Dd August 15, 2004 .Dt EEPROM 8 sparc64 diff --git a/usr.sbin/eeprom/eeprom.c b/usr.sbin/eeprom/eeprom.c index ecd9267a0337..c47855b1915a 100644 --- a/usr.sbin/eeprom/eeprom.c +++ b/usr.sbin/eeprom/eeprom.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/eeprom/eeprom.c,v 1.4 2004/05/22 16:56:04 marius Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.sbin/eeprom/ofw_options.c b/usr.sbin/eeprom/ofw_options.c index 8bf51ea59803..c5591eff15a9 100644 --- a/usr.sbin/eeprom/ofw_options.c +++ b/usr.sbin/eeprom/ofw_options.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/eeprom/ofw_options.c,v 1.3 2004/08/15 20:18:54 marius Exp $"); /* * Handlers for Open Firmware /options node. diff --git a/usr.sbin/eeprom/ofw_options.h b/usr.sbin/eeprom/ofw_options.h index 5bc66567e31c..1ef25c583e26 100644 --- a/usr.sbin/eeprom/ofw_options.h +++ b/usr.sbin/eeprom/ofw_options.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/eeprom/ofw_options.h,v 1.1 2004/05/22 16:56:04 marius Exp $ */ #ifndef OFW_OPTIONS_H diff --git a/usr.sbin/elf2exe/Makefile b/usr.sbin/elf2exe/Makefile index 69e362204b93..dc9fdc597b51 100644 --- a/usr.sbin/elf2exe/Makefile +++ b/usr.sbin/elf2exe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/elf2exe/Makefile,v 1.7 2001/07/20 06:19:46 obrien Exp $ PROG= elf2exe MAN= elf2exe.8 diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index d41198cb7a63..523c18639e22 100644 --- a/usr.sbin/elf2exe/elf2exe.8 +++ b/usr.sbin/elf2exe/elf2exe.8 @@ -9,7 +9,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/elf2exe/elf2exe.8,v 1.11 2002/07/14 14:43:01 charnier Exp $ .\" .Dd July 26, 1999 .Dt ELF2EXE 8 Alpha diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c index d0959eb1400c..e6f4238a6e97 100644 --- a/usr.sbin/elf2exe/elf2exe.c +++ b/usr.sbin/elf2exe/elf2exe.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/elf2exe/elf2exe.c,v 1.7 2000/07/12 00:31:50 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/extattr/Makefile b/usr.sbin/extattr/Makefile index ae349752d689..49af4b1f0ef8 100644 --- a/usr.sbin/extattr/Makefile +++ b/usr.sbin/extattr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/extattr/Makefile,v 1.1 2002/08/30 08:53:03 phk Exp $ PROG= rmextattr MAN= rmextattr.8 diff --git a/usr.sbin/extattr/rmextattr.8 b/usr.sbin/extattr/rmextattr.8 index c51fa6d922fe..ca7203bb2e4f 100644 --- a/usr.sbin/extattr/rmextattr.8 +++ b/usr.sbin/extattr/rmextattr.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/extattr/rmextattr.8,v 1.4 2003/02/24 22:53:25 ru Exp $ .\" .Dd August 30, 2000 .Dt RMEXTATTR 8 diff --git a/usr.sbin/extattr/rmextattr.c b/usr.sbin/extattr/rmextattr.c index 0c65d7b29bce..f18941ee3d0d 100644 --- a/usr.sbin/extattr/rmextattr.c +++ b/usr.sbin/extattr/rmextattr.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/extattr/rmextattr.c,v 1.6 2003/06/05 04:30:00 rwatson Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile index 5eb1945d3b94..46cf7e25b73a 100644 --- a/usr.sbin/extattrctl/Makefile +++ b/usr.sbin/extattrctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/extattrctl/Makefile,v 1.10 2003/04/04 17:49:14 obrien Exp $ PROG= extattrctl MAN= extattrctl.8 diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index 32dcbd099df5..a1530971fee5 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/extattrctl/extattrctl.8,v 1.23 2003/05/14 20:31:06 rwatson Exp $ .\" .\" Developed by the TrustedBSD Project. .\" Support for file system extended attribute. diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c index 103fcd345a92..7f82daf6af19 100644 --- a/usr.sbin/extattrctl/extattrctl.c +++ b/usr.sbin/extattrctl/extattrctl.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/extattrctl/extattrctl.c,v 1.19 2002/04/19 01:42:55 rwatson Exp $ */ /* * Developed by the TrustedBSD Project. diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index e1898ed333a4..f4267113b08b 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/faithd/Makefile,v 1.10 2004/01/17 02:27:55 ru Exp $ PROG= faithd MAN= faithd.8 diff --git a/usr.sbin/faithd/README b/usr.sbin/faithd/README index 6628bf63dcbc..b521d4bfa49f 100644 --- a/usr.sbin/faithd/README +++ b/usr.sbin/faithd/README @@ -2,7 +2,7 @@ Configuring FAITH IPv6-to-IPv4 TCP relay Kazu Yamamoto and Jun-ichiro itojun Hagino $KAME: README,v 1.10 2003/01/06 21:40:33 sumikawa Exp $ -$FreeBSD$ +$FreeBSD: src/usr.sbin/faithd/README,v 1.8 2003/11/14 17:34:08 ume Exp $ Introduction diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index e50d7b57ef42..e7ac72dbacdb 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/faithd/faithd.8,v 1.18 2004/06/04 19:24:35 ru Exp $ .\" .Dd May 17, 1998 .Dt FAITHD 8 diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index 3df90a595370..8858921fb5aa 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/faithd/faithd.c,v 1.10 2003/11/14 17:34:08 ume Exp $ */ /* diff --git a/usr.sbin/faithd/faithd.h b/usr.sbin/faithd/faithd.h index f4224321ddd0..58dce6a07657 100644 --- a/usr.sbin/faithd/faithd.h +++ b/usr.sbin/faithd/faithd.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/faithd/faithd.h,v 1.5 2003/11/14 17:34:08 ume Exp $ */ extern char logname[]; diff --git a/usr.sbin/faithd/ftp.c b/usr.sbin/faithd/ftp.c index 6ceb24dd9526..0f6a3979720c 100644 --- a/usr.sbin/faithd/ftp.c +++ b/usr.sbin/faithd/ftp.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/faithd/ftp.c,v 1.10 2003/11/14 17:34:08 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/faithd/prefix.c b/usr.sbin/faithd/prefix.c index 138c948927f1..57678a3abfc0 100644 --- a/usr.sbin/faithd/prefix.c +++ b/usr.sbin/faithd/prefix.c @@ -1,5 +1,5 @@ /* $KAME: prefix.c,v 1.13 2003/09/02 22:50:17 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/faithd/prefix.c,v 1.4 2003/11/14 17:34:08 ume Exp $ */ /* * Copyright (C) 2000 WIDE Project. diff --git a/usr.sbin/faithd/prefix.h b/usr.sbin/faithd/prefix.h index 2a2963982ca9..87e5e38950e5 100644 --- a/usr.sbin/faithd/prefix.h +++ b/usr.sbin/faithd/prefix.h @@ -1,5 +1,5 @@ /* $KAME: prefix.h,v 1.4 2001/09/05 03:04:21 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/faithd/prefix.h,v 1.2 2002/04/19 04:46:24 suz Exp $ */ /* * Copyright (C) 2000 WIDE Project. diff --git a/usr.sbin/faithd/tcp.c b/usr.sbin/faithd/tcp.c index 714df9a159c2..ca36e69ea337 100644 --- a/usr.sbin/faithd/tcp.c +++ b/usr.sbin/faithd/tcp.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/faithd/tcp.c,v 1.5 2003/11/14 17:34:08 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/faithd/test/faithd.rb b/usr.sbin/faithd/test/faithd.rb index 682f540db98a..0ff35630287e 100644 --- a/usr.sbin/faithd/test/faithd.rb +++ b/usr.sbin/faithd/test/faithd.rb @@ -4,7 +4,7 @@ # functionality. # # $Id: faithd.rb,v 1.1.2.4 1999/05/10 17:06:30 itojun Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/faithd/test/faithd.rb,v 1.2 2003/11/14 17:34:08 ume Exp $ require "socket" require "thread" diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile index 807e4a516c99..33f5d7531edf 100644 --- a/usr.sbin/fdcontrol/Makefile +++ b/usr.sbin/fdcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/fdcontrol/Makefile,v 1.10 2004/03/28 13:42:27 nyan Exp $ .PATH: ${.CURDIR}/../fdread diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index 286cb8be4e06..bbccc2833e82 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -24,7 +24,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/fdcontrol/fdcontrol.8,v 1.20 2004/07/02 23:12:41 ru Exp $ .\" .Dd December 25, 2001 .Os diff --git a/usr.sbin/fdcontrol/fdcontrol.c b/usr.sbin/fdcontrol/fdcontrol.c index ff0f90bf36e8..502cb3cccc13 100644 --- a/usr.sbin/fdcontrol/fdcontrol.c +++ b/usr.sbin/fdcontrol/fdcontrol.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/fdcontrol/fdcontrol.c,v 1.11.2.1 2004/09/18 16:41:29 scottl Exp $"); #include <sys/fdcio.h> #include <sys/file.h> diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 40ca9a707bcf..d949448ac2a2 100644 --- a/usr.sbin/fdformat/Makefile +++ b/usr.sbin/fdformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/fdformat/Makefile,v 1.12 2004/03/28 13:42:27 nyan Exp $ .PATH: ${.CURDIR}/../fdread diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 92dae57887ad..22fa577fbff3 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/fdformat/fdformat.1,v 1.28 2002/01/10 17:04:10 ru Exp $ .\" .Dd December 25, 2001 .Os diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index 8e29e40fc857..c9b8ab61d424 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fdformat/fdformat.c,v 1.21.2.1 2004/09/18 17:40:51 scottl Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/fdread/Makefile b/usr.sbin/fdread/Makefile index e99c6205c4c3..4b62547d13b2 100644 --- a/usr.sbin/fdread/Makefile +++ b/usr.sbin/fdread/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/fdread/Makefile,v 1.4 2004/03/28 13:42:27 nyan Exp $ PROG= fdread SRCS= fdread.c fdutil.c diff --git a/usr.sbin/fdread/fdread.1 b/usr.sbin/fdread/fdread.1 index 090a91dfbd2b..5cfa80d3368a 100644 --- a/usr.sbin/fdread/fdread.1 +++ b/usr.sbin/fdread/fdread.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/fdread/fdread.1,v 1.6 2004/07/02 23:12:41 ru Exp $ .\" .\" .Dd May 14, 2001 diff --git a/usr.sbin/fdread/fdread.c b/usr.sbin/fdread/fdread.c index 85336c272cfd..edd3918406ea 100644 --- a/usr.sbin/fdread/fdread.c +++ b/usr.sbin/fdread/fdread.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fdread/fdread.c,v 1.5 2001/07/02 21:21:58 joerg Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/fdread/fdutil.c b/usr.sbin/fdread/fdutil.c index 0b6c38f3170e..228b926a1b26 100644 --- a/usr.sbin/fdread/fdutil.c +++ b/usr.sbin/fdread/fdutil.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fdread/fdutil.c,v 1.5.2.1 2004/09/18 17:40:51 scottl Exp $ */ #include <dev/ic/nec765.h> diff --git a/usr.sbin/fdread/fdutil.h b/usr.sbin/fdread/fdutil.h index a09322850897..b7cb79a8396f 100644 --- a/usr.sbin/fdread/fdutil.h +++ b/usr.sbin/fdread/fdutil.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fdread/fdutil.h,v 1.2 2001/12/15 19:09:04 joerg Exp $ */ diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile index b97bdd444821..686e61fa6faa 100644 --- a/usr.sbin/fdwrite/Makefile +++ b/usr.sbin/fdwrite/Makefile @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/fdwrite/Makefile,v 1.10 2002/03/25 14:12:28 phk Exp $ PROG= fdwrite diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index cb80dd6af639..3c848a60df96 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/fdwrite/fdwrite.1,v 1.23 2004/07/02 23:12:41 ru Exp $ .\" .\" .Dd September 16, 1993 diff --git a/usr.sbin/fdwrite/fdwrite.c b/usr.sbin/fdwrite/fdwrite.c index b3ffb6ea6a66..38c8ea278471 100644 --- a/usr.sbin/fdwrite/fdwrite.c +++ b/usr.sbin/fdwrite/fdwrite.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fdwrite/fdwrite.c,v 1.14 2004/05/30 08:59:09 stefanf Exp $ * */ diff --git a/usr.sbin/fwcontrol/Makefile b/usr.sbin/fwcontrol/Makefile index 54c24c1f4481..43f98a5cfaad 100644 --- a/usr.sbin/fwcontrol/Makefile +++ b/usr.sbin/fwcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/fwcontrol/Makefile,v 1.4 2003/04/30 03:39:25 simokawa Exp $ PROG= fwcontrol SRCS= fwcontrol.c fwcrom.c fwdv.c diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8 index b57e6964080b..1d4859e62e3d 100644 --- a/usr.sbin/fwcontrol/fwcontrol.8 +++ b/usr.sbin/fwcontrol/fwcontrol.8 @@ -22,7 +22,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.8,v 1.12 2004/06/04 19:23:39 ru Exp $ .\" .Dd December 30, 2002 .Dt FWCONTROL 8 diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index c2507232fc21..a3f906a88581 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fwcontrol/fwcontrol.c,v 1.19 2004/05/26 22:59:55 brooks Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/fwcontrol/fwdv.c b/usr.sbin/fwcontrol/fwdv.c index 43f5a98ff80e..d08f5703ca45 100644 --- a/usr.sbin/fwcontrol/fwdv.c +++ b/usr.sbin/fwcontrol/fwdv.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/fwcontrol/fwdv.c,v 1.5 2003/04/17 03:38:03 simokawa Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/usr.sbin/getfmac/Makefile b/usr.sbin/getfmac/Makefile index 4e532e62a54c..03ebc505a119 100644 --- a/usr.sbin/getfmac/Makefile +++ b/usr.sbin/getfmac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/getfmac/Makefile,v 1.2 2002/12/01 23:10:28 rwatson Exp $ PROG= getfmac MAN= getfmac.8 diff --git a/usr.sbin/getfmac/getfmac.8 b/usr.sbin/getfmac/getfmac.8 index f8ebb314c3db..5f933afdcb57 100644 --- a/usr.sbin/getfmac/getfmac.8 +++ b/usr.sbin/getfmac/getfmac.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/getfmac/getfmac.8,v 1.6 2003/01/15 03:12:48 chris Exp $ .\" .Dd June 27, 2002 .Dt GETFMAC 8 diff --git a/usr.sbin/getfmac/getfmac.c b/usr.sbin/getfmac/getfmac.c index 351f43ece84d..10f22d336e92 100644 --- a/usr.sbin/getfmac/getfmac.c +++ b/usr.sbin/getfmac/getfmac.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/getfmac/getfmac.c,v 1.2 2004/01/22 07:23:35 grehan Exp $ */ #include <sys/types.h> #include <sys/mac.h> diff --git a/usr.sbin/getpmac/Makefile b/usr.sbin/getpmac/Makefile index 962a3e77e388..975e608e6e0f 100644 --- a/usr.sbin/getpmac/Makefile +++ b/usr.sbin/getpmac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/getpmac/Makefile,v 1.3 2003/01/15 01:43:09 chris Exp $ PROG= getpmac MAN= getpmac.8 diff --git a/usr.sbin/getpmac/getpmac.8 b/usr.sbin/getpmac/getpmac.8 index 307c9628f890..0283c2bbaf91 100644 --- a/usr.sbin/getpmac/getpmac.8 +++ b/usr.sbin/getpmac/getpmac.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/getpmac/getpmac.8,v 1.4 2003/02/24 22:53:25 ru Exp $ .\" .Dd January 14, 2003 .Dt GETPMAC 8 diff --git a/usr.sbin/getpmac/getpmac.c b/usr.sbin/getpmac/getpmac.c index ee289e8028d4..8ca3fdb158b4 100644 --- a/usr.sbin/getpmac/getpmac.c +++ b/usr.sbin/getpmac/getpmac.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/getpmac/getpmac.c,v 1.2 2004/01/22 07:23:36 grehan Exp $ */ #include <sys/types.h> #include <sys/mac.h> diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile index 8cde0d7e2800..d77473eae22c 100644 --- a/usr.sbin/gstat/Makefile +++ b/usr.sbin/gstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/gstat/Makefile,v 1.5 2003/04/28 11:54:01 tjr Exp $ PROG= gstat MAN= gstat.8 diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8 index 5d482663800e..7a6efd58d521 100644 --- a/usr.sbin/gstat/gstat.8 +++ b/usr.sbin/gstat/gstat.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/gstat/gstat.8,v 1.4 2004/06/04 19:23:12 ru Exp $ .\" .Dd March 3, 2003 .Dt GSTAT 8 diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index c92f70ea28e2..436927b150e7 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/gstat/gstat.c,v 1.10 2004/06/04 19:29:09 ru Exp $ */ diff --git a/usr.sbin/i4b/Makefile b/usr.sbin/i4b/Makefile index 01f76421a1fa..8aeecf77c305 100644 --- a/usr.sbin/i4b/Makefile +++ b/usr.sbin/i4b/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/Makefile,v 1.8 2001/12/31 09:31:51 joerg Exp $ SUBDIR= dtmfdecode g711conv isdnd isdndebug isdndecode isdnmonitor isdnphone \ isdntel isdntelctl isdntest isdntrace man diff --git a/usr.sbin/i4b/Makefile.inc b/usr.sbin/i4b/Makefile.inc index 11954191e2ea..ee19662287a4 100644 --- a/usr.sbin/i4b/Makefile.inc +++ b/usr.sbin/i4b/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/Makefile.inc,v 1.2 2001/07/20 06:19:50 obrien Exp $ # if you don't like curses stuff in the daemon (i.e. don't intend # to ever run it in the foreground but are using the monitoring diff --git a/usr.sbin/i4b/dtmfdecode/Makefile b/usr.sbin/i4b/dtmfdecode/Makefile index 74a9df7cde9d..234a291d6ab8 100644 --- a/usr.sbin/i4b/dtmfdecode/Makefile +++ b/usr.sbin/i4b/dtmfdecode/Makefile @@ -1,6 +1,6 @@ #--------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/dtmfdecode/Makefile,v 1.9 2001/07/20 06:19:47 obrien Exp $ # # last edit-date: [Tue Dec 14 21:17:46 1999] # diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 index 53f673af6e9c..f1cf0e90ab50 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 @@ -24,7 +24,7 @@ .\" .\" $Id: dtmfdecode.1,v 1.6 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1,v 1.13 2004/07/02 23:12:42 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 22:53:13 1999] .\" diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c index 16c68e62e022..3b8763204c3d 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c @@ -8,7 +8,7 @@ * * $Id: dtmfdecode.c,v 1.6 1999/12/13 21:25:24 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/dtmfdecode/dtmfdecode.c,v 1.5 2003/01/01 18:49:01 schweikh Exp $ * * Extract DTMF signalling from ISDN4BSD A-law coded audio data * diff --git a/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu b/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu index f4e0c07c5763..22c95db7af3e 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu +++ b/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu,v 1.1 1999/12/14 21:07:22 hm Exp $ begin 666 dtmfsounds.al M5555U=74U-564-34UU%5U-?1UM'7UM37U=5555145%545%155%555%555=75 M5575U=75U-15U5555575U575U=75U=75U=34U-35U-35U=75U=55U=5555%0 diff --git a/usr.sbin/i4b/g711conv/Makefile b/usr.sbin/i4b/g711conv/Makefile index f24d6e8d568b..4572a7f8c17b 100644 --- a/usr.sbin/i4b/g711conv/Makefile +++ b/usr.sbin/i4b/g711conv/Makefile @@ -1,6 +1,6 @@ #--------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/g711conv/Makefile,v 1.6 2001/07/20 06:19:48 obrien Exp $ # # last edit-date: [Thu May 20 11:58:43 1999] # diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1 index c0f30235e1c1..6ff22c40e5ac 100644 --- a/usr.sbin/i4b/g711conv/g711conv.1 +++ b/usr.sbin/i4b/g711conv/g711conv.1 @@ -24,7 +24,7 @@ .\" .\" $Id: g711conv.1,v 1.3 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/g711conv/g711conv.1,v 1.11 2004/07/02 23:12:42 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 22:54:33 1999] .\" diff --git a/usr.sbin/i4b/g711conv/g711conv.c b/usr.sbin/i4b/g711conv/g711conv.c index f8087c0469ed..d9cacbdd1047 100644 --- a/usr.sbin/i4b/g711conv/g711conv.c +++ b/usr.sbin/i4b/g711conv/g711conv.c @@ -69,7 +69,7 @@ * * $Id: g711conv.c,v 1.5 1999/12/13 21:25:24 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/g711conv/g711conv.c,v 1.6 2003/06/08 06:24:46 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdnd/Makefile b/usr.sbin/i4b/isdnd/Makefile index ce6c51c464e6..2bb3947d3234 100644 --- a/usr.sbin/i4b/isdnd/Makefile +++ b/usr.sbin/i4b/isdnd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdnd/Makefile,v 1.14 2004/08/13 14:21:49 ru Exp $ PROG= isdnd MAN= isdnd.rc.5 isdnd.rates.5 isdnd.acct.5 isdnd.8 diff --git a/usr.sbin/i4b/isdnd/alias.c b/usr.sbin/i4b/isdnd/alias.c index a775fc9f2803..859622f88d96 100644 --- a/usr.sbin/i4b/isdnd/alias.c +++ b/usr.sbin/i4b/isdnd/alias.c @@ -32,7 +32,7 @@ * * $Id: alias.c,v 1.8 1999/12/13 21:25:24 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/alias.c,v 1.7 2000/10/09 14:22:38 hm Exp $ * * last edit-date: [Mon Dec 13 21:45:19 1999] * diff --git a/usr.sbin/i4b/isdnd/config.h b/usr.sbin/i4b/isdnd/config.h index a4b05f171bc8..e63c28ef2688 100644 --- a/usr.sbin/i4b/isdnd/config.h +++ b/usr.sbin/i4b/isdnd/config.h @@ -27,7 +27,7 @@ * i4b daemon - compile time configuration header file * --------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/config.h,v 1.8 2001/05/25 08:36:44 hm Exp $ * * last edit-date: [Mon May 21 11:21:15 2001] * diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c index 16a60c8fb5c6..254b23e63d51 100644 --- a/usr.sbin/i4b/isdnd/controller.c +++ b/usr.sbin/i4b/isdnd/controller.c @@ -27,7 +27,7 @@ * i4b daemon - controller state support routines * ---------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/controller.c,v 1.14 2001/12/22 09:38:24 gj Exp $ * * last edit-date: [Sun Oct 21 11:02:15 2001] * diff --git a/usr.sbin/i4b/isdnd/curses.c b/usr.sbin/i4b/isdnd/curses.c index 19e7af705649..d2e5bd8bb097 100644 --- a/usr.sbin/i4b/isdnd/curses.c +++ b/usr.sbin/i4b/isdnd/curses.c @@ -27,7 +27,7 @@ * i4b daemon - curses fullscreen output * ------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/curses.c,v 1.9 2002/03/26 15:12:59 hm Exp $ * * last edit-date: [Tue Mar 26 14:35:33 2002] * diff --git a/usr.sbin/i4b/isdnd/dial.c b/usr.sbin/i4b/isdnd/dial.c index 5ccbd33c1b50..b1bc74c5c823 100644 --- a/usr.sbin/i4b/isdnd/dial.c +++ b/usr.sbin/i4b/isdnd/dial.c @@ -27,7 +27,7 @@ * i4b daemon - dial handling routines * ----------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/dial.c,v 1.9 2002/03/26 15:12:59 hm Exp $ * * last edit-date: [Tue Mar 26 14:35:19 2002] * diff --git a/usr.sbin/i4b/isdnd/exec.c b/usr.sbin/i4b/isdnd/exec.c index 0c1254fac56e..35280e99d03b 100644 --- a/usr.sbin/i4b/isdnd/exec.c +++ b/usr.sbin/i4b/isdnd/exec.c @@ -27,7 +27,7 @@ * exec.h - supplemental program/script execution * ---------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/exec.c,v 1.12 2003/06/07 18:45:45 imp Exp $ * * last edit-date: [Tue Mar 26 14:35:46 2002] * diff --git a/usr.sbin/i4b/isdnd/fsm.c b/usr.sbin/i4b/isdnd/fsm.c index e555fa8a9e2d..cc0b30cb423e 100644 --- a/usr.sbin/i4b/isdnd/fsm.c +++ b/usr.sbin/i4b/isdnd/fsm.c @@ -27,7 +27,7 @@ * FSM for isdnd * ------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/fsm.c,v 1.9 2002/03/26 15:12:59 hm Exp $ * * last edit-date: [Tue Mar 26 14:35:56 2002] * diff --git a/usr.sbin/i4b/isdnd/holiday.c b/usr.sbin/i4b/isdnd/holiday.c index 5bf9582cb394..694e41958c9c 100644 --- a/usr.sbin/i4b/isdnd/holiday.c +++ b/usr.sbin/i4b/isdnd/holiday.c @@ -27,7 +27,7 @@ * isdnd - holiday file handling * ============================= * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/holiday.c,v 1.3 2001/05/02 08:53:34 hm Exp $ * * last edit-date: [Wed May 2 09:42:56 2001] * diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8 index 42c01f179426..21ca43cdd86f 100644 --- a/usr.sbin/i4b/isdnd/isdnd.8 +++ b/usr.sbin/i4b/isdnd/isdnd.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdnd.8,v 1.29 2000/05/02 11:50:28 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.8,v 1.21 2002/07/14 14:43:13 charnier Exp $ .\" .\" last edit-date: [Wed May 2 10:48:30 2001] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.acct.5 b/usr.sbin/i4b/isdnd/isdnd.acct.5 index b2db667db742..546a8e279a95 100644 --- a/usr.sbin/i4b/isdnd/isdnd.acct.5 +++ b/usr.sbin/i4b/isdnd/isdnd.acct.5 @@ -24,7 +24,7 @@ .\" .\" $Id: isdnd.acct.5,v 1.11 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.acct.5,v 1.15 2004/07/02 23:12:42 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 22:58:12 1999] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h index e4a0ffc2d97c..6e403fbe2739 100644 --- a/usr.sbin/i4b/isdnd/isdnd.h +++ b/usr.sbin/i4b/isdnd/isdnd.h @@ -27,7 +27,7 @@ * i4b daemon - main header file * ----------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.h,v 1.18 2002/08/12 07:52:39 hm Exp $ * * last edit-date: [Sun Aug 11 12:31:44 2002] * diff --git a/usr.sbin/i4b/isdnd/isdnd.rates.5 b/usr.sbin/i4b/isdnd/isdnd.rates.5 index b4542e07591b..d043aa3aa35a 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rates.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rates.5 @@ -24,7 +24,7 @@ .\" .\" $Id: isdnd.rates.5,v 1.10 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.rates.5,v 1.15 2004/07/02 23:12:42 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 22:59:31 1999] .\" diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index 1c4fd633782e..c6127a9c594e 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.34 2004/07/02 23:12:42 ru Exp $ .\" .\" last edit-date: [Sun Aug 11 20:07:38 2002] .\" diff --git a/usr.sbin/i4b/isdnd/log.c b/usr.sbin/i4b/isdnd/log.c index 7876f13c86a8..8002aaca023e 100644 --- a/usr.sbin/i4b/isdnd/log.c +++ b/usr.sbin/i4b/isdnd/log.c @@ -27,7 +27,7 @@ * i4b daemon - logging routines * ----------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/log.c,v 1.9 2001/12/27 08:41:10 hm Exp $ * * last edit-date: [Wed Dec 26 12:49:45 2001] * diff --git a/usr.sbin/i4b/isdnd/main.c b/usr.sbin/i4b/isdnd/main.c index 74e1e6321fc3..02557f79538b 100644 --- a/usr.sbin/i4b/isdnd/main.c +++ b/usr.sbin/i4b/isdnd/main.c @@ -27,7 +27,7 @@ * i4b daemon - main program entry * ------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/main.c,v 1.16 2001/12/27 08:41:10 hm Exp $ * * last edit-date: [Wed Dec 26 12:51:00 2001] * diff --git a/usr.sbin/i4b/isdnd/monitor.c b/usr.sbin/i4b/isdnd/monitor.c index 45952eb251b8..994c658b78a8 100644 --- a/usr.sbin/i4b/isdnd/monitor.c +++ b/usr.sbin/i4b/isdnd/monitor.c @@ -33,7 +33,7 @@ * i4b daemon - network monitor server module * ------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/monitor.c,v 1.12 2002/03/26 15:12:59 hm Exp $ * * last edit-date: [Tue Mar 26 14:37:03 2002] * diff --git a/usr.sbin/i4b/isdnd/msghdl.c b/usr.sbin/i4b/isdnd/msghdl.c index 2687e480f934..8ba3f2beb207 100644 --- a/usr.sbin/i4b/isdnd/msghdl.c +++ b/usr.sbin/i4b/isdnd/msghdl.c @@ -27,7 +27,7 @@ * i4b daemon - message from kernel handling routines * -------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/msghdl.c,v 1.12 2002/08/12 07:52:39 hm Exp $ * * last edit-date: [Sun Aug 11 12:37:16 2002] * diff --git a/usr.sbin/i4b/isdnd/pathnames.h b/usr.sbin/i4b/isdnd/pathnames.h index 44f9c6d9ca41..2e7ab0651bc7 100644 --- a/usr.sbin/i4b/isdnd/pathnames.h +++ b/usr.sbin/i4b/isdnd/pathnames.h @@ -29,7 +29,7 @@ * * $Id: pathnames.h,v 1.11 2000/10/09 11:17:07 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/pathnames.h,v 1.7 2000/10/09 14:22:38 hm Exp $ * * last edit-date: [Mon Oct 2 22:55:28 2000] * diff --git a/usr.sbin/i4b/isdnd/pcause.c b/usr.sbin/i4b/isdnd/pcause.c index 99aa089846be..bf9262682f42 100644 --- a/usr.sbin/i4b/isdnd/pcause.c +++ b/usr.sbin/i4b/isdnd/pcause.c @@ -29,7 +29,7 @@ * * $Id: pcause.c,v 1.13 2000/10/09 12:53:29 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/pcause.c,v 1.8 2000/10/09 14:22:38 hm Exp $ * * last edit-date: [Mon Dec 13 21:48:07 1999] * diff --git a/usr.sbin/i4b/isdnd/process.c b/usr.sbin/i4b/isdnd/process.c index f5460438d89a..f196c28d6169 100644 --- a/usr.sbin/i4b/isdnd/process.c +++ b/usr.sbin/i4b/isdnd/process.c @@ -29,7 +29,7 @@ * * $Id: process.c,v 1.8 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/process.c,v 1.7 2000/10/09 14:22:38 hm Exp $ * * last edit-date: [Mon Dec 13 21:48:19 1999] * diff --git a/usr.sbin/i4b/isdnd/rates.c b/usr.sbin/i4b/isdnd/rates.c index 29aaef41789f..8c21a0e7450f 100644 --- a/usr.sbin/i4b/isdnd/rates.c +++ b/usr.sbin/i4b/isdnd/rates.c @@ -37,7 +37,7 @@ * * $Id: rates.c,v 1.11 2000/10/09 12:53:29 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/rates.c,v 1.8 2000/10/09 14:22:39 hm Exp $ * * last edit-date: [Mon Dec 13 21:48:31 1999] * diff --git a/usr.sbin/i4b/isdnd/rc_config.c b/usr.sbin/i4b/isdnd/rc_config.c index 65047472abd5..b77423715fe5 100644 --- a/usr.sbin/i4b/isdnd/rc_config.c +++ b/usr.sbin/i4b/isdnd/rc_config.c @@ -27,7 +27,7 @@ * i4b daemon - config file processing * ----------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/rc_config.c,v 1.17 2002/08/12 07:52:39 hm Exp $ * * last edit-date: [Sun Aug 11 12:30:49 2002] * diff --git a/usr.sbin/i4b/isdnd/rc_parse.y b/usr.sbin/i4b/isdnd/rc_parse.y index 6427500f9075..8830762524dd 100644 --- a/usr.sbin/i4b/isdnd/rc_parse.y +++ b/usr.sbin/i4b/isdnd/rc_parse.y @@ -30,7 +30,7 @@ * i4b daemon - runtime configuration parser * ----------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/rc_parse.y,v 1.12 2002/08/12 07:52:39 hm Exp $ * * last edit-date: [Sun Aug 11 12:27:28 2002] * diff --git a/usr.sbin/i4b/isdnd/rc_scan.l b/usr.sbin/i4b/isdnd/rc_scan.l index 988a4fb7c42b..381885ad4ac5 100644 --- a/usr.sbin/i4b/isdnd/rc_scan.l +++ b/usr.sbin/i4b/isdnd/rc_scan.l @@ -30,7 +30,7 @@ * i4b daemon - runtime configuration lexical analyzer * --------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/rc_scan.l,v 1.13 2002/08/12 07:52:39 hm Exp $ * * last edit-date: [Sun Aug 11 12:27:50 2002] * diff --git a/usr.sbin/i4b/isdnd/support.c b/usr.sbin/i4b/isdnd/support.c index 337c215b9702..fe76690effdb 100644 --- a/usr.sbin/i4b/isdnd/support.c +++ b/usr.sbin/i4b/isdnd/support.c @@ -27,7 +27,7 @@ * i4b daemon - misc support routines * ---------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/support.c,v 1.16 2003/07/31 09:13:22 hm Exp $ * * last edit-date: [Thu Jul 31 11:05:16 2003] * diff --git a/usr.sbin/i4b/isdnd/timer.c b/usr.sbin/i4b/isdnd/timer.c index 34c0c430ab11..d0c90a5f4ae6 100644 --- a/usr.sbin/i4b/isdnd/timer.c +++ b/usr.sbin/i4b/isdnd/timer.c @@ -27,7 +27,7 @@ * i4b daemon - timer/timing support routines * ------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnd/timer.c,v 1.9 2002/03/26 15:12:59 hm Exp $ * * last edit-date: [Tue Mar 26 14:38:24 2002] * diff --git a/usr.sbin/i4b/isdndebug/Makefile b/usr.sbin/i4b/isdndebug/Makefile index 5a31de955365..ab80369241d1 100644 --- a/usr.sbin/i4b/isdndebug/Makefile +++ b/usr.sbin/i4b/isdndebug/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdndebug/Makefile,v 1.5 2001/07/20 06:19:48 obrien Exp $ PROG= isdndebug MAN= isdndebug.8 diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8 index 0a9f24ca2398..faede48a2823 100644 --- a/usr.sbin/i4b/isdndebug/isdndebug.8 +++ b/usr.sbin/i4b/isdndebug/isdndebug.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdndebug.8,v 1.11 2000/05/31 08:15:29 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdndebug/isdndebug.8,v 1.18 2004/07/02 23:12:43 ru Exp $ .\" .\" last edit-date: [Wed May 31 10:15:07 2000] .\" diff --git a/usr.sbin/i4b/isdndebug/main.c b/usr.sbin/i4b/isdndebug/main.c index 0620b3b4b74f..52866adaa534 100644 --- a/usr.sbin/i4b/isdndebug/main.c +++ b/usr.sbin/i4b/isdndebug/main.c @@ -27,7 +27,7 @@ * main.c - i4b set debug options * ------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndebug/main.c,v 1.11 2001/05/25 08:36:45 hm Exp $ * * last edit-date: [Mon May 21 10:09:23 2001] * diff --git a/usr.sbin/i4b/isdndecode/Makefile b/usr.sbin/i4b/isdndecode/Makefile index 9dbd971b83cb..83f5f104e93c 100644 --- a/usr.sbin/i4b/isdndecode/Makefile +++ b/usr.sbin/i4b/isdndecode/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdndecode/Makefile,v 1.5 2001/07/20 06:19:48 obrien Exp $ PROG= isdndecode MAN= isdndecode.8 diff --git a/usr.sbin/i4b/isdndecode/decode.h b/usr.sbin/i4b/isdndecode/decode.h index 83bab000165b..2827ecac26b7 100644 --- a/usr.sbin/i4b/isdndecode/decode.h +++ b/usr.sbin/i4b/isdndecode/decode.h @@ -29,7 +29,7 @@ * * $Id: decode.h,v 1.6 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/decode.h,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Dec 13 21:49:50 1999] * diff --git a/usr.sbin/i4b/isdndecode/facility.c b/usr.sbin/i4b/isdndecode/facility.c index c4502a8daf2b..50dc338de9f2 100644 --- a/usr.sbin/i4b/isdndecode/facility.c +++ b/usr.sbin/i4b/isdndecode/facility.c @@ -29,7 +29,7 @@ * * $Id: facility.c,v 1.5 2000/02/21 15:17:17 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/facility.c,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Feb 21 16:15:43 2000] * diff --git a/usr.sbin/i4b/isdndecode/facility.h b/usr.sbin/i4b/isdndecode/facility.h index f4cfe10e2520..ef1bb80fbd28 100644 --- a/usr.sbin/i4b/isdndecode/facility.h +++ b/usr.sbin/i4b/isdndecode/facility.h @@ -29,7 +29,7 @@ * * $Id: facility.h,v 1.5 2000/02/21 15:17:17 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/facility.h,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Feb 21 16:16:04 2000] * diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8 index 3027e2dd84b7..f5c353776797 100644 --- a/usr.sbin/i4b/isdndecode/isdndecode.8 +++ b/usr.sbin/i4b/isdndecode/isdndecode.8 @@ -26,7 +26,7 @@ .\" .\" last edit-date: [Mon Feb 21 16:15:09 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdndecode/isdndecode.8,v 1.16 2004/07/02 23:12:43 ru Exp $ .\" .Dd February 21, 2000 .Dt ISDNDECODE 8 diff --git a/usr.sbin/i4b/isdndecode/layer1.c b/usr.sbin/i4b/isdndecode/layer1.c index c08b628e9a45..e1b0cc988115 100644 --- a/usr.sbin/i4b/isdndecode/layer1.c +++ b/usr.sbin/i4b/isdndecode/layer1.c @@ -29,7 +29,7 @@ * * $Id: layer1.c,v 1.4 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/layer1.c,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Dec 13 21:50:34 1999] * diff --git a/usr.sbin/i4b/isdndecode/layer2.c b/usr.sbin/i4b/isdndecode/layer2.c index 1e5398680188..49ebd2df20c1 100644 --- a/usr.sbin/i4b/isdndecode/layer2.c +++ b/usr.sbin/i4b/isdndecode/layer2.c @@ -29,7 +29,7 @@ * * $Id: layer2.c,v 1.5 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/layer2.c,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Dec 13 21:50:41 1999] * diff --git a/usr.sbin/i4b/isdndecode/layer3.c b/usr.sbin/i4b/isdndecode/layer3.c index 12a763319565..152104218e1c 100644 --- a/usr.sbin/i4b/isdndecode/layer3.c +++ b/usr.sbin/i4b/isdndecode/layer3.c @@ -27,7 +27,7 @@ * layer3.c - decode and print layer 3 (Q.931) information * ------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/layer3.c,v 1.9 2002/03/26 15:13:02 hm Exp $ * * last edit-date: [Tue Mar 26 14:39:02 2002] * diff --git a/usr.sbin/i4b/isdndecode/layer3_subr.c b/usr.sbin/i4b/isdndecode/layer3_subr.c index 6fcedd24439d..23fa645992a0 100644 --- a/usr.sbin/i4b/isdndecode/layer3_subr.c +++ b/usr.sbin/i4b/isdndecode/layer3_subr.c @@ -29,7 +29,7 @@ * * $Id: layer3_subr.c,v 1.8 2000/02/21 15:17:17 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/layer3_subr.c,v 1.8 2001/04/26 08:40:35 kris Exp $ * * last edit-date: [Mon Feb 21 15:45:16 2000] * diff --git a/usr.sbin/i4b/isdndecode/main.c b/usr.sbin/i4b/isdndecode/main.c index 76afab109d47..997a3e0b9a23 100644 --- a/usr.sbin/i4b/isdndecode/main.c +++ b/usr.sbin/i4b/isdndecode/main.c @@ -29,7 +29,7 @@ * * $Id: main.c,v 1.13 2000/02/21 15:17:17 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/main.c,v 1.10 2003/06/07 18:43:09 imp Exp $ * * last edit-date: [Mon Feb 21 16:19:30 2000] * diff --git a/usr.sbin/i4b/isdndecode/pcause.c b/usr.sbin/i4b/isdndecode/pcause.c index 610a9609c179..ac3d0da8513f 100644 --- a/usr.sbin/i4b/isdndecode/pcause.c +++ b/usr.sbin/i4b/isdndecode/pcause.c @@ -29,7 +29,7 @@ * * $Id: pcause.c,v 1.5 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/pcause.c,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Dec 13 21:51:20 1999] * diff --git a/usr.sbin/i4b/isdndecode/pcause.h b/usr.sbin/i4b/isdndecode/pcause.h index 2c1c7f403e5b..d30cbc8f9573 100644 --- a/usr.sbin/i4b/isdndecode/pcause.h +++ b/usr.sbin/i4b/isdndecode/pcause.h @@ -29,7 +29,7 @@ * * $Id: pcause.h,v 1.4 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdndecode/pcause.h,v 1.7 2000/10/09 14:22:41 hm Exp $ * * last edit-date: [Mon Dec 13 21:51:32 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/Makefile b/usr.sbin/i4b/isdnmonitor/Makefile index ed241c16afb4..1cf2ca486c0d 100644 --- a/usr.sbin/i4b/isdnmonitor/Makefile +++ b/usr.sbin/i4b/isdnmonitor/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdnmonitor/Makefile,v 1.9 2004/08/13 14:21:49 ru Exp $ PROG= isdnmonitor MAN= isdnmonitor.8 diff --git a/usr.sbin/i4b/isdnmonitor/curses.c b/usr.sbin/i4b/isdnmonitor/curses.c index 1e7eec15b68d..55e6356455f2 100644 --- a/usr.sbin/i4b/isdnmonitor/curses.c +++ b/usr.sbin/i4b/isdnmonitor/curses.c @@ -29,7 +29,7 @@ * * $Id: curses.c,v 1.10 1999/12/13 21:25:25 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnmonitor/curses.c,v 1.2 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:51:47 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 index 1fb1b70f5cbc..5f79de98134d 100644 --- a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 +++ b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdnmonitor.8,v 1.8 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8,v 1.17 2004/07/02 23:12:44 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 23:04:25 1999] .\" diff --git a/usr.sbin/i4b/isdnmonitor/main.c b/usr.sbin/i4b/isdnmonitor/main.c index 1a0a1e89624b..c112376ed8d2 100644 --- a/usr.sbin/i4b/isdnmonitor/main.c +++ b/usr.sbin/i4b/isdnmonitor/main.c @@ -35,7 +35,7 @@ * * $Id: main.c,v 1.35 2000/08/24 11:48:57 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnmonitor/main.c,v 1.8 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:52:11 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/monitor.h b/usr.sbin/i4b/isdnmonitor/monitor.h index 4862c4835e3a..a1535398e92e 100644 --- a/usr.sbin/i4b/isdnmonitor/monitor.h +++ b/usr.sbin/i4b/isdnmonitor/monitor.h @@ -35,7 +35,7 @@ * * $Id: monitor.h,v 1.16 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnmonitor/monitor.h,v 1.8 2003/01/01 18:49:01 schweikh Exp $ * * last edit-date: [Mon Dec 13 21:52:18 1999] * diff --git a/usr.sbin/i4b/isdnmonitor/monprivate.h b/usr.sbin/i4b/isdnmonitor/monprivate.h index ec6ec4d04ae1..0644d6868706 100644 --- a/usr.sbin/i4b/isdnmonitor/monprivate.h +++ b/usr.sbin/i4b/isdnmonitor/monprivate.h @@ -29,7 +29,7 @@ * * $Id: monprivate.h,v 1.10 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnmonitor/monprivate.h,v 1.2 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:52:25 1999] * diff --git a/usr.sbin/i4b/isdnphone/Makefile b/usr.sbin/i4b/isdnphone/Makefile index 3527e8cef36d..662046d98f48 100644 --- a/usr.sbin/i4b/isdnphone/Makefile +++ b/usr.sbin/i4b/isdnphone/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdnphone/Makefile,v 1.4 2001/07/20 06:19:50 obrien Exp $ PROG= isdnphone MAN= isdnphone.8 diff --git a/usr.sbin/i4b/isdnphone/audio.c b/usr.sbin/i4b/isdnphone/audio.c index 2dc88d6afc2e..c7dbc933ea09 100644 --- a/usr.sbin/i4b/isdnphone/audio.c +++ b/usr.sbin/i4b/isdnphone/audio.c @@ -29,7 +29,7 @@ * * $Id: audio.c,v 1.5 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnphone/audio.c,v 1.1 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:52:39 1999] * diff --git a/usr.sbin/i4b/isdnphone/defs.h b/usr.sbin/i4b/isdnphone/defs.h index 18da037afe90..59639ea24458 100644 --- a/usr.sbin/i4b/isdnphone/defs.h +++ b/usr.sbin/i4b/isdnphone/defs.h @@ -29,7 +29,7 @@ * * $Id: defs.h,v 1.6 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnphone/defs.h,v 1.2 2000/10/13 11:55:13 bde Exp $ * * last edit-date: [Mon Dec 13 21:52:46 1999] * diff --git a/usr.sbin/i4b/isdnphone/display.c b/usr.sbin/i4b/isdnphone/display.c index 1dff9a16f3f9..6cd987e3ddb2 100644 --- a/usr.sbin/i4b/isdnphone/display.c +++ b/usr.sbin/i4b/isdnphone/display.c @@ -29,7 +29,7 @@ * * $Id: display.c,v 1.4 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnphone/display.c,v 1.1 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:52:55 1999] * diff --git a/usr.sbin/i4b/isdnphone/isdn.c b/usr.sbin/i4b/isdnphone/isdn.c index 34719c727269..8cc0c0760440 100644 --- a/usr.sbin/i4b/isdnphone/isdn.c +++ b/usr.sbin/i4b/isdnphone/isdn.c @@ -29,7 +29,7 @@ * * $Id: isdn.c,v 1.4 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnphone/isdn.c,v 1.1 2000/10/09 14:22:42 hm Exp $ * * last edit-date: [Mon Dec 13 21:53:05 1999] * diff --git a/usr.sbin/i4b/isdnphone/isdnphone.8 b/usr.sbin/i4b/isdnphone/isdnphone.8 index 5ba4782ccd3c..214907e4cc24 100644 --- a/usr.sbin/i4b/isdnphone/isdnphone.8 +++ b/usr.sbin/i4b/isdnphone/isdnphone.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.9 2002/08/27 14:46:22 hm Exp $ .\" .\" last edit-date: [Tue Aug 27 16:42:12 2002] .\" diff --git a/usr.sbin/i4b/isdnphone/main.c b/usr.sbin/i4b/isdnphone/main.c index 6b8466acae92..db7f3ea810ba 100644 --- a/usr.sbin/i4b/isdnphone/main.c +++ b/usr.sbin/i4b/isdnphone/main.c @@ -27,7 +27,7 @@ * isdnphone - main module * ======================= * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdnphone/main.c,v 1.4 2002/08/27 14:46:22 hm Exp $ * * last edit-date: [Tue Aug 27 16:38:55 2002] * diff --git a/usr.sbin/i4b/isdntel/Makefile b/usr.sbin/i4b/isdntel/Makefile index e3aff090b196..749143aab5ae 100644 --- a/usr.sbin/i4b/isdntel/Makefile +++ b/usr.sbin/i4b/isdntel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdntel/Makefile,v 1.7 2001/07/20 06:19:49 obrien Exp $ PROG= isdntel MAN= isdntel.8 diff --git a/usr.sbin/i4b/isdntel/alias.c b/usr.sbin/i4b/isdntel/alias.c index 0f4dae712a15..8a07e24d4e1c 100644 --- a/usr.sbin/i4b/isdntel/alias.c +++ b/usr.sbin/i4b/isdntel/alias.c @@ -29,7 +29,7 @@ * * $Id: alias.c,v 1.9 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/alias.c,v 1.7 2000/10/09 14:22:44 hm Exp $ * * last edit-date: [Mon Dec 13 21:53:37 1999] * diff --git a/usr.sbin/i4b/isdntel/alias.h b/usr.sbin/i4b/isdntel/alias.h index 813d5bd79095..a82fdc389406 100644 --- a/usr.sbin/i4b/isdntel/alias.h +++ b/usr.sbin/i4b/isdntel/alias.h @@ -29,7 +29,7 @@ * * $Id: alias.h,v 1.5 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/alias.h,v 1.7 2000/10/09 14:22:44 hm Exp $ * * last edit-date: [Mon Dec 13 21:53:44 1999] * diff --git a/usr.sbin/i4b/isdntel/defs.h b/usr.sbin/i4b/isdntel/defs.h index 9b5fd694c69b..a95372f3bd1e 100644 --- a/usr.sbin/i4b/isdntel/defs.h +++ b/usr.sbin/i4b/isdntel/defs.h @@ -29,7 +29,7 @@ * * $Id: defs.h,v 1.10 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/defs.h,v 1.7 2000/10/09 14:22:44 hm Exp $ * * last edit-date: [Mon Dec 13 21:53:50 1999] * diff --git a/usr.sbin/i4b/isdntel/display.c b/usr.sbin/i4b/isdntel/display.c index 53e6637d5155..bc1662871721 100644 --- a/usr.sbin/i4b/isdntel/display.c +++ b/usr.sbin/i4b/isdntel/display.c @@ -29,7 +29,7 @@ * * $Id: display.c,v 1.9 2000/07/19 08:56:24 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/display.c,v 1.7 2000/10/09 14:22:44 hm Exp $ * * last edit-date: [Wed Jul 19 10:08:06 2000] * diff --git a/usr.sbin/i4b/isdntel/files.c b/usr.sbin/i4b/isdntel/files.c index bf05b4237cd2..dbddaf00b8f6 100644 --- a/usr.sbin/i4b/isdntel/files.c +++ b/usr.sbin/i4b/isdntel/files.c @@ -29,7 +29,7 @@ * * $Id: files.c,v 1.8 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/files.c,v 1.8 2003/06/07 18:44:04 imp Exp $ * * last edit-date: [Mon Dec 13 21:54:06 1999] * diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8 index 10a171e50dbb..849189241b70 100644 --- a/usr.sbin/i4b/isdntel/isdntel.8 +++ b/usr.sbin/i4b/isdntel/isdntel.8 @@ -24,7 +24,7 @@ .\" .\" last edit-date: [Mon Dec 13 23:05:59 1999] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdntel/isdntel.8,v 1.17 2004/07/02 23:12:44 ru Exp $ .\" .\" $Id: isdntel.8,v 1.9 1999/12/13 22:11:55 hm Exp $ .\" diff --git a/usr.sbin/i4b/isdntel/main.c b/usr.sbin/i4b/isdntel/main.c index 6bea96662703..a08e6cd7304e 100644 --- a/usr.sbin/i4b/isdntel/main.c +++ b/usr.sbin/i4b/isdntel/main.c @@ -29,7 +29,7 @@ * * $Id: main.c,v 1.12 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntel/main.c,v 1.10 2003/06/07 18:42:05 imp Exp $ * * last edit-date: [Mon Dec 13 21:54:26 1999] * diff --git a/usr.sbin/i4b/isdntelctl/Makefile b/usr.sbin/i4b/isdntelctl/Makefile index 41b771e9616e..bd841fafcdfc 100644 --- a/usr.sbin/i4b/isdntelctl/Makefile +++ b/usr.sbin/i4b/isdntelctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdntelctl/Makefile,v 1.5 2001/07/20 06:19:49 obrien Exp $ PROG= isdntelctl MAN= isdntelctl.8 diff --git a/usr.sbin/i4b/isdntelctl/isdntelctl.8 b/usr.sbin/i4b/isdntelctl/isdntelctl.8 index b73c4bebc320..a9ccebfff230 100644 --- a/usr.sbin/i4b/isdntelctl/isdntelctl.8 +++ b/usr.sbin/i4b/isdntelctl/isdntelctl.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdntelctl.8,v 1.9 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdntelctl/isdntelctl.8,v 1.16 2004/07/02 23:12:44 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 23:06:45 1999] .\" diff --git a/usr.sbin/i4b/isdntelctl/main.c b/usr.sbin/i4b/isdntelctl/main.c index 3d7566392364..bf8c52d1ce35 100644 --- a/usr.sbin/i4b/isdntelctl/main.c +++ b/usr.sbin/i4b/isdntelctl/main.c @@ -29,7 +29,7 @@ * * $Id: main.c,v 1.12 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntelctl/main.c,v 1.10 2000/12/09 09:35:45 obrien Exp $ * * last edit-date: [Mon Dec 13 21:54:50 1999] * diff --git a/usr.sbin/i4b/isdntest/Makefile b/usr.sbin/i4b/isdntest/Makefile index 88b491a8c8c9..8081a042c9d3 100644 --- a/usr.sbin/i4b/isdntest/Makefile +++ b/usr.sbin/i4b/isdntest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdntest/Makefile,v 1.7 2003/04/13 14:21:56 bde Exp $ PROG= isdntest MAN= isdntest.8 diff --git a/usr.sbin/i4b/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8 index e55d2e34e4e2..10026e9de626 100644 --- a/usr.sbin/i4b/isdntest/isdntest.8 +++ b/usr.sbin/i4b/isdntest/isdntest.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdntest.8,v 1.10 1999/12/13 22:11:55 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdntest/isdntest.8,v 1.16 2004/07/02 23:12:44 ru Exp $ .\" .\" last edit-date: [Mon Dec 13 23:07:23 1999] .\" diff --git a/usr.sbin/i4b/isdntest/main.c b/usr.sbin/i4b/isdntest/main.c index 2d80e2ed3ebb..94b1d269cfd8 100644 --- a/usr.sbin/i4b/isdntest/main.c +++ b/usr.sbin/i4b/isdntest/main.c @@ -29,7 +29,7 @@ * * $Id: main.c,v 1.16 2000/03/13 16:18:38 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntest/main.c,v 1.8 2000/10/09 14:22:45 hm Exp $ * * last edit-date: [Mon Mar 13 17:19:26 2000] * diff --git a/usr.sbin/i4b/isdntrace/1tr6.c b/usr.sbin/i4b/isdntrace/1tr6.c index db2bc7177a4a..4c27aaf33bc0 100644 --- a/usr.sbin/i4b/isdntrace/1tr6.c +++ b/usr.sbin/i4b/isdntrace/1tr6.c @@ -29,7 +29,7 @@ * * $Id: 1tr6.c,v 1.6 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/1tr6.c,v 1.7 2000/10/09 14:22:46 hm Exp $ * * last edit-date: [Mon Dec 13 21:55:31 1999] * diff --git a/usr.sbin/i4b/isdntrace/Makefile b/usr.sbin/i4b/isdntrace/Makefile index eae0919b299b..107543402a7a 100644 --- a/usr.sbin/i4b/isdntrace/Makefile +++ b/usr.sbin/i4b/isdntrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/isdntrace/Makefile,v 1.7 2001/07/20 06:19:49 obrien Exp $ PROG= isdntrace MAN= isdntrace.8 diff --git a/usr.sbin/i4b/isdntrace/cable.txt b/usr.sbin/i4b/isdntrace/cable.txt index 21a1cdb830b3..48ed5f02512c 100644 --- a/usr.sbin/i4b/isdntrace/cable.txt +++ b/usr.sbin/i4b/isdntrace/cable.txt @@ -5,7 +5,7 @@ * * $Id: cable.txt,v 1.4 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/cable.txt,v 1.7 2000/10/09 14:22:48 hm Exp $ * * last edit-date: [Mon Dec 13 21:55:42 1999] * diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8 index 92ae2e44c092..d73f07486dcb 100644 --- a/usr.sbin/i4b/isdntrace/isdntrace.8 +++ b/usr.sbin/i4b/isdntrace/isdntrace.8 @@ -24,7 +24,7 @@ .\" .\" $Id: isdntrace.8,v 1.14 2000/02/13 15:26:52 hm Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/isdntrace/isdntrace.8,v 1.20 2004/07/02 23:12:44 ru Exp $ .\" .\" last edit-date: [Wed Nov 1 15:52:28 2000] .\" diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.c b/usr.sbin/i4b/isdntrace/pcause_1tr6.c index b319d7452e34..062e3a06a54f 100644 --- a/usr.sbin/i4b/isdntrace/pcause_1tr6.c +++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.c @@ -29,7 +29,7 @@ * * $Id: pcause_1tr6.c,v 1.6 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/pcause_1tr6.c,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Dec 13 21:56:03 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_1tr6.h b/usr.sbin/i4b/isdntrace/pcause_1tr6.h index 67f50deedc85..23ce02b28ddf 100644 --- a/usr.sbin/i4b/isdntrace/pcause_1tr6.h +++ b/usr.sbin/i4b/isdntrace/pcause_1tr6.h @@ -29,7 +29,7 @@ * * $Id: pcause_1tr6.h,v 1.5 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/pcause_1tr6.h,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Dec 13 21:56:10 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.c b/usr.sbin/i4b/isdntrace/pcause_q850.c index 57eaf32dc955..5fd6dd1b7cfc 100644 --- a/usr.sbin/i4b/isdntrace/pcause_q850.c +++ b/usr.sbin/i4b/isdntrace/pcause_q850.c @@ -29,7 +29,7 @@ * * $Id: pcause_q850.c,v 1.6 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/pcause_q850.c,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Dec 13 21:56:18 1999] * diff --git a/usr.sbin/i4b/isdntrace/pcause_q850.h b/usr.sbin/i4b/isdntrace/pcause_q850.h index ea21770ca3b7..4413d5513d74 100644 --- a/usr.sbin/i4b/isdntrace/pcause_q850.h +++ b/usr.sbin/i4b/isdntrace/pcause_q850.h @@ -29,7 +29,7 @@ * * $Id: pcause_q850.h,v 1.5 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/pcause_q850.h,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Dec 13 21:56:25 1999] * diff --git a/usr.sbin/i4b/isdntrace/q921.c b/usr.sbin/i4b/isdntrace/q921.c index e8c14dc67110..b3df045dead3 100644 --- a/usr.sbin/i4b/isdntrace/q921.c +++ b/usr.sbin/i4b/isdntrace/q921.c @@ -32,7 +32,7 @@ * * $Id: q921.c,v 1.4 1999/12/13 21:25:26 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/q921.c,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Dec 13 21:56:46 1999] * diff --git a/usr.sbin/i4b/isdntrace/q931.c b/usr.sbin/i4b/isdntrace/q931.c index d69453eb9f91..e8d88cade1ec 100644 --- a/usr.sbin/i4b/isdntrace/q931.c +++ b/usr.sbin/i4b/isdntrace/q931.c @@ -27,7 +27,7 @@ * q931.c - print Q.931 traces * --------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/q931.c,v 1.8 2001/10/18 08:03:23 hm Exp $ * * last edit-date: [Wed Oct 17 14:49:16 2001] * diff --git a/usr.sbin/i4b/isdntrace/q931_util.c b/usr.sbin/i4b/isdntrace/q931_util.c index 9f82283d39d9..be32b09ef03f 100644 --- a/usr.sbin/i4b/isdntrace/q931_util.c +++ b/usr.sbin/i4b/isdntrace/q931_util.c @@ -29,7 +29,7 @@ * * $Id: q931_util.c,v 1.11 2000/02/15 12:48:14 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/q931_util.c,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Tue Feb 15 13:52:09 2000] * diff --git a/usr.sbin/i4b/isdntrace/q932_fac.c b/usr.sbin/i4b/isdntrace/q932_fac.c index 0a0099d3edce..ce47506caa09 100644 --- a/usr.sbin/i4b/isdntrace/q932_fac.c +++ b/usr.sbin/i4b/isdntrace/q932_fac.c @@ -29,7 +29,7 @@ * * $Id: q932_fac.c,v 1.8 2000/02/24 16:32:46 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/q932_fac.c,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Thu Feb 24 17:36:47 2000] * diff --git a/usr.sbin/i4b/isdntrace/q932_fac.h b/usr.sbin/i4b/isdntrace/q932_fac.h index 563de3a6a28d..a85a1809cce3 100644 --- a/usr.sbin/i4b/isdntrace/q932_fac.h +++ b/usr.sbin/i4b/isdntrace/q932_fac.h @@ -29,7 +29,7 @@ * * $Id: q932_fac.h,v 1.7 2000/02/18 16:27:39 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/q932_fac.h,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Fri Feb 18 17:26:07 2000] * diff --git a/usr.sbin/i4b/isdntrace/trace.c b/usr.sbin/i4b/isdntrace/trace.c index 2ba1ca59ed5b..07af98e075c1 100644 --- a/usr.sbin/i4b/isdntrace/trace.c +++ b/usr.sbin/i4b/isdntrace/trace.c @@ -37,7 +37,7 @@ * * $Id: trace.c,v 1.19 2000/08/28 07:06:42 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/trace.c,v 1.10 2003/06/07 18:35:45 imp Exp $ * * last edit-date: [Mon Aug 28 09:03:46 2000] * diff --git a/usr.sbin/i4b/isdntrace/trace.h b/usr.sbin/i4b/isdntrace/trace.h index 81fa415f9df2..acb098e06cfe 100644 --- a/usr.sbin/i4b/isdntrace/trace.h +++ b/usr.sbin/i4b/isdntrace/trace.h @@ -37,7 +37,7 @@ * * $Id: trace.h,v 1.12 2000/02/14 16:25:22 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/trace.h,v 1.7 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Mon Feb 14 14:43:40 2000] * diff --git a/usr.sbin/i4b/isdntrace/unknownl3.c b/usr.sbin/i4b/isdntrace/unknownl3.c index 8967a6a9b037..b976bca0a696 100644 --- a/usr.sbin/i4b/isdntrace/unknownl3.c +++ b/usr.sbin/i4b/isdntrace/unknownl3.c @@ -29,7 +29,7 @@ * * $Id: unknownl3.c,v 1.2 2000/02/13 15:26:52 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/i4b/isdntrace/unknownl3.c,v 1.1 2000/10/09 14:22:49 hm Exp $ * * last edit-date: [Sun Feb 13 14:16:44 2000] * diff --git a/usr.sbin/i4b/man/Makefile b/usr.sbin/i4b/man/Makefile index 561e5fe46fd5..67ef6ac0a6eb 100644 --- a/usr.sbin/i4b/man/Makefile +++ b/usr.sbin/i4b/man/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/i4b/man/Makefile,v 1.9 2001/12/22 09:38:53 gj Exp $ MAN= i4b.4 i4bcapi.4 i4bctl.4 i4bing.4 i4bipr.4 i4bisppp.4 i4bq921.4 \ i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 iavc.4 isic.4 ifpi.4 \ ifpi2.4 ifpnp.4 ihfc.4 itjc.4 iwic.4 diff --git a/usr.sbin/i4b/man/i4b.4 b/usr.sbin/i4b/man/i4b.4 index f2e031a368bb..2e3d99f327a8 100644 --- a/usr.sbin/i4b/man/i4b.4 +++ b/usr.sbin/i4b/man/i4b.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4b.4,v 1.14 2002/12/11 15:37:55 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 12:07:13 2002] .\" diff --git a/usr.sbin/i4b/man/i4bcapi.4 b/usr.sbin/i4b/man/i4bcapi.4 index cca62c060536..18e45fac370d 100644 --- a/usr.sbin/i4b/man/i4bcapi.4 +++ b/usr.sbin/i4b/man/i4bcapi.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bcapi.4,v 1.2 2001/05/25 09:54:38 ru Exp $ .\" .\" last edit-date: [Fri May 25 09:38:45 2001] .\" diff --git a/usr.sbin/i4b/man/i4bctl.4 b/usr.sbin/i4b/man/i4bctl.4 index 20b42e83edbb..3beec8559241 100644 --- a/usr.sbin/i4b/man/i4bctl.4 +++ b/usr.sbin/i4b/man/i4bctl.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bctl.4,v 1.11 2002/07/28 18:21:47 hm Exp $ .\" .\" last edit-date: [Sun Jul 28 12:21:03 2002] .\" diff --git a/usr.sbin/i4b/man/i4bing.4 b/usr.sbin/i4b/man/i4bing.4 index 0322088e09eb..5640078d28bd 100644 --- a/usr.sbin/i4b/man/i4bing.4 +++ b/usr.sbin/i4b/man/i4bing.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bing.4,v 1.8 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 12:21:13 2002] .\" diff --git a/usr.sbin/i4b/man/i4bipr.4 b/usr.sbin/i4b/man/i4bipr.4 index 6bbc1faea49b..26e046e8d050 100644 --- a/usr.sbin/i4b/man/i4bipr.4 +++ b/usr.sbin/i4b/man/i4bipr.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bipr.4,v 1.14 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 14:29:08 2002] .\" diff --git a/usr.sbin/i4b/man/i4bisppp.4 b/usr.sbin/i4b/man/i4bisppp.4 index 0cc66f801da3..c4501f2f9df5 100644 --- a/usr.sbin/i4b/man/i4bisppp.4 +++ b/usr.sbin/i4b/man/i4bisppp.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bisppp.4,v 1.15 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 12:43:22 2002] .\" diff --git a/usr.sbin/i4b/man/i4bq921.4 b/usr.sbin/i4b/man/i4bq921.4 index 4eec2b36f029..a5da5f5f11f3 100644 --- a/usr.sbin/i4b/man/i4bq921.4 +++ b/usr.sbin/i4b/man/i4bq921.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bq921.4,v 1.12 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 12:49:44 2002] .\" diff --git a/usr.sbin/i4b/man/i4bq931.4 b/usr.sbin/i4b/man/i4bq931.4 index 3bdfd6e08613..99be3d6be316 100644 --- a/usr.sbin/i4b/man/i4bq931.4 +++ b/usr.sbin/i4b/man/i4bq931.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4bq931.4,v 1.12 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 14:11:55 2002] .\" diff --git a/usr.sbin/i4b/man/i4brbch.4 b/usr.sbin/i4b/man/i4brbch.4 index aaa6044b0349..b38c12b7537f 100644 --- a/usr.sbin/i4b/man/i4brbch.4 +++ b/usr.sbin/i4b/man/i4brbch.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4brbch.4,v 1.14 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 12:52:34 2002] .\" diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4 index dcbb05a220a2..7a1eb6ac1d1d 100644 --- a/usr.sbin/i4b/man/i4btel.4 +++ b/usr.sbin/i4b/man/i4btel.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4btel.4,v 1.15 2002/12/27 12:15:37 schweikh Exp $ .\" .\" last edit-date: [Sun Jul 28 14:14:06 2002] .\" diff --git a/usr.sbin/i4b/man/i4btrc.4 b/usr.sbin/i4b/man/i4btrc.4 index cbd6a7f44cae..91583a843ae0 100644 --- a/usr.sbin/i4b/man/i4btrc.4 +++ b/usr.sbin/i4b/man/i4btrc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/i4btrc.4,v 1.15 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 14:21:03 2002] .\" diff --git a/usr.sbin/i4b/man/iavc.4 b/usr.sbin/i4b/man/iavc.4 index 93e5cdfeb759..db31a26b93ec 100644 --- a/usr.sbin/i4b/man/iavc.4 +++ b/usr.sbin/i4b/man/iavc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/iavc.4,v 1.3 2002/07/28 18:21:48 hm Exp $ .\" .\" last edit-date: [Sun Jul 28 16:37:51 2002] .\" diff --git a/usr.sbin/i4b/man/ifpi.4 b/usr.sbin/i4b/man/ifpi.4 index aa67b4afad02..deea626fb373 100644 --- a/usr.sbin/i4b/man/ifpi.4 +++ b/usr.sbin/i4b/man/ifpi.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/ifpi.4,v 1.7 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 16:38:40 2002] .\" diff --git a/usr.sbin/i4b/man/ifpi2.4 b/usr.sbin/i4b/man/ifpi2.4 index 474dff85818a..1746276d5268 100644 --- a/usr.sbin/i4b/man/ifpi2.4 +++ b/usr.sbin/i4b/man/ifpi2.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/ifpi2.4,v 1.4 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 16:38:22 2002] .\" diff --git a/usr.sbin/i4b/man/ifpnp.4 b/usr.sbin/i4b/man/ifpnp.4 index 45cf413b0a25..7d9bde102152 100644 --- a/usr.sbin/i4b/man/ifpnp.4 +++ b/usr.sbin/i4b/man/ifpnp.4 @@ -24,7 +24,7 @@ .\" .\" $Ust: src/i4b/man/ifpnp.4,v 1.4 2000/04/18 08:26:31 ust Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/ifpnp.4,v 1.7 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 16:39:35 2002] .\" diff --git a/usr.sbin/i4b/man/ihfc.4 b/usr.sbin/i4b/man/ihfc.4 index 73c4f8392ba6..c009a7e8c62f 100644 --- a/usr.sbin/i4b/man/ihfc.4 +++ b/usr.sbin/i4b/man/ihfc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/ihfc.4,v 1.10 2002/12/27 12:15:37 schweikh Exp $ .\" .\" last edit-date: [Sun Jul 28 16:47:55 2002] .\" diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index 01a0148fc093..9e61979f25c9 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/isic.4,v 1.19 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 20:14:24 2002] .\" diff --git a/usr.sbin/i4b/man/itjc.4 b/usr.sbin/i4b/man/itjc.4 index 82544b33142a..607759932a78 100644 --- a/usr.sbin/i4b/man/itjc.4 +++ b/usr.sbin/i4b/man/itjc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/itjc.4,v 1.4 2004/07/02 23:12:45 ru Exp $ .\" .\" last edit-date: [Fri Jan 12 10:07:04 2001] .\" diff --git a/usr.sbin/i4b/man/iwic.4 b/usr.sbin/i4b/man/iwic.4 index 8f6674a313eb..555832ebb834 100644 --- a/usr.sbin/i4b/man/iwic.4 +++ b/usr.sbin/i4b/man/iwic.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/i4b/man/iwic.4,v 1.8 2002/11/27 15:24:11 ru Exp $ .\" .\" last edit-date: [Sun Jul 28 16:49:47 2002] .\" diff --git a/usr.sbin/ifmcstat/Makefile b/usr.sbin/ifmcstat/Makefile index 4d6cc888fc8a..8cb9f083418e 100644 --- a/usr.sbin/ifmcstat/Makefile +++ b/usr.sbin/ifmcstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ifmcstat/Makefile,v 1.7 2003/04/04 17:49:14 obrien Exp $ PROG= ifmcstat MAN= ifmcstat.8 diff --git a/usr.sbin/ifmcstat/ifmcstat.8 b/usr.sbin/ifmcstat/ifmcstat.8 index cc2a92ea31c5..82d9ff323404 100644 --- a/usr.sbin/ifmcstat/ifmcstat.8 +++ b/usr.sbin/ifmcstat/ifmcstat.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ifmcstat/ifmcstat.8,v 1.5 2002/07/14 14:43:33 charnier Exp $ .\" .Dd May 21, 1998 .Dt IFMCSTAT 8 diff --git a/usr.sbin/ifmcstat/ifmcstat.c b/usr.sbin/ifmcstat/ifmcstat.c index 21739995f149..51994bfd4a64 100644 --- a/usr.sbin/ifmcstat/ifmcstat.c +++ b/usr.sbin/ifmcstat/ifmcstat.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ifmcstat/ifmcstat.c,v 1.11 2004/05/28 17:44:11 stefanf Exp $ */ #include <stdio.h> diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index afe4c5113580..892fb8ba3279 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/inetd/Makefile,v 1.29 2003/10/30 22:56:44 peter Exp $ PROG= inetd MAN= inetd.8 diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index 96eeb3357fa4..ffae2d5cac99 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/inetd/builtins.c,v 1.43 2002/07/22 13:58:58 fanf Exp $"); #include <sys/filio.h> #include <sys/ioccom.h> diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index e44a4041d60e..d3c17e8c1ca9 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/inetd/inetd.8,v 1.80 2004/08/07 04:27:50 imp Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 0436f8d675b3..80ac917ddfc3 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/inetd/inetd.c,v 1.127 2004/08/07 04:27:50 imp Exp $"); /* * Inetd - Internet super-server diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index 8c05ed9456d9..601a9e08ea7c 100644 --- a/usr.sbin/inetd/inetd.h +++ b/usr.sbin/inetd/inetd.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/inetd/inetd.h,v 1.14 2004/08/07 04:27:50 imp Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index d4fd81d12faa..28e3759941f6 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/inetd/pathnames.h,v 1.7 2004/08/07 04:27:50 imp Exp $ */ #include <paths.h> diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 558b09bbd6cc..bb35c2dd1efa 100644 --- a/usr.sbin/iostat/Makefile +++ b/usr.sbin/iostat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/iostat/Makefile,v 1.14 2004/02/04 10:20:43 ru Exp $ PROG= iostat MAN= iostat.8 diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index b7787133c0f7..f122448665f4 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/iostat/iostat.8,v 1.24 2002/12/27 12:15:37 schweikh Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 724756ebe32e..a3ceeffa1a8f 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/iostat/iostat.c,v 1.28 2003/03/15 21:59:06 phk Exp $ */ /* * Parts of this program are derived from the original FreeBSD iostat diff --git a/usr.sbin/ip6addrctl/Makefile b/usr.sbin/ip6addrctl/Makefile index cd2510eb0e19..2822bc6176de 100644 --- a/usr.sbin/ip6addrctl/Makefile +++ b/usr.sbin/ip6addrctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ip6addrctl/Makefile,v 1.1 2003/10/30 17:46:40 ume Exp $ PROG= ip6addrctl MAN= ip6addrctl.8 diff --git a/usr.sbin/ip6addrctl/ip6addrctl.8 b/usr.sbin/ip6addrctl/ip6addrctl.8 index 018743b95051..8534b8ee1c44 100644 --- a/usr.sbin/ip6addrctl/ip6addrctl.8 +++ b/usr.sbin/ip6addrctl/ip6addrctl.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ip6addrctl/ip6addrctl.8,v 1.2 2004/06/13 18:03:42 ru Exp $ .\" .Dd September 25, 2001 .Dt IP6ADDRCTL 8 diff --git a/usr.sbin/ip6addrctl/ip6addrctl.c b/usr.sbin/ip6addrctl/ip6addrctl.c index 12802b468d6b..e32b68e0d81a 100644 --- a/usr.sbin/ip6addrctl/ip6addrctl.c +++ b/usr.sbin/ip6addrctl/ip6addrctl.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ip6addrctl/ip6addrctl.c,v 1.3 2003/12/26 17:04:44 ume Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ip6addrctl/ip6addrctl.conf.sample b/usr.sbin/ip6addrctl/ip6addrctl.conf.sample index a2b3759de5f7..4c1cab8c2967 100644 --- a/usr.sbin/ip6addrctl/ip6addrctl.conf.sample +++ b/usr.sbin/ip6addrctl/ip6addrctl.conf.sample @@ -1,7 +1,7 @@ # default policy table based on RFC 3484. # usage: ip6addrctl install path_to_this_file # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ip6addrctl/ip6addrctl.conf.sample,v 1.2 2003/12/26 17:10:58 ume Exp $ # #Format: #Prefix Precedence Label diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile index fa34970b30f0..0c7e461a60cf 100644 --- a/usr.sbin/ipftest/Makefile +++ b/usr.sbin/ipftest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ipftest/Makefile,v 1.13 2003/06/06 11:30:49 guido Exp $ MAINTAINER= darrenr@freebsd.org diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile index f1b7036b4758..15ca2789ca4c 100644 --- a/usr.sbin/ipresend/Makefile +++ b/usr.sbin/ipresend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ipresend/Makefile,v 1.11 2003/06/06 11:30:50 guido Exp $ MAINTAINER= darrenr@freebsd.org diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile index 8ba53cc3de2a..7c08c7fc1945 100644 --- a/usr.sbin/ipsend/Makefile +++ b/usr.sbin/ipsend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ipsend/Makefile,v 1.15 2003/06/06 11:30:50 guido Exp $ MAINTAINER= darrenr@freebsd.org diff --git a/usr.sbin/iptest/Makefile b/usr.sbin/iptest/Makefile index eb61d2d7e22b..1c384247e4e9 100644 --- a/usr.sbin/iptest/Makefile +++ b/usr.sbin/iptest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/iptest/Makefile,v 1.11 2003/06/06 11:30:50 guido Exp $ MAINTAINER= darrenr@freebsd.org diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile index 71819285ddf8..b635032fe226 100644 --- a/usr.sbin/jail/Makefile +++ b/usr.sbin/jail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/jail/Makefile,v 1.9 2003/03/27 12:16:58 maxim Exp $ PROG= jail MAN= jail.8 diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 51eb5f60e9f7..646f55919b16 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -31,7 +31,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/jail/jail.8,v 1.58 2004/08/15 08:21:50 maxim Exp $ .\" .Dd April 8, 2003 .Dt JAIL 8 diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index 0f379a7f58b9..13bff395d730 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/jail/jail.c,v 1.17 2004/08/15 08:21:50 maxim Exp $"); #include <sys/param.h> #include <sys/jail.h> diff --git a/usr.sbin/jexec/Makefile b/usr.sbin/jexec/Makefile index 87e99262eef9..97cbc785dbd2 100644 --- a/usr.sbin/jexec/Makefile +++ b/usr.sbin/jexec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/jexec/Makefile,v 1.1 2003/04/09 03:04:12 mike Exp $ PROG= jexec MAN= jexec.8 diff --git a/usr.sbin/jexec/jexec.8 b/usr.sbin/jexec/jexec.8 index a5749c1f3f23..e5632556ebbd 100644 --- a/usr.sbin/jexec/jexec.8 +++ b/usr.sbin/jexec/jexec.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/jexec/jexec.8,v 1.2 2003/05/31 18:24:40 ru Exp $ .\" .Dd April 8, 2003 .Dt JEXEC 8 diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c index 089a896d5c16..eb28bd8e19b1 100644 --- a/usr.sbin/jexec/jexec.c +++ b/usr.sbin/jexec/jexec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/jexec/jexec.c,v 1.2 2003/07/04 19:14:27 bmilekic Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/jls/Makefile b/usr.sbin/jls/Makefile index 3968946ce642..d0b499b7dde9 100644 --- a/usr.sbin/jls/Makefile +++ b/usr.sbin/jls/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/jls/Makefile,v 1.1 2003/04/09 03:04:12 mike Exp $ PROG= jls MAN= jls.8 diff --git a/usr.sbin/jls/jls.8 b/usr.sbin/jls/jls.8 index 4dc68c77ad28..71aa152348c2 100644 --- a/usr.sbin/jls/jls.8 +++ b/usr.sbin/jls/jls.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/jls/jls.8,v 1.1 2003/04/09 03:04:12 mike Exp $ .\" .Dd April 8, 2003 .Dt JLS 8 diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c index 0ad36d11f218..7f3c7934b02f 100644 --- a/usr.sbin/jls/jls.c +++ b/usr.sbin/jls/jls.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/jls/jls.c,v 1.3 2003/04/22 13:24:56 mike Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile index ca1b6e697bd4..5bd41be7eb8c 100644 --- a/usr.sbin/kbdcontrol/Makefile +++ b/usr.sbin/kbdcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kbdcontrol/Makefile,v 1.11 2003/04/04 17:49:14 obrien Exp $ PROG= kbdcontrol MAN= kbdcontrol.1 kbdmap.5 diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 533abd6b4ff4..e8271f50604f 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)kbdcontrol.1 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kbdcontrol/kbdcontrol.1,v 1.34 2004/07/02 23:12:45 ru Exp $ .\" .Dd May 27, 2001 .Dt KBDCONTROL 1 diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index eb72b825b835..c74f1af2a104 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/kbdcontrol/kbdcontrol.c,v 1.48 2004/08/09 04:27:58 jmg Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.sbin/kbdcontrol/kbdmap.5 b/usr.sbin/kbdcontrol/kbdmap.5 index 5d9776d9a039..9646f8007667 100644 --- a/usr.sbin/kbdcontrol/kbdmap.5 +++ b/usr.sbin/kbdcontrol/kbdmap.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kbdcontrol/kbdmap.5,v 1.6.2.1 2004/08/24 20:43:10 simon Exp $ .\" .Dd September 11, 2000 .Dt KBDMAP 5 diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index 17e10c266f0e..459da39693ed 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kbdcontrol/lex.h,v 1.14 2002/07/11 21:13:37 alfred Exp $ */ #define TNOP 256 diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l index 7d9fd53fa04b..f2dd9319f361 100644 --- a/usr.sbin/kbdcontrol/lex.l +++ b/usr.sbin/kbdcontrol/lex.l @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kbdcontrol/lex.l,v 1.15 2002/07/11 21:12:18 alfred Exp $ */ %{ diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile index 38d02126e7e0..c85d6c743098 100644 --- a/usr.sbin/kbdmap/Makefile +++ b/usr.sbin/kbdmap/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kbdmap/Makefile,v 1.13 2002/07/03 14:56:08 markm Exp $ PROG= kbdmap LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont diff --git a/usr.sbin/kbdmap/TODO b/usr.sbin/kbdmap/TODO index cef30f79ba1b..fadc755727b0 100644 --- a/usr.sbin/kbdmap/TODO +++ b/usr.sbin/kbdmap/TODO @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/kbdmap/TODO,v 1.2 2000/09/13 09:16:57 dwmalone Exp $ o remember some hackers to translate Languages.phrases into Norwegian, Russian, Danish, Swedish diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1 index 906d4ddf852f..3b96591dd8a8 100644 --- a/usr.sbin/kbdmap/kbdmap.1 +++ b/usr.sbin/kbdmap/kbdmap.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kbdmap/kbdmap.1,v 1.32 2004/07/03 18:35:50 ru Exp $ .Dd July 3, 2002 .Dt KBDMAP 1 .Os diff --git a/usr.sbin/kbdmap/kbdmap.c b/usr.sbin/kbdmap/kbdmap.c index 5f2bffdaffe4..93b912564d73 100644 --- a/usr.sbin/kbdmap/kbdmap.c +++ b/usr.sbin/kbdmap/kbdmap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/kbdmap/kbdmap.c,v 1.2 2002/10/27 17:44:33 wollman Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/usr.sbin/kbdmap/kbdmap.h b/usr.sbin/kbdmap/kbdmap.h index e57fa8c3c9af..7761c97438b9 100644 --- a/usr.sbin/kbdmap/kbdmap.h +++ b/usr.sbin/kbdmap/kbdmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kbdmap/kbdmap.h,v 1.1 2002/07/03 14:56:08 markm Exp $ */ diff --git a/usr.sbin/kernbb/Makefile b/usr.sbin/kernbb/Makefile index 7da462b4f3b5..3830f3086cc7 100644 --- a/usr.sbin/kernbb/Makefile +++ b/usr.sbin/kernbb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kernbb/Makefile,v 1.10 2003/12/03 07:43:03 phk Exp $ PROG= kernbb MAN= kernbb.8 diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index 3d6fe0265744..f47b7406ea0e 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kernbb/kernbb.8,v 1.19 2004/08/07 04:27:50 imp Exp $ .\" .Dd May 22, 1995 .Dt KERNBB 8 diff --git a/usr.sbin/kernbb/kernbb.c b/usr.sbin/kernbb/kernbb.c index 1ecd5ad794c4..c8ff57662e3d 100644 --- a/usr.sbin/kernbb/kernbb.c +++ b/usr.sbin/kernbb/kernbb.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/kernbb/kernbb.c,v 1.17 2004/05/29 01:22:53 tjr Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile index 54075da67638..18a702c353b2 100644 --- a/usr.sbin/keyserv/Makefile +++ b/usr.sbin/keyserv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/keyserv/Makefile,v 1.14 2004/08/06 07:27:06 cperciva Exp $ PROG= keyserv MAN= keyserv.8 diff --git a/usr.sbin/keyserv/crypt_server.c b/usr.sbin/keyserv/crypt_server.c index 45f6f6e9de78..98518165fa9c 100644 --- a/usr.sbin/keyserv/crypt_server.c +++ b/usr.sbin/keyserv/crypt_server.c @@ -44,7 +44,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/keyserv/crypt_server.c,v 1.9 2002/09/17 01:49:00 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8 index 726f91cc00c4..8d42fe4a24c5 100644 --- a/usr.sbin/keyserv/keyserv.8 +++ b/usr.sbin/keyserv/keyserv.8 @@ -2,7 +2,7 @@ .\"macro stdmacro .\" Copyright 1989 AT&T .\" @(#)keyserv.8c 1.8 89/03/29 SMI; -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/keyserv/keyserv.8,v 1.11 2002/08/13 16:07:27 ru Exp $ .\".TH KEYSERV 8C "9 September 1987" .Dd September 14, 1992 .Dt KEYSERV 8 diff --git a/usr.sbin/keyserv/keyserv.c b/usr.sbin/keyserv/keyserv.c index 9a907a7f379a..8bff879794a4 100644 --- a/usr.sbin/keyserv/keyserv.c +++ b/usr.sbin/keyserv/keyserv.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)keyserv.c 1.15 94/04/25 SMI"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/keyserv/keyserv.c,v 1.11 2003/02/18 01:35:58 kris Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/keyserv/keyserv.h b/usr.sbin/keyserv/keyserv.h index 3395f28fb8f2..761c52986f05 100644 --- a/usr.sbin/keyserv/keyserv.h +++ b/usr.sbin/keyserv/keyserv.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/keyserv/keyserv.h,v 1.3 2004/05/16 22:08:15 stefanf Exp $ */ extern void setmodulus __P((char *modx)); diff --git a/usr.sbin/keyserv/setkey.c b/usr.sbin/keyserv/setkey.c index 566b1c79834c..9a0d041169b9 100644 --- a/usr.sbin/keyserv/setkey.c +++ b/usr.sbin/keyserv/setkey.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)setkey.c 1.11 94/04/25 SMI"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/keyserv/setkey.c,v 1.3 1999/08/28 01:16:41 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile index 964c79b542f6..6d9565cc1ae8 100644 --- a/usr.sbin/kgmon/Makefile +++ b/usr.sbin/kgmon/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kgmon/Makefile,v 1.5 2001/07/20 06:19:54 obrien Exp $ PROG= kgmon MAN= kgmon.8 diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index eece2f952fa1..944ce1dc684d 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kgmon.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kgmon/kgmon.8,v 1.15 2004/08/07 04:27:50 imp Exp $ .\" .Dd June 6, 1993 .Dt KGMON 8 diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index 893e693f6f2e..d918697a88bc 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)kgmon.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/kgmon/kgmon.c,v 1.13 2004/08/07 04:27:50 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile index 013c65fe33c9..b65f7e8979da 100644 --- a/usr.sbin/kgzip/Makefile +++ b/usr.sbin/kgzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kgzip/Makefile,v 1.11 2003/06/11 21:36:06 obrien Exp $ PROG= kgzip MAN= kgzip.8 diff --git a/usr.sbin/kgzip/aouthdr.c b/usr.sbin/kgzip/aouthdr.c index 27541e6cae11..be49b15ca799 100644 --- a/usr.sbin/kgzip/aouthdr.c +++ b/usr.sbin/kgzip/aouthdr.c @@ -24,7 +24,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/aouthdr.c,v 1.1 2000/11/04 13:02:00 rnordier Exp $ */ #include <stddef.h> diff --git a/usr.sbin/kgzip/aouthdr.h b/usr.sbin/kgzip/aouthdr.h index 63c2dff66904..580d73433efe 100644 --- a/usr.sbin/kgzip/aouthdr.h +++ b/usr.sbin/kgzip/aouthdr.h @@ -24,7 +24,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/aouthdr.h,v 1.1 2000/11/04 13:02:00 rnordier Exp $ */ #include <a.out.h> diff --git a/usr.sbin/kgzip/elfhdr.c b/usr.sbin/kgzip/elfhdr.c index 12b1d5f5b340..7ff2ac98411b 100644 --- a/usr.sbin/kgzip/elfhdr.c +++ b/usr.sbin/kgzip/elfhdr.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/elfhdr.c,v 1.4 2004/06/22 17:05:39 obrien Exp $ */ #include <sys/endian.h> diff --git a/usr.sbin/kgzip/elfhdr.h b/usr.sbin/kgzip/elfhdr.h index 57333b0ad47c..c16025aa6cd1 100644 --- a/usr.sbin/kgzip/elfhdr.h +++ b/usr.sbin/kgzip/elfhdr.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/elfhdr.h,v 1.4 2003/02/04 16:01:00 ru Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/kgz.h b/usr.sbin/kgzip/kgz.h index 3cc8e13d4553..84c45b31bb89 100644 --- a/usr.sbin/kgzip/kgz.h +++ b/usr.sbin/kgzip/kgz.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/kgz.h,v 1.2 1999/08/28 01:16:43 peter Exp $ */ #ifndef _KGZ_H_ diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c index 0ea4f0e796c1..93e6662e22d9 100644 --- a/usr.sbin/kgzip/kgzcmp.c +++ b/usr.sbin/kgzip/kgzcmp.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/kgzcmp.c,v 1.10 2004/06/22 17:05:39 obrien Exp $ */ #define _KERNEL diff --git a/usr.sbin/kgzip/kgzip.8 b/usr.sbin/kgzip/kgzip.8 index 3537502c975b..6ae7410d38f0 100644 --- a/usr.sbin/kgzip/kgzip.8 +++ b/usr.sbin/kgzip/kgzip.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kgzip/kgzip.8,v 1.8 2004/07/02 23:12:46 ru Exp $ .\" .Dd July 19, 1999 .Dt KGZIP 8 diff --git a/usr.sbin/kgzip/kgzip.c b/usr.sbin/kgzip/kgzip.c index d6c48f2069e4..b21b35d3ba7b 100644 --- a/usr.sbin/kgzip/kgzip.c +++ b/usr.sbin/kgzip/kgzip.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/kgzip/kgzip.c,v 1.8 2003/06/11 21:37:19 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/kgzip.h b/usr.sbin/kgzip/kgzip.h index f04f2a4cf14f..1377f34b3c12 100644 --- a/usr.sbin/kgzip/kgzip.h +++ b/usr.sbin/kgzip/kgzip.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/kgzip.h,v 1.3 2000/11/04 13:02:00 rnordier Exp $ */ #include "kgz.h" diff --git a/usr.sbin/kgzip/kgzld.c b/usr.sbin/kgzip/kgzld.c index 11a20a5a274e..be8437b61c23 100644 --- a/usr.sbin/kgzip/kgzld.c +++ b/usr.sbin/kgzip/kgzld.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/kgzld.c,v 1.5 2004/06/22 17:05:39 obrien Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kgzip/xio.c b/usr.sbin/kgzip/xio.c index 64481ffb6ce5..a3774086f1fa 100644 --- a/usr.sbin/kgzip/xio.c +++ b/usr.sbin/kgzip/xio.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kgzip/xio.c,v 1.3 2000/11/20 20:35:35 rnordier Exp $ */ #include <err.h> diff --git a/usr.sbin/kldxref/Makefile b/usr.sbin/kldxref/Makefile index 33337fd8a180..8617a7189f05 100644 --- a/usr.sbin/kldxref/Makefile +++ b/usr.sbin/kldxref/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/kldxref/Makefile,v 1.6.6.1 2004/09/03 18:38:47 iedowse Exp $ PROG= kldxref MAN= kldxref.8 diff --git a/usr.sbin/kldxref/ef.c b/usr.sbin/kldxref/ef.c index c6751c9d7a19..d48c760d5614 100644 --- a/usr.sbin/kldxref/ef.c +++ b/usr.sbin/kldxref/ef.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef.c,v 1.6.6.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/kldxref/ef.h b/usr.sbin/kldxref/ef.h index 3843ebebbaef..9e32f4256e8b 100644 --- a/usr.sbin/kldxref/ef.h +++ b/usr.sbin/kldxref/ef.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/kldxref/ef.h,v 1.3.6.1 2004/09/03 18:38:47 iedowse Exp $ */ #ifndef _EF_H_ #define _EF_H_ diff --git a/usr.sbin/kldxref/ef_amd64.c b/usr.sbin/kldxref/ef_amd64.c index 445640ae27af..fcb29f218550 100644 --- a/usr.sbin/kldxref/ef_amd64.c +++ b/usr.sbin/kldxref/ef_amd64.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef_amd64.c,v 1.2.2.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kldxref/ef_i386.c b/usr.sbin/kldxref/ef_i386.c index 0fc726af7ca6..da213342b171 100644 --- a/usr.sbin/kldxref/ef_i386.c +++ b/usr.sbin/kldxref/ef_i386.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef_i386.c,v 1.2.2.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kldxref/ef_nop.c b/usr.sbin/kldxref/ef_nop.c index cbbd43cc23c9..b1b9de8a738c 100644 --- a/usr.sbin/kldxref/ef_nop.c +++ b/usr.sbin/kldxref/ef_nop.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef_nop.c,v 1.1.6.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kldxref/ef_obj.c b/usr.sbin/kldxref/ef_obj.c index 3ed4e40561b6..023c7b0a41ab 100644 --- a/usr.sbin/kldxref/ef_obj.c +++ b/usr.sbin/kldxref/ef_obj.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef_obj.c,v 1.3.2.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/kldxref/ef_sparc64.c b/usr.sbin/kldxref/ef_sparc64.c index e5133f1d3996..99317885da69 100644 --- a/usr.sbin/kldxref/ef_sparc64.c +++ b/usr.sbin/kldxref/ef_sparc64.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/ef_sparc64.c,v 1.1.6.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/kldxref/fileformat b/usr.sbin/kldxref/fileformat index 2eddcca4a14d..b7be2621695b 100644 --- a/usr.sbin/kldxref/fileformat +++ b/usr.sbin/kldxref/fileformat @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/kldxref/fileformat,v 1.1 2001/09/11 01:13:15 peter Exp $ linker.hints file consists from the one or more records. First record of file is special and determines its version: diff --git a/usr.sbin/kldxref/kldxref.8 b/usr.sbin/kldxref/kldxref.8 index a6174b6bd194..8c6274fdc41d 100644 --- a/usr.sbin/kldxref/kldxref.8 +++ b/usr.sbin/kldxref/kldxref.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/kldxref/kldxref.8,v 1.8 2004/06/01 09:34:04 ru Exp $ .\" .Dd October 9, 2001 .Dt KLDXREF 8 diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c index 3beed7acf829..41831c079227 100644 --- a/usr.sbin/kldxref/kldxref.c +++ b/usr.sbin/kldxref/kldxref.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/kldxref/kldxref.c,v 1.8.2.1 2004/09/03 18:38:47 iedowse Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile index 017aadf27726..7ddcd72752b4 100644 --- a/usr.sbin/lastlogin/Makefile +++ b/usr.sbin/lastlogin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lastlogin/Makefile,v 1.5 2001/07/20 06:20:31 obrien Exp $ PROG= lastlogin MAN= lastlogin.8 diff --git a/usr.sbin/lastlogin/lastlogin.8 b/usr.sbin/lastlogin/lastlogin.8 index 03a587d0eccc..af9b07bc7692 100644 --- a/usr.sbin/lastlogin/lastlogin.8 +++ b/usr.sbin/lastlogin/lastlogin.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lastlogin/lastlogin.8,v 1.4 2004/07/02 23:12:46 ru Exp $ .\" $NetBSD: lastlogin.8,v 1.3 1998/02/06 06:20:39 perry Exp $ .\" .\" Copyright (c) 1996 John M. Vinopal diff --git a/usr.sbin/lastlogin/lastlogin.c b/usr.sbin/lastlogin/lastlogin.c index 21c82c3636dd..0323c5baf666 100644 --- a/usr.sbin/lastlogin/lastlogin.c +++ b/usr.sbin/lastlogin/lastlogin.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.sbin/lastlogin/lastlogin.c,v 1.8 2002/07/11 18:26:39 alfred Exp $"); __RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $"); #endif diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index 3cd0eb64643a..267cf5a9a1db 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/Makefile,v 1.10 2003/06/12 03:32:21 gad Exp $ SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ filters filters.ru SMM.doc diff --git a/usr.sbin/lpr/Makefile.inc b/usr.sbin/lpr/Makefile.inc index 13b94c259076..d9699ef3ca39 100644 --- a/usr.sbin/lpr/Makefile.inc +++ b/usr.sbin/lpr/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/Makefile.inc,v 1.9 2003/06/11 20:32:52 gad Exp $ CFLAGS+= -DINET6 diff --git a/usr.sbin/lpr/SMM.doc/Makefile b/usr.sbin/lpr/SMM.doc/Makefile index faeb266062d9..0b0489d5dfac 100644 --- a/usr.sbin/lpr/SMM.doc/Makefile +++ b/usr.sbin/lpr/SMM.doc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/SMM.doc/Makefile,v 1.4 1999/08/28 01:16:46 peter Exp $ BINDIR= /usr/share/doc VOLUME= smm/07.lpd diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile index ffffffbb2bd1..663cbac3f4b9 100644 --- a/usr.sbin/lpr/chkprintcap/Makefile +++ b/usr.sbin/lpr/chkprintcap/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/chkprintcap/Makefile,v 1.12 2002/06/23 20:57:16 gad Exp $ .PATH: ${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.8 b/usr.sbin/lpr/chkprintcap/chkprintcap.8 index c2524a159c70..f64d61d90ebf 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.8 +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.8 @@ -25,7 +25,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/chkprintcap/chkprintcap.8,v 1.8 2004/07/02 23:12:46 ru Exp $ .Dd November 30, 1997 .Dt CHKPRINTCAP 8 .Os diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.c b/usr.sbin/lpr/chkprintcap/chkprintcap.c index 91e8299d5826..b2889a3162db 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.c +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.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/chkprintcap/chkprintcap.c,v 1.8 2003/07/15 08:48:30 gad Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/usr.sbin/lpr/chkprintcap/skimprintcap.c b/usr.sbin/lpr/chkprintcap/skimprintcap.c index da2828290b8b..2dbc7b62db43 100644 --- a/usr.sbin/lpr/chkprintcap/skimprintcap.c +++ b/usr.sbin/lpr/chkprintcap/skimprintcap.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/chkprintcap/skimprintcap.c,v 1.3 2003/07/15 08:48:30 gad Exp $"); #include <sys/types.h> diff --git a/usr.sbin/lpr/chkprintcap/skimprintcap.h b/usr.sbin/lpr/chkprintcap/skimprintcap.h index af74b48a5a46..0be910cfa985 100644 --- a/usr.sbin/lpr/chkprintcap/skimprintcap.h +++ b/usr.sbin/lpr/chkprintcap/skimprintcap.h @@ -29,7 +29,7 @@ * official policies, either expressed or implied, of the FreeBSD Project. * * ------+---------+---------+---------+---------+---------+---------+---------* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/chkprintcap/skimprintcap.h,v 1.1 2001/12/15 23:35:55 gad Exp $ * ------+---------+---------+---------+---------+---------+---------+---------* */ diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index 352f79c9544c..1caeadb5dc40 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.10 2002/07/17 00:51:19 gad 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 d2ffb6a36709..3e1f9532d8fd 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.33 2003/07/14 20:20:57 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 67cac6bdd5da..6b2b469c2a39 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.9 2003/07/14 05:15:21 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 cdac70ca17eb..66af6245b7c0 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.25 2003/07/14 20:20:58 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 fea03b9f7bd2..da3ca063007e 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.24 2003/07/14 05:15:21 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 eeeb0d428ed9..82fbb21079f8 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.4 2003/07/14 05:15:21 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 3ae3e9058dc7..b994febc1885 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.8 2003/07/14 05:15:21 gad 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 589117a64244..da670d7b5ccd 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.20 2003/10/26 03:01:24 peter 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> diff --git a/usr.sbin/lpr/filters.ru/Makefile b/usr.sbin/lpr/filters.ru/Makefile index ee15541fae74..f8d01950f233 100644 --- a/usr.sbin/lpr/filters.ru/Makefile +++ b/usr.sbin/lpr/filters.ru/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/filters.ru/Makefile,v 1.7 2002/04/22 10:46:12 ru Exp $ SUBDIR= koi2alt koi2855 diff --git a/usr.sbin/lpr/filters.ru/Makefile.inc b/usr.sbin/lpr/filters.ru/Makefile.inc index a312e73941ec..8ab5bc36259f 100644 --- a/usr.sbin/lpr/filters.ru/Makefile.inc +++ b/usr.sbin/lpr/filters.ru/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/filters.ru/Makefile.inc,v 1.2 2001/07/20 06:19:55 obrien Exp $ BINDIR= /usr/libexec/lpr/ru diff --git a/usr.sbin/lpr/filters.ru/koi2855/Makefile b/usr.sbin/lpr/filters.ru/koi2855/Makefile index 6895b79517f1..d59061775338 100644 --- a/usr.sbin/lpr/filters.ru/koi2855/Makefile +++ b/usr.sbin/lpr/filters.ru/koi2855/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/filters.ru/koi2855/Makefile,v 1.3 2003/07/15 07:01:01 gad Exp $ PROG= koi2855 NOMAN= #true diff --git a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c index 8ecc3eff6dae..9485f25fc2d4 100644 --- a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c +++ b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c @@ -26,7 +26,7 @@ */ #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/filters.ru/koi2855/koi2855.c,v 1.4 2003/07/15 07:01:01 gad Exp $"); /* * KOI8-R -> CP855 conversion filter (Russian character sets) diff --git a/usr.sbin/lpr/filters.ru/koi2alt/Makefile b/usr.sbin/lpr/filters.ru/koi2alt/Makefile index 1e4e30db1448..54aa5e341ed6 100644 --- a/usr.sbin/lpr/filters.ru/koi2alt/Makefile +++ b/usr.sbin/lpr/filters.ru/koi2alt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/filters.ru/koi2alt/Makefile,v 1.3 2003/07/15 07:01:01 gad Exp $ PROG= koi2alt NOMAN= #true diff --git a/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c b/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c index a7a5b5dc5408..392bfdcd8722 100644 --- a/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c +++ b/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c @@ -25,7 +25,7 @@ */ #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c,v 1.3 2003/07/15 07:01:01 gad Exp $"); /* * KOI8-R -> CP866 conversion filter (Russian character sets) diff --git a/usr.sbin/lpr/filters/Makefile b/usr.sbin/lpr/filters/Makefile index 100022dfba5c..5b14acf6d0f2 100644 --- a/usr.sbin/lpr/filters/Makefile +++ b/usr.sbin/lpr/filters/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/filters/Makefile,v 1.3 2003/07/15 07:01:01 gad Exp $ BINDIR= /usr/libexec/lpr diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index 41879a2ee58d..4b397a9663b4 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)lpf.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/filters/lpf.c,v 1.9 2003/07/15 07:01:01 gad Exp $"); /* * filter which reads the output of nroff and converts lines diff --git a/usr.sbin/lpr/lp/Makefile b/usr.sbin/lpr/lp/Makefile index 2fcec43ec80b..32cd076fef55 100644 --- a/usr.sbin/lpr/lp/Makefile +++ b/usr.sbin/lpr/lp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lp/Makefile,v 1.8 2001/07/20 06:19:55 obrien Exp $ BINDIR= /usr/bin diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index 8ed842d55e57..feb6f155f3e3 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lp/lp.1,v 1.18 2004/07/02 23:12:46 ru Exp $ .\" .Dd January 22, 1995 .Dt LP 1 diff --git a/usr.sbin/lpr/lp/lp.sh b/usr.sbin/lpr/lp/lp.sh index e7c06882c0f9..b0e91cf9b9cc 100644 --- a/usr.sbin/lpr/lp/lp.sh +++ b/usr.sbin/lpr/lp/lp.sh @@ -36,7 +36,7 @@ # # Posix 1003.2 compliant print spooler interface. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lp/lp.sh,v 1.7 2000/03/08 10:02:11 sheldonh Exp $ # ncopies="" diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index f050857dd031..761549774789 100644 --- a/usr.sbin/lpr/lpc/Makefile +++ b/usr.sbin/lpr/lpc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lpc/Makefile,v 1.12 2002/07/17 00:51:19 gad Exp $ .PATH: ${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index 06ea4b0f7e8b..b78c694bbf4c 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)cmds.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/lpc/cmds.c,v 1.32 2003/07/14 22:24:28 gad Exp $"); /* * lpc -- line printer control program -- commands: diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c index 21dc6e1c9903..5ca02f74a82d 100644 --- a/usr.sbin/lpr/lpc/cmdtab.c +++ b/usr.sbin/lpr/lpc/cmdtab.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpc/cmdtab.c,v 1.11 2003/07/14 22:24:28 gad Exp $"); #include "lpc.h" #include "extern.h" diff --git a/usr.sbin/lpr/lpc/extern.h b/usr.sbin/lpr/lpc/extern.h index fe82d460ade6..8d53150254a4 100644 --- a/usr.sbin/lpr/lpc/extern.h +++ b/usr.sbin/lpr/lpc/extern.h @@ -33,7 +33,7 @@ * * @(#)extern.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/lpc/extern.h,v 1.12 2003/07/14 22:24:28 gad Exp $ */ diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index 2662ef19216f..0067e5848792 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpc.8 8.5 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpc/lpc.8,v 1.21 2002/11/27 15:31:08 ru Exp $ .\" .Dd July 16, 2002 .Dt LPC 8 diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c index e58911c06097..35fb9d53ca02 100644 --- a/usr.sbin/lpr/lpc/lpc.c +++ b/usr.sbin/lpr/lpc/lpc.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lpc.c 8.3 (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/lpc/lpc.c,v 1.28 2003/10/13 07:24:22 tjr Exp $"); #include <sys/param.h> diff --git a/usr.sbin/lpr/lpc/lpc.h b/usr.sbin/lpr/lpc/lpc.h index 73e4cc52764c..1a56150db115 100644 --- a/usr.sbin/lpr/lpc/lpc.h +++ b/usr.sbin/lpr/lpc/lpc.h @@ -32,7 +32,7 @@ * * @(#)lpc.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/lpc/lpc.h,v 1.5 2002/06/15 22:51:58 gad Exp $ */ /* diff --git a/usr.sbin/lpr/lpc/movejobs.c b/usr.sbin/lpr/lpc/movejobs.c index 60c9b38d5708..ea78ffbef51e 100644 --- a/usr.sbin/lpr/lpc/movejobs.c +++ b/usr.sbin/lpr/lpc/movejobs.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/lpc/movejobs.c,v 1.3 2003/07/14 22:24:28 gad Exp $"); /* * movejobs.c - The lpc commands which move jobs around. diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile index 9af36556604c..57ac27660b43 100644 --- a/usr.sbin/lpr/lpd/Makefile +++ b/usr.sbin/lpr/lpd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lpd/Makefile,v 1.14 2002/06/23 20:57:17 gad Exp $ PROG= lpd MAN= lpd.8 diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index 14cb9e1bcffc..a4ccbd1dfb59 100644 --- a/usr.sbin/lpr/lpd/extern.h +++ b/usr.sbin/lpr/lpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/lpr/lpd/extern.h,v 1.9 2003/07/14 15:54:40 gad Exp $ */ #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 5d6e2cd033a9..589d91099501 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpd.8 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpd/lpd.8,v 1.30 2004/07/02 23:12:46 ru Exp $ .\" .Dd June 6, 2001 .Dt LPD 8 diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index e02839a9def5..fa54f979104d 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpd/lpd.c,v 1.40 2003/08/13 20:31:33 gad Exp $"); /* * lpd -- line printer daemon. diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index 5ebaabdbeef8..3a2349f1f856 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpd/lpdchar.c,v 1.7 2003/07/14 19:59:33 gad Exp $"); /* * Character set for line printer daemon diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index 8a05212128a3..58a510aaf4c2 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpd/modes.c,v 1.10 2003/07/14 19:59:33 gad Exp $"); #include <stddef.h> #include <string.h> diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index 9d85f1f37df3..63ae74158565 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpd/printjob.c,v 1.61 2003/08/21 03:43:48 gad Exp $"); /* * printjob -- print jobs in the queue. diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index ac4f9ee270a5..a5359569aa2b 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpd/recvjob.c,v 1.31 2003/08/21 03:43:48 gad Exp $"); /* * Receive printer jobs from the network, queue them and diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index 4df437e06c32..b0ea2aefd50c 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lpq/Makefile,v 1.12 2002/06/23 20:57:17 gad Exp $ BINDIR= /usr/bin diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index 22b235e7f8df..f7448c43204a 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpq.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpq/lpq.1,v 1.11 2004/07/03 18:35:50 ru Exp $ .\" .Dd April 28, 1995 .Dt LPQ 1 diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c index e1809cfe643b..cffd0fe81ceb 100644 --- a/usr.sbin/lpr/lpq/lpq.c +++ b/usr.sbin/lpr/lpq/lpq.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lpq.c 8.3 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lpq/lpq.c,v 1.12 2003/07/15 08:48:30 gad Exp $"); /* * Spool Queue examination program diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile index 1ff376de4cd4..63d8e9179008 100644 --- a/usr.sbin/lpr/lpr/Makefile +++ b/usr.sbin/lpr/lpr/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lpr/Makefile,v 1.12 2002/06/23 20:57:18 gad Exp $ .PATH: ${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 3850bf597de5..86e3232915aa 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From @(#)lpr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpr/lpr.1,v 1.20 2004/07/03 18:35:50 ru Exp $ .\" " .Dd June 6, 1993 .Dt LPR 1 diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index 98e9cea4327a..3443841e5bb4 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)lpr.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/lpr/lpr.c,v 1.44 2003/07/15 08:40:31 gad Exp $"); /* * lpr -- off line print diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 1ea6fea53ba1..1f1f62515a03 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printcap.5 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpr/printcap.5,v 1.33 2004/07/02 23:12:47 ru Exp $ .\" .Dd October 11, 2000 .Dt PRINTCAP 5 diff --git a/usr.sbin/lpr/lprm/Makefile b/usr.sbin/lpr/lprm/Makefile index 44bc93ac27ec..63a9fe6277d8 100644 --- a/usr.sbin/lpr/lprm/Makefile +++ b/usr.sbin/lpr/lprm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lprm/Makefile,v 1.13 2002/06/23 20:57:18 gad Exp $ .PATH: ${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 9c170a378742..429d445312f5 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lprm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lprm/lprm.1,v 1.13 2004/07/03 18:35:51 ru Exp $ .\" .Dd June 6, 1993 .Dt LPRM 1 diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c index 47f233c4802a..d88d2713bd04 100644 --- a/usr.sbin/lpr/lprm/lprm.c +++ b/usr.sbin/lpr/lprm/lprm.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lprm.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lprm/lprm.c,v 1.10 2003/07/15 08:48:30 gad Exp $"); /* * lprm - remove the current user's spool entry diff --git a/usr.sbin/lpr/lptest/Makefile b/usr.sbin/lpr/lptest/Makefile index 65b1c7c8fef8..348930d1176a 100644 --- a/usr.sbin/lpr/lptest/Makefile +++ b/usr.sbin/lpr/lptest/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lptest/Makefile,v 1.6 2003/07/15 08:45:06 gad Exp $ PROG= lptest diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1 index c34934e6a42f..7f36f09ce893 100644 --- a/usr.sbin/lpr/lptest/lptest.1 +++ b/usr.sbin/lpr/lptest/lptest.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lptest.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lptest/lptest.1,v 1.6 2002/04/20 12:26:36 charnier Exp $ .\" .Dd December 30, 1993 .Dt LPTEST 1 diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index c73b7962ed89..4cda0bf86176 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/lptest/lptest.c,v 1.5 2003/07/15 08:45:06 gad Exp $"); #include <stdlib.h> #include <stdio.h> diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile index bd895a71a305..e2487a6cd865 100644 --- a/usr.sbin/lpr/pac/Makefile +++ b/usr.sbin/lpr/pac/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/pac/Makefile,v 1.11 2002/06/23 20:57:18 gad Exp $ .PATH: ${.CURDIR}/../common_source diff --git a/usr.sbin/lpr/pac/pac.8 b/usr.sbin/lpr/pac/pac.8 index 1cd482495811..fd019e3a6157 100644 --- a/usr.sbin/lpr/pac/pac.8 +++ b/usr.sbin/lpr/pac/pac.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pac.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/pac/pac.8,v 1.8 2004/07/02 23:12:47 ru Exp $ .\" .Dd June 6, 1993 .Dt PAC 8 diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c index 34a247f55109..3d21521efafa 100644 --- a/usr.sbin/lpr/pac/pac.c +++ b/usr.sbin/lpr/pac/pac.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lpr/pac/pac.c,v 1.15 2003/07/15 08:48:30 gad Exp $"); /* * Do Printer accounting summary. diff --git a/usr.sbin/lptcontrol/Makefile b/usr.sbin/lptcontrol/Makefile index 76f4f2d4931e..0a23db1d1a5d 100644 --- a/usr.sbin/lptcontrol/Makefile +++ b/usr.sbin/lptcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lptcontrol/Makefile,v 1.6 2001/07/20 06:19:57 obrien Exp $ PROG= lptcontrol MAN= lptcontrol.8 diff --git a/usr.sbin/lptcontrol/lptcontrol.8 b/usr.sbin/lptcontrol/lptcontrol.8 index 239de00a8750..fec115f167a4 100644 --- a/usr.sbin/lptcontrol/lptcontrol.8 +++ b/usr.sbin/lptcontrol/lptcontrol.8 @@ -10,7 +10,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.8,v 1.20 2004/07/18 02:22:47 obrien Exp $ .Dd September 3, 1994 .Dt LPTCONTROL 8 .Os diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index 5fb97982c7c5..612f06cc881c 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.c,v 1.14 2003/05/03 21:06:37 obrien Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile index eddfdd96879a..351840f644d6 100644 --- a/usr.sbin/mailstats/Makefile +++ b/usr.sbin/mailstats/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mailstats/Makefile,v 1.10 2003/07/07 03:54:04 gshapiro Exp $ SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mailstats diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index f67e77539c0d..d5bb77b28a20 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.12 2004/01/17 23:58:23 johan Exp $ .if !defined(NO_MAILWRAPPER) PROG= mailwrapper diff --git a/usr.sbin/mailwrapper/mailwrapper.8 b/usr.sbin/mailwrapper/mailwrapper.8 index 36b5d8960d68..f865298bcc2b 100644 --- a/usr.sbin/mailwrapper/mailwrapper.8 +++ b/usr.sbin/mailwrapper/mailwrapper.8 @@ -1,5 +1,5 @@ .\" $NetBSD: mailwrapper.8,v 1.6 1999/03/25 16:40:17 is Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mailwrapper/mailwrapper.8,v 1.12 2004/07/02 23:12:48 ru Exp $ .\" .\" Copyright (c) 1998 .\" Perry E. Metzger. All rights reserved. diff --git a/usr.sbin/mailwrapper/mailwrapper.c b/usr.sbin/mailwrapper/mailwrapper.c index c71bb3000e4d..152e8f6b6314 100644 --- a/usr.sbin/mailwrapper/mailwrapper.c +++ b/usr.sbin/mailwrapper/mailwrapper.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mailwrapper/mailwrapper.c,v 1.9 2003/07/06 12:44:11 charnier Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.sbin/mailwrapper/pathnames.h b/usr.sbin/mailwrapper/pathnames.h index d8ae498ce004..bb224646363e 100644 --- a/usr.sbin/mailwrapper/pathnames.h +++ b/usr.sbin/mailwrapper/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/mailwrapper/pathnames.h,v 1.3 2000/01/10 03:20:13 imp Exp $ */ /* * Copyright (c) 1998 diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile index bb7de3ebb5c7..003622e29672 100644 --- a/usr.sbin/makemap/Makefile +++ b/usr.sbin/makemap/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 6/10/97 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/makemap/Makefile,v 1.11 2003/07/07 03:54:04 gshapiro Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/makemap diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile index 9e0c12ecb9a9..1b99f6a3ab3f 100644 --- a/usr.sbin/manctl/Makefile +++ b/usr.sbin/manctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/manctl/Makefile,v 1.12 2001/04/07 11:21:28 ru Exp $ SCRIPTS=manctl.sh MAN= manctl.8 diff --git a/usr.sbin/manctl/manctl.8 b/usr.sbin/manctl/manctl.8 index b8e001dbc872..d906f8c54415 100644 --- a/usr.sbin/manctl/manctl.8 +++ b/usr.sbin/manctl/manctl.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/manctl/manctl.8,v 1.13 2002/07/14 14:44:10 charnier Exp $ .Dd January 1, 1996 .Dt MANCTL 8 .Os diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 23e20870ab95..1f435f18c87d 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -30,7 +30,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/manctl/manctl.sh,v 1.12 2001/01/20 04:30:41 jedgar Exp $ # # manctl: # a utility for manipulating manual pages diff --git a/usr.sbin/memcontrol/Makefile b/usr.sbin/memcontrol/Makefile index d465d531a3e9..33fbe9b0d7a1 100644 --- a/usr.sbin/memcontrol/Makefile +++ b/usr.sbin/memcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/memcontrol/Makefile,v 1.5 2001/07/20 06:20:00 obrien Exp $ PROG= memcontrol MAN= memcontrol.8 diff --git a/usr.sbin/memcontrol/memcontrol.8 b/usr.sbin/memcontrol/memcontrol.8 index ad0e5330671b..9fd6a7be8b30 100644 --- a/usr.sbin/memcontrol/memcontrol.8 +++ b/usr.sbin/memcontrol/memcontrol.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/memcontrol/memcontrol.8,v 1.10 2002/11/27 15:31:08 ru Exp $ .\" .Dd September 15, 2002 .Dt MEMCONTROL 8 diff --git a/usr.sbin/memcontrol/memcontrol.c b/usr.sbin/memcontrol/memcontrol.c index 9eb87197eaaa..19c6459868e3 100644 --- a/usr.sbin/memcontrol/memcontrol.c +++ b/usr.sbin/memcontrol/memcontrol.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/memcontrol/memcontrol.c,v 1.8 2002/09/15 15:07:55 dwmalone Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/mergemaster/Makefile b/usr.sbin/mergemaster/Makefile index 257fbeba4ca4..45e7d7ffbf88 100644 --- a/usr.sbin/mergemaster/Makefile +++ b/usr.sbin/mergemaster/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mergemaster/Makefile,v 1.9 2003/06/04 09:38:04 dougb Exp $ SCRIPTS=mergemaster.sh MAN= mergemaster.8 diff --git a/usr.sbin/mergemaster/mergemaster.8 b/usr.sbin/mergemaster/mergemaster.8 index 699120b5a5c1..ecfa6d394a7f 100644 --- a/usr.sbin/mergemaster/mergemaster.8 +++ b/usr.sbin/mergemaster/mergemaster.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mergemaster/mergemaster.8,v 1.29 2004/07/02 23:12:48 ru Exp $ .\" .Dd February 5, 2001 .Dt MERGEMASTER 8 diff --git a/usr.sbin/mergemaster/mergemaster.sh b/usr.sbin/mergemaster/mergemaster.sh index 6ec345a5a78f..f6cffe195b86 100755 --- a/usr.sbin/mergemaster/mergemaster.sh +++ b/usr.sbin/mergemaster/mergemaster.sh @@ -8,7 +8,7 @@ # Copyright 1998-2004 Douglas Barton # DougB@FreeBSD.org -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mergemaster/mergemaster.sh,v 1.51 2004/03/07 10:10:19 dougb Exp $ PATH=/bin:/usr/bin:/usr/sbin diff --git a/usr.sbin/mixer/Makefile b/usr.sbin/mixer/Makefile index e86fceec116e..df0e6884c5d5 100644 --- a/usr.sbin/mixer/Makefile +++ b/usr.sbin/mixer/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mixer/Makefile,v 1.10 2001/07/20 06:20:00 obrien Exp $ PROG= mixer MAN= mixer.8 diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index b9aa2c9e64f6..226206ba4eac 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mixer/mixer.8,v 1.22 2004/07/02 23:12:48 ru Exp $ .\" .Dd January 9, 1997 .Dt MIXER 8 diff --git a/usr.sbin/mixer/mixer.c b/usr.sbin/mixer/mixer.c index 7abac464e33c..26d0f022bfd4 100644 --- a/usr.sbin/mixer/mixer.c +++ b/usr.sbin/mixer/mixer.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mixer/mixer.c,v 1.21 2004/01/22 07:23:36 grehan Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.sbin/mld6query/Makefile b/usr.sbin/mld6query/Makefile index 7100520ad4d3..66351deecb6e 100644 --- a/usr.sbin/mld6query/Makefile +++ b/usr.sbin/mld6query/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mld6query/Makefile,v 1.5 2003/10/24 18:26:30 ume Exp $ PROG= mld6query MAN= mld6query.8 diff --git a/usr.sbin/mld6query/mld6.c b/usr.sbin/mld6query/mld6.c index 1f73203433e4..f8c8db5a7f01 100644 --- a/usr.sbin/mld6query/mld6.c +++ b/usr.sbin/mld6query/mld6.c @@ -1,5 +1,5 @@ /* $KAME: mld6.c,v 1.15 2003/04/02 11:29:54 suz Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/mld6query/mld6.c,v 1.3 2003/10/24 18:26:30 ume Exp $ */ /* * Copyright (C) 1998 WIDE Project. diff --git a/usr.sbin/mld6query/mld6query.8 b/usr.sbin/mld6query/mld6query.8 index cc361d03df10..67e3b6361a1f 100644 --- a/usr.sbin/mld6query/mld6query.8 +++ b/usr.sbin/mld6query/mld6query.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mld6query/mld6query.8,v 1.5 2002/07/14 14:44:20 charnier Exp $ .\" .Dd May 17, 1998 .Dt MLD6QUERY 8 diff --git a/usr.sbin/mlxcontrol/Makefile b/usr.sbin/mlxcontrol/Makefile index 95964a5854ff..ab2985ded66a 100644 --- a/usr.sbin/mlxcontrol/Makefile +++ b/usr.sbin/mlxcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mlxcontrol/Makefile,v 1.5 2001/07/20 06:20:01 obrien Exp $ PROG= mlxcontrol MAN= mlxcontrol.8 diff --git a/usr.sbin/mlxcontrol/command.c b/usr.sbin/mlxcontrol/command.c index a3647676c330..5b72a5b8ef24 100644 --- a/usr.sbin/mlxcontrol/command.c +++ b/usr.sbin/mlxcontrol/command.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mlxcontrol/command.c,v 1.2 2000/04/11 23:04:17 msmith Exp $ */ #include <fcntl.h> diff --git a/usr.sbin/mlxcontrol/config.c b/usr.sbin/mlxcontrol/config.c index a52565840de4..0efcbefc8851 100644 --- a/usr.sbin/mlxcontrol/config.c +++ b/usr.sbin/mlxcontrol/config.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mlxcontrol/config.c,v 1.2 2000/04/11 23:04:17 msmith Exp $ */ #include <fcntl.h> diff --git a/usr.sbin/mlxcontrol/interface.c b/usr.sbin/mlxcontrol/interface.c index 5cbf7b609aa4..dfb0e58d00a9 100644 --- a/usr.sbin/mlxcontrol/interface.c +++ b/usr.sbin/mlxcontrol/interface.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mlxcontrol/interface.c,v 1.2 2000/04/11 23:04:17 msmith Exp $ */ #include <fcntl.h> diff --git a/usr.sbin/mlxcontrol/mlxcontrol.8 b/usr.sbin/mlxcontrol/mlxcontrol.8 index 76692e1b49d1..cba74339e283 100644 --- a/usr.sbin/mlxcontrol/mlxcontrol.8 +++ b/usr.sbin/mlxcontrol/mlxcontrol.8 @@ -21,7 +21,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mlxcontrol/mlxcontrol.8,v 1.8 2004/07/02 23:12:48 ru Exp $ .\" .Dd April 10, 2000 .Dt MLXCONTROL 8 diff --git a/usr.sbin/mlxcontrol/mlxcontrol.h b/usr.sbin/mlxcontrol/mlxcontrol.h index f0225b5b6f88..ddc236d570bb 100644 --- a/usr.sbin/mlxcontrol/mlxcontrol.h +++ b/usr.sbin/mlxcontrol/mlxcontrol.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mlxcontrol/mlxcontrol.h,v 1.3 2000/05/26 02:08:42 jake Exp $ */ #include <sys/queue.h> diff --git a/usr.sbin/mlxcontrol/util.c b/usr.sbin/mlxcontrol/util.c index 37cd2b7e3143..96209b6a5d21 100644 --- a/usr.sbin/mlxcontrol/util.c +++ b/usr.sbin/mlxcontrol/util.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mlxcontrol/util.c,v 1.2 2000/04/11 23:04:17 msmith Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile index 8fbb9a8c3ba4..ba18c2a8ef91 100644 --- a/usr.sbin/mount_nwfs/Makefile +++ b/usr.sbin/mount_nwfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mount_nwfs/Makefile,v 1.7 2004/02/23 20:21:21 johan Exp $ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8 index afc68e014696..88481cb73a69 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.8 +++ b/usr.sbin/mount_nwfs/mount_nwfs.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mount_nwfs/mount_nwfs.8,v 1.19 2002/08/21 18:11:08 trhodes Exp $ .Dd October 14, 1999 .Dt MOUNT_NWFS 8 .Os diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index c784a9a53ae6..c80b4106f1e1 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.c +++ b/usr.sbin/mount_nwfs/mount_nwfs.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mount_nwfs/mount_nwfs.c,v 1.8 2003/07/25 20:56:57 peter Exp $ */ #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index 56667f1653dc..e678e0aaf839 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mount_portalfs/Makefile,v 1.17 2004/02/23 20:21:21 johan Exp $ PROG= mount_portalfs SRCS= mount_portalfs.c activate.c conf.c getmntopts.c pt_conf.c \ diff --git a/usr.sbin/mount_portalfs/activate.c b/usr.sbin/mount_portalfs/activate.c index a6123f18ec4f..e52cb1db7ca2 100644 --- a/usr.sbin/mount_portalfs/activate.c +++ b/usr.sbin/mount_portalfs/activate.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/activate.c,v 1.10 2004/08/07 04:27:50 imp Exp $"); #include <errno.h> #include <string.h> diff --git a/usr.sbin/mount_portalfs/conf.c b/usr.sbin/mount_portalfs/conf.c index 5e0db79c970f..98c515914db1 100644 --- a/usr.sbin/mount_portalfs/conf.c +++ b/usr.sbin/mount_portalfs/conf.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/conf.c,v 1.10 2004/08/07 04:27:50 imp Exp $"); #include <errno.h> #include <limits.h> diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8 index 99a6d675f4d3..ff50d2eaec95 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.8 +++ b/usr.sbin/mount_portalfs/mount_portalfs.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mount_portalfs/mount_portalfs.8,v 1.14 2004/08/07 04:27:50 imp Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTALFS 8 diff --git a/usr.sbin/mount_portalfs/mount_portalfs.c b/usr.sbin/mount_portalfs/mount_portalfs.c index 49a11d0881cf..20b6e92e8e9a 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.c +++ b/usr.sbin/mount_portalfs/mount_portalfs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/mount_portalfs.c,v 1.22 2004/08/07 04:27:50 imp Exp $"); #include <sys/param.h> #include <sys/wait.h> diff --git a/usr.sbin/mount_portalfs/pathnames.h b/usr.sbin/mount_portalfs/pathnames.h index 9373c7d75de1..5dbf2cf22950 100644 --- a/usr.sbin/mount_portalfs/pathnames.h +++ b/usr.sbin/mount_portalfs/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mount_portalfs/pathnames.h,v 1.6 2004/08/07 04:27:50 imp Exp $ */ #include <paths.h> diff --git a/usr.sbin/mount_portalfs/portal.conf b/usr.sbin/mount_portalfs/portal.conf index 53a07a92231c..abbdf763bb3d 100644 --- a/usr.sbin/mount_portalfs/portal.conf +++ b/usr.sbin/mount_portalfs/portal.conf @@ -1,5 +1,5 @@ # @(#)portal.conf 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mount_portalfs/portal.conf,v 1.4 1999/08/28 00:13:37 peter Exp $ tcplisten/ tcplisten tcplisten/ tcp/ tcp tcp/ fs/ file fs/ diff --git a/usr.sbin/mount_portalfs/portald.h b/usr.sbin/mount_portalfs/portald.h index ceb1a4657bc9..148df1b05268 100644 --- a/usr.sbin/mount_portalfs/portald.h +++ b/usr.sbin/mount_portalfs/portald.h @@ -32,7 +32,7 @@ * * @(#)portald.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mount_portalfs/portald.h,v 1.8 2004/08/07 04:27:50 imp Exp $ */ #include <sys/cdefs.h> diff --git a/usr.sbin/mount_portalfs/pt_conf.c b/usr.sbin/mount_portalfs/pt_conf.c index a89232d6e0d1..3adb21e222ee 100644 --- a/usr.sbin/mount_portalfs/pt_conf.c +++ b/usr.sbin/mount_portalfs/pt_conf.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/pt_conf.c,v 1.8 2004/08/07 04:27:50 imp Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.sbin/mount_portalfs/pt_exec.c b/usr.sbin/mount_portalfs/pt_exec.c index f679b422def9..03f656a0fbc5 100644 --- a/usr.sbin/mount_portalfs/pt_exec.c +++ b/usr.sbin/mount_portalfs/pt_exec.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/pt_exec.c,v 1.7 2004/08/07 04:27:50 imp Exp $"); #include <errno.h> #include <sys/types.h> diff --git a/usr.sbin/mount_portalfs/pt_file.c b/usr.sbin/mount_portalfs/pt_file.c index 153c7337ffff..cbf1415f14a3 100644 --- a/usr.sbin/mount_portalfs/pt_file.c +++ b/usr.sbin/mount_portalfs/pt_file.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/pt_file.c,v 1.10 2004/08/07 04:27:50 imp Exp $"); #include <errno.h> #include <fcntl.h> diff --git a/usr.sbin/mount_portalfs/pt_tcp.c b/usr.sbin/mount_portalfs/pt_tcp.c index 4438a0bc04b0..4a13f28fdf15 100644 --- a/usr.sbin/mount_portalfs/pt_tcp.c +++ b/usr.sbin/mount_portalfs/pt_tcp.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/pt_tcp.c,v 1.12 2004/08/07 04:27:50 imp Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/usr.sbin/mount_portalfs/pt_tcplisten.c b/usr.sbin/mount_portalfs/pt_tcplisten.c index 4463e402e962..c2d6dbfd5e79 100644 --- a/usr.sbin/mount_portalfs/pt_tcplisten.c +++ b/usr.sbin/mount_portalfs/pt_tcplisten.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mount_portalfs/pt_tcplisten.c,v 1.4 2004/08/07 04:27:50 imp Exp $"); #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile index 482b95591dab..ad37dcae84b7 100644 --- a/usr.sbin/mount_smbfs/Makefile +++ b/usr.sbin/mount_smbfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mount_smbfs/Makefile,v 1.4 2004/02/05 22:44:25 ru Exp $ PROG= mount_smbfs SRCS= mount_smbfs.c getmntopts.c diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index d01516060934..0428c8978af8 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mountd/Makefile,v 1.15 2003/10/30 22:57:43 peter Exp $ PROG= mountd MAN= exports.5 netgroup.5 mountd.8 diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 133f48c0a959..81b8a2a4507f 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/exports.5,v 1.27 2004/08/07 04:27:51 imp Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 0e8e1f4dc7fd..5eb780ab0cf1 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/mountd.8,v 1.27 2004/08/07 04:27:51 imp Exp $ .\" .Dd April 28, 1995 .Dt MOUNTD 8 diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 242a30ecb071..0ff195782902 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mountd/mountd.c,v 1.77 2004/08/07 04:27:51 imp Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/usr.sbin/mountd/netgroup.5 b/usr.sbin/mountd/netgroup.5 index ec7577d334d4..1fc18473cd27 100644 --- a/usr.sbin/mountd/netgroup.5 +++ b/usr.sbin/mountd/netgroup.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netgroup.5 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/netgroup.5,v 1.13 2004/08/07 04:27:51 imp Exp $ .\" .Dd December 11, 1993 .Dt NETGROUP 5 diff --git a/usr.sbin/mountd/pathnames.h b/usr.sbin/mountd/pathnames.h index 2b7397799ee4..41e46e40ed4c 100644 --- a/usr.sbin/mountd/pathnames.h +++ b/usr.sbin/mountd/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mountd/pathnames.h,v 1.2 2004/08/07 04:27:51 imp Exp $ */ #include <paths.h> diff --git a/usr.sbin/moused/Makefile b/usr.sbin/moused/Makefile index c9c1b313519f..6ea32039a6a3 100644 --- a/usr.sbin/moused/Makefile +++ b/usr.sbin/moused/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/moused/Makefile,v 1.6 2001/03/26 14:40:51 ru Exp $ PROG= moused MAN= moused.8 diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index 130e2686bbcc..b0aea4b815de 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/moused/moused.8,v 1.46 2004/08/03 18:43:45 philip Exp $ .\" .Dd April 1, 2000 .Dt MOUSED 8 diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 2866f0e28eec..2f361b21edf1 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -45,7 +45,7 @@ **/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/moused/moused.c,v 1.67 2004/08/03 18:43:45 philip Exp $"); #include <sys/param.h> #include <sys/consio.h> diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile index a9221f979c6d..2aa75f873af1 100644 --- a/usr.sbin/mptable/Makefile +++ b/usr.sbin/mptable/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mptable/Makefile,v 1.7 2003/09/30 04:09:21 peter Exp $ PROG= mptable WARNS?= 6 diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1 index e8ff5ad538a9..3e18da63d949 100644 --- a/usr.sbin/mptable/mptable.1 +++ b/usr.sbin/mptable/mptable.1 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mptable/mptable.1,v 1.9 2001/03/22 04:27:46 rwatson Exp $ .\" .Dd April 28, 1997 .Dt MPTABLE 1 diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index 36d8089bd25f..de07fb4c83ff 100644 --- a/usr.sbin/mptable/mptable.c +++ b/usr.sbin/mptable/mptable.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mptable/mptable.c,v 1.18 2003/09/30 04:09:21 peter Exp $"; #endif /* not lint */ #define VMAJOR 2 diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 43fe8b10ac70..3e1a3cb781b3 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/Makefile,v 1.5 1999/08/28 01:17:02 peter Exp $ SUBDIR= common mrouted mrinfo map-mbone mtrace testrsrr diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc index 63c22100e702..a2ac0ab86627 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/Makefile.inc,v 1.7 2003/10/30 22:59:41 peter Exp $ CFLAGS+= -DRSRR -Dlog=logit diff --git a/usr.sbin/mrouted/callout.c b/usr.sbin/mrouted/callout.c index 8b8ea9c7156a..af52643bae0c 100644 --- a/usr.sbin/mrouted/callout.c +++ b/usr.sbin/mrouted/callout.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/callout.c,v 1.12 1999/08/28 01:17:03 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y index 1827f6a011b1..75f3d7332578 100644 --- a/usr.sbin/mrouted/cfparse.y +++ b/usr.sbin/mrouted/cfparse.y @@ -4,7 +4,7 @@ * * Written by Bill Fenner, NRL, 1994 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/cfparse.y,v 1.13 2004/05/16 22:08:16 stefanf Exp $ * cfparse.y,v 3.8.4.30 1998/03/01 01:48:58 fenner Exp */ #include <stdio.h> diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile index 4a286c6e67c7..a63a5cd44737 100644 --- a/usr.sbin/mrouted/common/Makefile +++ b/usr.sbin/mrouted/common/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/common/Makefile,v 1.7 2002/05/13 11:24:02 ru Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c index 9ca6f88891e3..985fcbc89da2 100644 --- a/usr.sbin/mrouted/config.c +++ b/usr.sbin/mrouted/config.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/config.c,v 1.15 2002/08/18 07:05:00 sobomax Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index 267c158c94c6..080858a13060 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/defs.h,v 1.13 2001/07/05 09:28:13 kris Exp $ * defs.h,v 3.8.4.15 1998/03/01 02:51:42 fenner Exp */ diff --git a/usr.sbin/mrouted/dvmrp.h b/usr.sbin/mrouted/dvmrp.h index 2f11872216c0..ee7aa6b83812 100644 --- a/usr.sbin/mrouted/dvmrp.h +++ b/usr.sbin/mrouted/dvmrp.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/dvmrp.h,v 1.9 1999/08/28 01:17:03 peter Exp $ * dvmrp.h,v 3.8.4.5 1997/11/18 23:25:57 fenner Exp */ diff --git a/usr.sbin/mrouted/igmp.c b/usr.sbin/mrouted/igmp.c index f3430355cb15..bc3a77ab0758 100644 --- a/usr.sbin/mrouted/igmp.c +++ b/usr.sbin/mrouted/igmp.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/igmp.c,v 1.16 1999/08/28 01:17:04 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/inet.c b/usr.sbin/mrouted/inet.c index 53aad7c63a94..dabeb77b5424 100644 --- a/usr.sbin/mrouted/inet.c +++ b/usr.sbin/mrouted/inet.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/inet.c,v 1.11 1999/08/28 01:17:04 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c index 716b4794180b..ebe7b0c441b5 100644 --- a/usr.sbin/mrouted/kern.c +++ b/usr.sbin/mrouted/kern.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/kern.c,v 1.12 1999/08/28 01:17:04 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c index 75589903ebbc..3cf25ee7b1fe 100644 --- a/usr.sbin/mrouted/main.c +++ b/usr.sbin/mrouted/main.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/main.c,v 1.21 2004/07/11 17:37:33 stefanf Exp $"; #endif #include <err.h> diff --git a/usr.sbin/mrouted/map-mbone.8 b/usr.sbin/mrouted/map-mbone.8 index a6e9e5841c27..63e14750b33a 100644 --- a/usr.sbin/mrouted/map-mbone.8 +++ b/usr.sbin/mrouted/map-mbone.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mrouted/map-mbone.8,v 1.11 2002/07/14 14:44:24 charnier Exp $ .\" .Dd May 8, 1995 .Dt MAP-MBONE 8 diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile index f99247b62500..2f874d27449f 100644 --- a/usr.sbin/mrouted/map-mbone/Makefile +++ b/usr.sbin/mrouted/map-mbone/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/map-mbone/Makefile,v 1.13 2003/04/16 14:53:50 bde Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/mapper.c b/usr.sbin/mrouted/mapper.c index 8fdbad0687e0..32fef36cde8d 100644 --- a/usr.sbin/mrouted/mapper.c +++ b/usr.sbin/mrouted/mapper.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/mapper.c,v 1.16 2002/09/09 15:45:28 nectar Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/mrouted/mrinfo.8 b/usr.sbin/mrouted/mrinfo.8 index bd9c61f6a742..946ca45959c2 100644 --- a/usr.sbin/mrouted/mrinfo.8 +++ b/usr.sbin/mrouted/mrinfo.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mrouted/mrinfo.8,v 1.14 2002/12/27 12:15:38 schweikh Exp $ .\" .Dd May 8, 1995 .Dt MRINFO 8 diff --git a/usr.sbin/mrouted/mrinfo.c b/usr.sbin/mrouted/mrinfo.c index 1df65770eba5..2288b1483002 100644 --- a/usr.sbin/mrouted/mrinfo.c +++ b/usr.sbin/mrouted/mrinfo.c @@ -61,7 +61,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/mrinfo.c,v 1.18 2002/09/09 15:45:28 nectar Exp $"; /* original rcsid: "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; */ diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index f111aa981663..13041e8ad5ad 100644 --- a/usr.sbin/mrouted/mrinfo/Makefile +++ b/usr.sbin/mrouted/mrinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/mrinfo/Makefile,v 1.17 2003/04/16 14:53:51 bde Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index 38d1dfb92283..de038a219030 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,6 +1,6 @@ .\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mrouted/mrouted.8,v 1.30 2004/07/03 18:35:51 ru Exp $ .\" .Dd May 8, 1995 .Dt MROUTED 8 diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf index e9cb04c3ed6e..02fcbdf1fee5 100644 --- a/usr.sbin/mrouted/mrouted.conf +++ b/usr.sbin/mrouted/mrouted.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/mrouted.conf,v 1.9 1999/08/28 01:17:06 peter Exp $ # mrouted.conf,v 3.8 1995/11/29 22:40:47 fenner Rel # # This is the configuration file for "mrouted", an IP multicast router. diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile index afd3af82342d..7ddb80ae1cb8 100644 --- a/usr.sbin/mrouted/mrouted/Makefile +++ b/usr.sbin/mrouted/mrouted/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/mrouted/Makefile,v 1.16 2001/07/20 06:20:02 obrien Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8 index 6226aa111909..86932757c6b8 100644 --- a/usr.sbin/mrouted/mtrace.8 +++ b/usr.sbin/mrouted/mtrace.8 @@ -29,7 +29,7 @@ .\" Copyright (c) 1988 The Regents of the University of California. .\" All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mrouted/mtrace.8,v 1.21 2004/07/02 23:12:49 ru Exp $ .\" .Dd May 8, 1995 .Dt MTRACE 8 diff --git a/usr.sbin/mrouted/mtrace.c b/usr.sbin/mrouted/mtrace.c index 9cb53e3dcc6c..4d34bbcb5bb9 100644 --- a/usr.sbin/mrouted/mtrace.c +++ b/usr.sbin/mrouted/mtrace.c @@ -113,7 +113,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/mtrace.c,v 1.21 2004/01/04 16:07:03 charnier Exp $"; #endif #include <ctype.h> diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index ee9adb7c7eb5..cce6dc2826cb 100644 --- a/usr.sbin/mrouted/mtrace/Makefile +++ b/usr.sbin/mrouted/mtrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/mtrace/Makefile,v 1.14 2001/09/13 06:48:16 ru Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h index d4fb01d18a15..2fee141dda49 100644 --- a/usr.sbin/mrouted/pathnames.h +++ b/usr.sbin/mrouted/pathnames.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/pathnames.h,v 1.7 1999/08/28 01:17:07 peter Exp $ * pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel */ diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index acefaf921f71..77d77e56e976 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/prune.c,v 1.18 2000/10/09 06:08:00 kris Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h index 375fada1116e..e5ed6ade7219 100644 --- a/usr.sbin/mrouted/prune.h +++ b/usr.sbin/mrouted/prune.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/prune.h,v 1.10 1999/08/28 01:17:08 peter Exp $ * prune.h,v 3.8.4.5 1998/02/27 22:45:43 fenner Exp */ diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index b2695395ed92..df7038d94b3e 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/route.c,v 1.12 1999/08/28 01:17:08 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index 300202b967dd..77a4eead80c6 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/route.h,v 1.9 1999/08/28 01:17:09 peter Exp $ * route.h,v 3.8.4.6 1997/07/01 23:02:35 fenner Exp */ diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index 86d6e6eaf438..87e895b53c16 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/rsrr.c,v 1.9 2001/04/17 07:32:37 kris Exp $"; #endif /* not lint */ #ifdef RSRR diff --git a/usr.sbin/mrouted/testrsrr/Makefile b/usr.sbin/mrouted/testrsrr/Makefile index 131346d6d356..20997a71c3bd 100644 --- a/usr.sbin/mrouted/testrsrr/Makefile +++ b/usr.sbin/mrouted/testrsrr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mrouted/testrsrr/Makefile,v 1.5 2001/07/20 06:20:02 obrien Exp $ S= ${.CURDIR}/.. .PATH: $S diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c index 6dfe831b47ef..d57d6952aeaf 100644 --- a/usr.sbin/mrouted/testrsrr/testrsrr.c +++ b/usr.sbin/mrouted/testrsrr/testrsrr.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/testrsrr/testrsrr.c,v 1.5 2004/05/24 12:44:00 stefanf Exp $ */ #include <stddef.h> #include <stdlib.h> diff --git a/usr.sbin/mrouted/vif.c b/usr.sbin/mrouted/vif.c index 423fa532225e..e96b4444e885 100644 --- a/usr.sbin/mrouted/vif.c +++ b/usr.sbin/mrouted/vif.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/mrouted/vif.c,v 1.15 1999/08/28 01:17:09 peter Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/vif.h b/usr.sbin/mrouted/vif.h index 5be618dea308..f1d09eb1e271 100644 --- a/usr.sbin/mrouted/vif.h +++ b/usr.sbin/mrouted/vif.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mrouted/vif.h,v 1.10 1999/08/28 01:17:09 peter Exp $ * vif.h,v 3.8.4.26 1998/01/14 21:21:19 fenner Exp */ diff --git a/usr.sbin/mtest/Makefile b/usr.sbin/mtest/Makefile index 95bbe12184a6..9f3d4843de04 100644 --- a/usr.sbin/mtest/Makefile +++ b/usr.sbin/mtest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtest/Makefile,v 1.3 2001/03/26 14:40:54 ru Exp $ PROG= mtest MAN= mtest.8 diff --git a/usr.sbin/mtest/mtest.8 b/usr.sbin/mtest/mtest.8 index 4b1f299d4152..34f9525e3e28 100644 --- a/usr.sbin/mtest/mtest.8 +++ b/usr.sbin/mtest/mtest.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mtest/mtest.8,v 1.8 2004/07/02 23:12:49 ru Exp $ .\" .\" The following requests are required for all man pages. .Dd December 15, 1996 diff --git a/usr.sbin/mtest/mtest.c b/usr.sbin/mtest/mtest.c index f13bf492dfb5..44bf20cc339f 100644 --- a/usr.sbin/mtest/mtest.c +++ b/usr.sbin/mtest/mtest.c @@ -6,7 +6,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtest/mtest.c,v 1.6 2003/07/06 12:44:11 charnier Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 6376ea3af54e..7934d130fca7 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/Makefile,v 1.26 2003/11/05 22:26:07 phk Exp $ .PATH: ${.CURDIR}/../../usr.bin/cksum diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c index bf4353c51855..e17ef8f682e1 100644 --- a/usr.sbin/mtree/compare.c +++ b/usr.sbin/mtree/compare.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/compare.c,v 1.33 2004/01/11 19:25:56 phk Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/mtree/create.c b/usr.sbin/mtree/create.c index fa902e4649c2..cc5df3b9663c 100644 --- a/usr.sbin/mtree/create.c +++ b/usr.sbin/mtree/create.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/create.c,v 1.36 2004/01/11 19:38:48 phk Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/mtree/excludes.c b/usr.sbin/mtree/excludes.c index 21a49b04f744..3614af54ef69 100644 --- a/usr.sbin/mtree/excludes.c +++ b/usr.sbin/mtree/excludes.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/excludes.c,v 1.8 2003/10/21 08:27:05 phk Exp $"); #include <sys/types.h> #include <sys/time.h> /* XXX for mtree.h */ diff --git a/usr.sbin/mtree/extern.h b/usr.sbin/mtree/extern.h index 4b6fb3c1839a..4c7adb2f68f8 100644 --- a/usr.sbin/mtree/extern.h +++ b/usr.sbin/mtree/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mtree/extern.h,v 1.13 2004/01/11 19:38:48 phk Exp $ */ extern uint32_t crc_total; diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c index cc211f025911..21561caa25a8 100644 --- a/usr.sbin/mtree/misc.c +++ b/usr.sbin/mtree/misc.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif /*not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/misc.c,v 1.15 2004/01/11 19:25:56 phk Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 124b45f9f313..2d1d6d422bae 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mtree/mtree.8,v 1.47 2004/08/07 04:27:51 imp Exp $ .\" .Dd January 11, 2004 .Dt MTREE 8 diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index 76f623c23e2d..950f6a2a4486 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)mtree.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/mtree.c,v 1.29 2004/06/04 19:29:28 ru Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/mtree/mtree.h b/usr.sbin/mtree/mtree.h index 7d899c6f6d03..ea77b313753f 100644 --- a/usr.sbin/mtree/mtree.h +++ b/usr.sbin/mtree/mtree.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mtree.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mtree/mtree.h,v 1.6 2003/10/21 08:27:05 phk Exp $ */ #include <string.h> diff --git a/usr.sbin/mtree/spec.c b/usr.sbin/mtree/spec.c index 0407f78cfa2d..9b9b6ec2fb68 100644 --- a/usr.sbin/mtree/spec.c +++ b/usr.sbin/mtree/spec.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/spec.c,v 1.21 2003/11/19 15:28:21 phk Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/mtree/specspec.c b/usr.sbin/mtree/specspec.c index 59dd937bee74..89c18d61e8a0 100644 --- a/usr.sbin/mtree/specspec.c +++ b/usr.sbin/mtree/specspec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/specspec.c,v 1.5 2004/08/07 10:04:29 simokawa Exp $"); #include <err.h> #include <grp.h> diff --git a/usr.sbin/mtree/test/test00.sh b/usr.sbin/mtree/test/test00.sh index fce801bcd20e..a2e4b2806639 100644 --- a/usr.sbin/mtree/test/test00.sh +++ b/usr.sbin/mtree/test/test00.sh @@ -5,7 +5,7 @@ # # Please see src/share/examples/etc/bsd-style-copyright. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/test/test00.sh,v 1.3 2003/11/05 22:26:08 phk Exp $ # set -e diff --git a/usr.sbin/mtree/test/test01.sh b/usr.sbin/mtree/test/test01.sh index e4d3fc302bfe..d056b9128831 100644 --- a/usr.sbin/mtree/test/test01.sh +++ b/usr.sbin/mtree/test/test01.sh @@ -5,7 +5,7 @@ # # Please see src/share/examples/etc/bsd-style-copyright. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/test/test01.sh,v 1.1 2003/10/30 12:01:32 phk Exp $ # set -e diff --git a/usr.sbin/mtree/test/test02.sh b/usr.sbin/mtree/test/test02.sh index a7aa9168382c..450ebb3d397f 100644 --- a/usr.sbin/mtree/test/test02.sh +++ b/usr.sbin/mtree/test/test02.sh @@ -5,7 +5,7 @@ # # Please see src/share/examples/etc/bsd-style-copyright. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/test/test02.sh,v 1.1 2003/10/31 13:39:19 phk Exp $ # set -e diff --git a/usr.sbin/mtree/test/test03.sh b/usr.sbin/mtree/test/test03.sh index e320c4f63ff5..0525024a7ff1 100644 --- a/usr.sbin/mtree/test/test03.sh +++ b/usr.sbin/mtree/test/test03.sh @@ -5,7 +5,7 @@ # # Please see src/share/examples/etc/bsd-style-copyright. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/test/test03.sh,v 1.1 2003/11/05 22:26:39 phk Exp $ # set -e diff --git a/usr.sbin/mtree/test/test04.sh b/usr.sbin/mtree/test/test04.sh index 38acda2bf469..453d14667fc2 100644 --- a/usr.sbin/mtree/test/test04.sh +++ b/usr.sbin/mtree/test/test04.sh @@ -5,7 +5,7 @@ # # Please see src/share/examples/etc/bsd-style-copyright. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mtree/test/test04.sh,v 1.1 2003/11/13 11:02:57 phk Exp $ # set -e diff --git a/usr.sbin/mtree/verify.c b/usr.sbin/mtree/verify.c index 7f2cf8dbe846..a9d165895ce6 100644 --- a/usr.sbin/mtree/verify.c +++ b/usr.sbin/mtree/verify.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)verify.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mtree/verify.c,v 1.23 2004/01/11 19:25:56 phk Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/named-checkconf/Makefile b/usr.sbin/named-checkconf/Makefile index 8728b4ad15e9..1b36e4bde9b6 100644 --- a/usr.sbin/named-checkconf/Makefile +++ b/usr.sbin/named-checkconf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/named-checkconf/Makefile,v 1.3.2.2 2004/09/30 23:36:10 dougb Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/named-checkzone/Makefile b/usr.sbin/named-checkzone/Makefile index 39384e52a237..344deb3efa3e 100644 --- a/usr.sbin/named-checkzone/Makefile +++ b/usr.sbin/named-checkzone/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/named-checkzone/Makefile,v 1.3.2.1 2004/09/26 03:10:18 des Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/named.reload/Makefile b/usr.sbin/named.reload/Makefile index 7ea9d0650964..c384f2181ded 100644 --- a/usr.sbin/named.reload/Makefile +++ b/usr.sbin/named.reload/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/named.reload/Makefile,v 1.8.8.1 2004/09/26 03:10:19 des Exp $ SCRIPTS= named.reload.sh MAN= named.reload.8 diff --git a/usr.sbin/named.reload/named.reload.8 b/usr.sbin/named.reload/named.reload.8 index 64587742350e..ab92b6ff0730 100644 --- a/usr.sbin/named.reload/named.reload.8 +++ b/usr.sbin/named.reload/named.reload.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/named.reload/named.reload.8,v 1.7.2.1 2004/09/26 03:10:19 des Exp $ .\" .Dd September 21, 2004 .Dt NAMED.RELOAD 8 diff --git a/usr.sbin/named.reload/named.reload.sh b/usr.sbin/named.reload/named.reload.sh index d1ee3afeda9a..5fef87cf0cd3 100644 --- a/usr.sbin/named.reload/named.reload.sh +++ b/usr.sbin/named.reload/named.reload.sh @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/named.reload/named.reload.sh,v 1.2.26.1 2004/09/26 03:10:19 des Exp $ # rndc=/usr/sbin/rndc diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index 4cf8db3045a9..a8dff5e51a71 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/named/Makefile,v 1.35.6.2 2004/09/30 23:36:10 dougb Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile index c59581826fe9..4feef37ddfe5 100644 --- a/usr.sbin/ndiscvt/Makefile +++ b/usr.sbin/ndiscvt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ndiscvt/Makefile,v 1.5 2004/02/23 20:21:21 johan Exp $ .PATH: ${.CURDIR}/../../sys/compat/ndis diff --git a/usr.sbin/ndiscvt/inf-parse.y b/usr.sbin/ndiscvt/inf-parse.y index 8a8495671db5..d83817154817 100644 --- a/usr.sbin/ndiscvt/inf-parse.y +++ b/usr.sbin/ndiscvt/inf-parse.y @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/inf-parse.y,v 1.2 2004/01/02 04:31:06 wpaul Exp $"); #include <stdio.h> #include <sys/types.h> diff --git a/usr.sbin/ndiscvt/inf-token.l b/usr.sbin/ndiscvt/inf-token.l index cc1508bba4a2..4d361041dd3e 100644 --- a/usr.sbin/ndiscvt/inf-token.l +++ b/usr.sbin/ndiscvt/inf-token.l @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/inf-token.l,v 1.3 2004/01/11 21:10:35 mdodd Exp $"); #include <regex.h> #include <ctype.h> diff --git a/usr.sbin/ndiscvt/inf.c b/usr.sbin/ndiscvt/inf.c index de6c34227e9e..d5e050381c50 100644 --- a/usr.sbin/ndiscvt/inf.c +++ b/usr.sbin/ndiscvt/inf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/inf.c,v 1.13 2004/03/07 02:49:06 wpaul Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/ndiscvt/inf.h b/usr.sbin/ndiscvt/inf.h index 8d0b0c123de4..6367f3edab78 100644 --- a/usr.sbin/ndiscvt/inf.h +++ b/usr.sbin/ndiscvt/inf.h @@ -1,7 +1,7 @@ /* * $Id: inf.h,v 1.3 2003/11/30 21:58:16 winter Exp $ * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ndiscvt/inf.h,v 1.1 2003/12/11 22:38:14 wpaul Exp $ */ #define W_MAX 16 diff --git a/usr.sbin/ndiscvt/ndiscvt.8 b/usr.sbin/ndiscvt/ndiscvt.8 index 7c5294db29ed..c1e2be888063 100644 --- a/usr.sbin/ndiscvt/ndiscvt.8 +++ b/usr.sbin/ndiscvt/ndiscvt.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ndiscvt/ndiscvt.8,v 1.5 2004/08/01 20:04:31 wpaul Exp $ .\" .Dd December 10, 2003 .Dt NDISCVT 8 diff --git a/usr.sbin/ndiscvt/ndiscvt.c b/usr.sbin/ndiscvt/ndiscvt.c index a24711ea7ad7..60c5737f8831 100644 --- a/usr.sbin/ndiscvt/ndiscvt.c +++ b/usr.sbin/ndiscvt/ndiscvt.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/ndiscvt.c,v 1.9 2004/08/02 18:54:01 wpaul Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile index c35dfc7f5eaa..bef37530a5db 100644 --- a/usr.sbin/ndp/Makefile +++ b/usr.sbin/ndp/Makefile @@ -11,7 +11,7 @@ # AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ndp/Makefile,v 1.5 2004/03/31 20:58:39 bms Exp $ .PATH: ${.CURDIR}/../../contrib/tcpdump diff --git a/usr.sbin/ndp/gnuc.h b/usr.sbin/ndp/gnuc.h index c6412965c9db..5c6b29e3a309 100644 --- a/usr.sbin/ndp/gnuc.h +++ b/usr.sbin/ndp/gnuc.h @@ -1,2 +1,2 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ndp/gnuc.h,v 1.1 2000/01/06 12:40:40 shin Exp $ */ /* this is dummy to pacify gmt2local.c. */ diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8 index b39625a19edb..3de388087790 100644 --- a/usr.sbin/ndp/ndp.8 +++ b/usr.sbin/ndp/ndp.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ndp/ndp.8,v 1.13 2004/06/05 20:21:58 ru Exp $ .\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index de3a80ac1dd9..0c8c4c9796b1 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ndp/ndp.c,v 1.16 2004/08/07 04:27:51 imp Exp $ */ /* $KAME: ndp.c,v 1.104 2003/06/27 07:48:39 itojun Exp $ */ /* diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 9c301a1b9d1d..3f20a9d9a607 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/newsyslog/Makefile,v 1.16 2004/03/12 16:03:26 trhodes Exp $ PROG= newsyslog MAN= newsyslog.8 newsyslog.conf.5 diff --git a/usr.sbin/newsyslog/extern.h b/usr.sbin/newsyslog/extern.h index c350226f591a..51869292a551 100644 --- a/usr.sbin/newsyslog/extern.h +++ b/usr.sbin/newsyslog/extern.h @@ -29,7 +29,7 @@ * official policies, either expressed or implied, of the FreeBSD Project. * * ------+---------+---------+---------+---------+---------+---------+---------* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/newsyslog/extern.h,v 1.2 2003/09/23 00:00:26 gad Exp $ * ------+---------+---------+---------+---------+---------+---------+---------* */ diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 5899d7ea1b94..08b84162448c 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -1,7 +1,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/newsyslog/newsyslog.8,v 1.44 2004/07/02 23:12:50 ru Exp $ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 0a28c3f04ff2..d8fdf2cada53 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/newsyslog/newsyslog.c,v 1.96 2004/07/04 17:24:12 sobomax Exp $"); #define OSF #ifndef COMPRESS_POSTFIX diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index c6d69d886c31..6f9eea6a99fd 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -5,7 +5,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/newsyslog/newsyslog.conf.5,v 1.3 2004/06/13 18:03:43 ru Exp $ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" diff --git a/usr.sbin/newsyslog/pathnames.h b/usr.sbin/newsyslog/pathnames.h index 3d2c6ff29c8f..53139db4fa34 100644 --- a/usr.sbin/newsyslog/pathnames.h +++ b/usr.sbin/newsyslog/pathnames.h @@ -18,7 +18,7 @@ M.I.T. and the M.I.T. S.I.P.B. make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. - $FreeBSD$ + $FreeBSD: src/usr.sbin/newsyslog/pathnames.h,v 1.3 2001/07/30 15:17:17 obrien Exp $ */ diff --git a/usr.sbin/newsyslog/ptimes.c b/usr.sbin/newsyslog/ptimes.c index 474c69daba53..15bed332c7ce 100644 --- a/usr.sbin/newsyslog/ptimes.c +++ b/usr.sbin/newsyslog/ptimes.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/newsyslog/ptimes.c,v 1.5 2004/06/07 21:53:27 gad Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 5a7fe974cf8d..50251d358234 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nfsd/Makefile,v 1.16 2003/04/04 17:49:15 obrien Exp $ PROG= nfsd MAN= nfsd.8 diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index df614e7a9f6a..c36388b84738 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nfsd/nfsd.8,v 1.23 2004/08/07 04:27:52 imp Exp $ .\" .Dd March 29, 1995 .Dt NFSD 8 diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c index 273e3ecee191..2839bbd03e16 100644 --- a/usr.sbin/nfsd/nfsd.c +++ b/usr.sbin/nfsd/nfsd.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/nfsd/nfsd.c,v 1.30 2004/08/07 04:27:52 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index 364bbf7b8a7d..b039cf0b4536 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ngctl/Makefile,v 1.14 2004/01/26 10:27:18 ru Exp $ # $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $ PROG= ngctl diff --git a/usr.sbin/ngctl/config.c b/usr.sbin/ngctl/config.c index 9b4c2b7b9414..008b0db70c05 100644 --- a/usr.sbin/ngctl/config.c +++ b/usr.sbin/ngctl/config.c @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/config.c,v 1.3 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/connect.c b/usr.sbin/ngctl/connect.c index 460e6b26e334..b9ea3402768f 100644 --- a/usr.sbin/ngctl/connect.c +++ b/usr.sbin/ngctl/connect.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/connect.c,v 1.3 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/debug.c b/usr.sbin/ngctl/debug.c index fbfce4ee628b..af3f54ab5db5 100644 --- a/usr.sbin/ngctl/debug.c +++ b/usr.sbin/ngctl/debug.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/debug.c,v 1.2 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/dot.c b/usr.sbin/ngctl/dot.c index d5a43f5441ed..734d80f037e7 100644 --- a/usr.sbin/ngctl/dot.c +++ b/usr.sbin/ngctl/dot.c @@ -35,7 +35,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/dot.c,v 1.3 2004/01/27 21:52:52 ru Exp $ */ #include <inttypes.h> diff --git a/usr.sbin/ngctl/list.c b/usr.sbin/ngctl/list.c index e905d3348721..5d876ba322e7 100644 --- a/usr.sbin/ngctl/list.c +++ b/usr.sbin/ngctl/list.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/list.c,v 1.5 2004/01/27 21:52:52 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/main.c b/usr.sbin/ngctl/main.c index fcd61dfd9ab5..43e67c6f75d8 100644 --- a/usr.sbin/ngctl/main.c +++ b/usr.sbin/ngctl/main.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/main.c,v 1.16 2004/01/27 21:52:52 ru Exp $ * $Whistle: main.c,v 1.12 1999/11/29 19:17:46 archie Exp $ */ diff --git a/usr.sbin/ngctl/mkpeer.c b/usr.sbin/ngctl/mkpeer.c index 621d318ecf40..eabcb72079c2 100644 --- a/usr.sbin/ngctl/mkpeer.c +++ b/usr.sbin/ngctl/mkpeer.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/mkpeer.c,v 1.2 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c index c71815b5a423..d92dbb1a212a 100644 --- a/usr.sbin/ngctl/msg.c +++ b/usr.sbin/ngctl/msg.c @@ -35,7 +35,7 @@ * OF SUCH DAMAGE. * * $Whistle: msg.c,v 1.2 1999/11/29 23:38:35 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/msg.c,v 1.5 2004/01/27 21:52:52 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/name.c b/usr.sbin/ngctl/name.c index 3de136034785..21d9baa9d78f 100644 --- a/usr.sbin/ngctl/name.c +++ b/usr.sbin/ngctl/name.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/name.c,v 1.2 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/ngctl.8 b/usr.sbin/ngctl/ngctl.8 index 121c0f17e50e..b41cd3038137 100644 --- a/usr.sbin/ngctl/ngctl.8 +++ b/usr.sbin/ngctl/ngctl.8 @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY .\" OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ngctl/ngctl.8,v 1.15 2004/07/02 23:12:50 ru Exp $ .\" $Whistle: ngctl.8,v 1.6 1999/01/20 03:19:44 archie Exp $ .\" .Dd January 19, 1999 diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 1f7826e32a87..21fe1970033e 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/ngctl.h,v 1.12 2004/01/09 03:19:40 green Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c index 834cc0c909d9..f78ec94f86b4 100644 --- a/usr.sbin/ngctl/rmhook.c +++ b/usr.sbin/ngctl/rmhook.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/rmhook.c,v 1.3 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/show.c b/usr.sbin/ngctl/show.c index 6921ec45f7aa..4361d8da9d5a 100644 --- a/usr.sbin/ngctl/show.c +++ b/usr.sbin/ngctl/show.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/show.c,v 1.4 2004/01/27 21:52:52 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/shutdown.c b/usr.sbin/ngctl/shutdown.c index d391ba801e58..d67007797ca6 100644 --- a/usr.sbin/ngctl/shutdown.c +++ b/usr.sbin/ngctl/shutdown.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/shutdown.c,v 1.2 1999/11/30 02:45:32 archie Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/status.c b/usr.sbin/ngctl/status.c index 8c10a854afb8..b676ac3c3d16 100644 --- a/usr.sbin/ngctl/status.c +++ b/usr.sbin/ngctl/status.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/status.c,v 1.2 2004/01/26 10:27:18 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/types.c b/usr.sbin/ngctl/types.c index 30c5c168c6ca..9ceaab525a03 100644 --- a/usr.sbin/ngctl/types.c +++ b/usr.sbin/ngctl/types.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/types.c,v 1.4 2004/01/27 21:52:52 ru Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/ngctl/write.c b/usr.sbin/ngctl/write.c index d1bdca09427e..8b2b32685c0f 100644 --- a/usr.sbin/ngctl/write.c +++ b/usr.sbin/ngctl/write.c @@ -30,7 +30,7 @@ * THIS SOFTWARE, EVEN IF ARCHIE L. COBBS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ngctl/write.c,v 1.1 2002/01/22 22:01:25 archie Exp $ */ #include "ngctl.h" diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile index 73f2df3bf935..8b060169b2b9 100644 --- a/usr.sbin/nghook/Makefile +++ b/usr.sbin/nghook/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nghook/Makefile,v 1.8 2004/02/23 20:21:21 johan Exp $ # $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $ PROG= nghook diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index 700ca5e1a59d..391508ac01c2 100644 --- a/usr.sbin/nghook/main.c +++ b/usr.sbin/nghook/main.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nghook/main.c,v 1.11 2003/10/24 10:01:36 harti Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/nghook/nghook.8 b/usr.sbin/nghook/nghook.8 index 213cf588382b..9e9073823d52 100644 --- a/usr.sbin/nghook/nghook.8 +++ b/usr.sbin/nghook/nghook.8 @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY .\" OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nghook/nghook.8,v 1.16 2004/06/05 20:21:17 ru Exp $ .\" $Whistle: nghook.8,v 1.4 1999/01/20 03:19:45 archie Exp $ .\" .Dd October 24, 2003 diff --git a/usr.sbin/nologin/Makefile b/usr.sbin/nologin/Makefile index 48efba2956ac..c3de198968ac 100644 --- a/usr.sbin/nologin/Makefile +++ b/usr.sbin/nologin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/22/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/nologin/Makefile,v 1.12 2004/03/13 04:39:45 cperciva Exp $ PROG= nologin MAN= nologin.5 nologin.8 diff --git a/usr.sbin/nologin/nologin.5 b/usr.sbin/nologin/nologin.5 index 961f5a39b1ed..69bd38ae2bbe 100644 --- a/usr.sbin/nologin/nologin.5 +++ b/usr.sbin/nologin/nologin.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nologin.8 8.1 (Berkeley) 6/19/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nologin/nologin.5,v 1.14 2004/08/07 04:27:52 imp Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 5 diff --git a/usr.sbin/nologin/nologin.8 b/usr.sbin/nologin/nologin.8 index d03aa33d96b4..04078ff77e24 100644 --- a/usr.sbin/nologin/nologin.8 +++ b/usr.sbin/nologin/nologin.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nologin.8 8.1 (Berkeley) 6/19/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/nologin/nologin.8,v 1.14 2004/08/07 04:27:52 imp Exp $ .\" .Dd June 19, 1993 .Dt NOLOGIN 8 diff --git a/usr.sbin/nologin/nologin.c b/usr.sbin/nologin/nologin.c index a13c517d0554..3e0600667adf 100644 --- a/usr.sbin/nologin/nologin.c +++ b/usr.sbin/nologin/nologin.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/nologin/nologin.c,v 1.4 2004/03/13 04:41:40 cperciva Exp $"); #include <stdio.h> #include <syslog.h> diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index 71d130938bf3..e9050bf91209 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -1,5 +1,5 @@ # Makefile for ntpd. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/Makefile,v 1.10 2004/07/22 08:35:41 roberto Exp $ SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \ ntptime ntp-keygen sntp diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 4b931a878bc9..029732a91519 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/Makefile.inc,v 1.6 2004/08/06 07:27:06 cperciva Exp $ DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H NTPDEFS= -DSYS_FREEBSD diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 207992c2985b..5a867e7a5e5b 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/ntp/config.h,v 1.12 2004/07/25 22:02:30 roberto Exp $ */ /* Is adjtime() accurate? */ /* #undef ADJTIME_IS_ACCURATE */ diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile index fd6a19501291..7f621fcd8601 100644 --- a/usr.sbin/ntp/doc/Makefile +++ b/usr.sbin/ntp/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.10 2004/07/20 15:44:31 roberto Exp $ MAINTAINER= sheldonh diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index 37a61beb85da..431b98e52658 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntp.conf.5,v 1.16 2004/07/03 18:35:51 ru Exp $ .\" .Dd January 13, 2000 .Dt NTP.CONF 5 diff --git a/usr.sbin/ntp/doc/ntp.keys.5 b/usr.sbin/ntp/doc/ntp.keys.5 index dc9531ce245e..6b741b92a1b4 100644 --- a/usr.sbin/ntp/doc/ntp.keys.5 +++ b/usr.sbin/ntp/doc/ntp.keys.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntp.keys.5,v 1.6 2002/12/27 12:15:38 schweikh Exp $ .\" .Dd January 13, 2000 .Dt NTP.KEYS 5 diff --git a/usr.sbin/ntp/doc/ntpd.8 b/usr.sbin/ntp/doc/ntpd.8 index 14457c7bfd7c..a548f354325b 100644 --- a/usr.sbin/ntp/doc/ntpd.8 +++ b/usr.sbin/ntp/doc/ntpd.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpd.8,v 1.10 2004/07/03 18:35:51 ru Exp $ .\" .Dd August 2, 2001 .Dt NTPD 8 diff --git a/usr.sbin/ntp/doc/ntpdate.8 b/usr.sbin/ntp/doc/ntpdate.8 index 78f69eacbf14..3966bc432ae6 100644 --- a/usr.sbin/ntp/doc/ntpdate.8 +++ b/usr.sbin/ntp/doc/ntpdate.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpdate.8,v 1.7 2002/11/27 15:25:07 ru Exp $ .\" .Dd January 6, 2000 .Dt NTPDATE 8 diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8 index d371a3271bc5..024900f95770 100644 --- a/usr.sbin/ntp/doc/ntpdc.8 +++ b/usr.sbin/ntp/doc/ntpdc.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpdc.8,v 1.12 2004/07/03 18:35:51 ru Exp $ .\" .Dd January 7, 2000 .Dt NTPDC 8 diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index 4c0d7ca9649e..3eb9e0efabe9 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntpq.8,v 1.16 2004/07/03 18:35:51 ru Exp $ .\" .Dd January 7, 2000 .Dt NTPQ 8 diff --git a/usr.sbin/ntp/doc/ntptime.8 b/usr.sbin/ntp/doc/ntptime.8 index f130307457f3..3ce0e3627e6f 100644 --- a/usr.sbin/ntp/doc/ntptime.8 +++ b/usr.sbin/ntp/doc/ntptime.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntptime.8,v 1.4 2002/07/14 14:44:40 charnier Exp $ .\" .Dd January 7, 2000 .Dt NTPTIME 8 diff --git a/usr.sbin/ntp/doc/ntptrace.8 b/usr.sbin/ntp/doc/ntptrace.8 index 554a3c0c27c8..687935baf79a 100644 --- a/usr.sbin/ntp/doc/ntptrace.8 +++ b/usr.sbin/ntp/doc/ntptrace.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ntp/doc/ntptrace.8,v 1.7 2004/07/02 23:12:51 ru Exp $ .\" .Dd January 6, 2000 .Dt NTPTRACE 8 diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index c6b451df8fbc..6dd579fd56fe 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/libntp/Makefile,v 1.9 2004/07/20 15:44:31 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/libntp \ ${.CURDIR}/../../../contrib/ntp/libisc diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile index 10b97965792b..573cba54d65f 100644 --- a/usr.sbin/ntp/libparse/Makefile +++ b/usr.sbin/ntp/libparse/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/libparse/Makefile,v 1.6 2003/04/04 17:49:16 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/libparse diff --git a/usr.sbin/ntp/ntp-keygen/Makefile b/usr.sbin/ntp/ntp-keygen/Makefile index ebb39339e365..bb221da7a38c 100644 --- a/usr.sbin/ntp/ntp-keygen/Makefile +++ b/usr.sbin/ntp/ntp-keygen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntp-keygen/Makefile,v 1.2 2004/07/22 09:10:52 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/util \ ${.CURDIR}/../../../contrib/ntp/ntpd diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index d16dcc1cb061..bdb1c090fbea 100644 --- a/usr.sbin/ntp/ntpd/Makefile +++ b/usr.sbin/ntp/ntpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpd/Makefile,v 1.10 2004/07/22 09:10:52 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpd diff --git a/usr.sbin/ntp/ntpdate/Makefile b/usr.sbin/ntp/ntpdate/Makefile index eba0fdf7fcfc..0d791d3e062c 100644 --- a/usr.sbin/ntp/ntpdate/Makefile +++ b/usr.sbin/ntp/ntpdate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpdate/Makefile,v 1.4 2004/07/20 15:44:31 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate diff --git a/usr.sbin/ntp/ntpdc/Makefile b/usr.sbin/ntp/ntpdc/Makefile index 94947f5345f4..133dd2f9e9ae 100644 --- a/usr.sbin/ntp/ntpdc/Makefile +++ b/usr.sbin/ntp/ntpdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpdc/Makefile,v 1.8 2004/07/22 08:14:37 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpdc diff --git a/usr.sbin/ntp/ntpq/Makefile b/usr.sbin/ntp/ntpq/Makefile index a296bffa3fa9..48471af894bf 100644 --- a/usr.sbin/ntp/ntpq/Makefile +++ b/usr.sbin/ntp/ntpq/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntpq/Makefile,v 1.8 2004/07/22 08:38:14 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/ntpq diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile index 9e14c38cb096..ac7a3997fcde 100644 --- a/usr.sbin/ntp/ntptime/Makefile +++ b/usr.sbin/ntp/ntptime/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntptime/Makefile,v 1.3 2001/07/20 06:20:05 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/util diff --git a/usr.sbin/ntp/ntptrace/Makefile b/usr.sbin/ntp/ntptrace/Makefile index e570a97745b0..8a5a731e4f8b 100644 --- a/usr.sbin/ntp/ntptrace/Makefile +++ b/usr.sbin/ntp/ntptrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/ntptrace/Makefile,v 1.4 2004/07/20 15:44:32 roberto Exp $ .PATH: ${.CURDIR}/../scripts diff --git a/usr.sbin/ntp/scripts/mkver b/usr.sbin/ntp/scripts/mkver index d54386d5fd6a..4f340ee043f4 100755 --- a/usr.sbin/ntp/scripts/mkver +++ b/usr.sbin/ntp/scripts/mkver @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/mkver,v 1.9 2004/07/20 15:44:32 roberto Exp $ # PROG=${1-UNKNOWN} diff --git a/usr.sbin/ntp/scripts/ntptrace b/usr.sbin/ntp/scripts/ntptrace index 8a895c4ba0be..4319623c5f9e 100644 --- a/usr.sbin/ntp/scripts/ntptrace +++ b/usr.sbin/ntp/scripts/ntptrace @@ -1,6 +1,6 @@ #! /usr/local/bin/perl -w # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/ntptrace,v 1.1 2004/07/20 15:44:32 roberto Exp $ # John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org diff --git a/usr.sbin/ntp/scripts/ntpver b/usr.sbin/ntp/scripts/ntpver index 6dbc510db8c2..f457be9a0379 100755 --- a/usr.sbin/ntp/scripts/ntpver +++ b/usr.sbin/ntp/scripts/ntpver @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/scripts/ntpver,v 1.1 1999/12/13 14:09:56 roberto Exp $ # print version string of NTP daemon # Copyright (c) 1997 by Ulrich Windl # Modified 970318: Harlan Stenn: rewritten... diff --git a/usr.sbin/ntp/sntp/Makefile b/usr.sbin/ntp/sntp/Makefile index ac8a4350b13a..e75140d48b28 100644 --- a/usr.sbin/ntp/sntp/Makefile +++ b/usr.sbin/ntp/sntp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ntp/sntp/Makefile,v 1.1 2004/07/20 15:45:04 roberto Exp $ .PATH: ${.CURDIR}/../../../contrib/ntp/sntp diff --git a/usr.sbin/ofwdump/Makefile b/usr.sbin/ofwdump/Makefile index b94ffd1bf59b..88063a89f72d 100644 --- a/usr.sbin/ofwdump/Makefile +++ b/usr.sbin/ofwdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ofwdump/Makefile,v 1.4 2004/05/22 16:51:11 marius Exp $ PROG= ofwdump MAN= ofwdump.8 diff --git a/usr.sbin/ofwdump/ofw_util.c b/usr.sbin/ofwdump/ofw_util.c index 71361d452511..223ef16d10a3 100644 --- a/usr.sbin/ofwdump/ofw_util.c +++ b/usr.sbin/ofwdump/ofw_util.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ofwdump/ofw_util.c,v 1.5 2004/05/22 16:51:11 marius Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.sbin/ofwdump/ofw_util.h b/usr.sbin/ofwdump/ofw_util.h index af8f01f233b2..3c562bbac7d5 100644 --- a/usr.sbin/ofwdump/ofw_util.h +++ b/usr.sbin/ofwdump/ofw_util.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ofwdump/ofw_util.h,v 1.3 2004/05/22 16:51:11 marius Exp $ */ #ifndef OFW_UTIL_H diff --git a/usr.sbin/ofwdump/ofwdump.8 b/usr.sbin/ofwdump/ofwdump.8 index 995d93704d18..cc9712517583 100644 --- a/usr.sbin/ofwdump/ofwdump.8 +++ b/usr.sbin/ofwdump/ofwdump.8 @@ -21,7 +21,7 @@ .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ofwdump/ofwdump.8,v 1.5 2004/07/02 23:12:51 ru Exp $ .\" .Dd October 18, 2002 .Dt OFWDUMP 8 sparc64 diff --git a/usr.sbin/ofwdump/ofwdump.c b/usr.sbin/ofwdump/ofwdump.c index ea25caa16daf..15eb85f9a1b1 100644 --- a/usr.sbin/ofwdump/ofwdump.c +++ b/usr.sbin/ofwdump/ofwdump.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ofwdump/ofwdump.c,v 1.2 2004/05/22 16:51:11 marius Exp $"); #include <dev/ofw/openfirm.h> #include <dev/ofw/openfirmio.h> diff --git a/usr.sbin/ofwdump/pathnames.h b/usr.sbin/ofwdump/pathnames.h index 32f5fe624db6..22b65f112582 100644 --- a/usr.sbin/ofwdump/pathnames.h +++ b/usr.sbin/ofwdump/pathnames.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ofwdump/pathnames.h,v 1.1 2002/10/18 15:37:15 tmm Exp $ */ #include <paths.h> diff --git a/usr.sbin/pccard/Makefile b/usr.sbin/pccard/Makefile index 10b8a4c849c7..10da2adfeeb2 100644 --- a/usr.sbin/pccard/Makefile +++ b/usr.sbin/pccard/Makefile @@ -1,5 +1,5 @@ # Makefile for pccardc/pccardd. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pccard/Makefile,v 1.6 2001/07/20 06:20:07 obrien Exp $ SUBDIR= pccardc pccardd diff --git a/usr.sbin/pccard/Makefile.inc b/usr.sbin/pccard/Makefile.inc index 88fdf2cf5eb2..4a0324d74778 100644 --- a/usr.sbin/pccard/Makefile.inc +++ b/usr.sbin/pccard/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pccard/Makefile.inc,v 1.8 2001/07/20 04:23:10 obrien Exp $ NOSHARED?= YES diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index d0649a2dc42c..7dc2727f0ccd 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -1,6 +1,6 @@ # pccardc Makefile # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pccard/pccardc/Makefile,v 1.16 2003/04/04 17:49:16 obrien Exp $ .PATH: ${.CURDIR}/../pccardd diff --git a/usr.sbin/pccard/pccardc/beep.c b/usr.sbin/pccard/pccardc/beep.c index be62c56238a7..94825ed0e062 100644 --- a/usr.sbin/pccard/pccardc/beep.c +++ b/usr.sbin/pccard/pccardc/beep.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/beep.c,v 1.3 2002/04/22 13:44:45 des Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pccard/pccardc/dumpcis.c b/usr.sbin/pccard/pccardc/dumpcis.c index d5fc7579933f..309528754659 100644 --- a/usr.sbin/pccard/pccardc/dumpcis.c +++ b/usr.sbin/pccard/pccardc/dumpcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/dumpcis.c,v 1.12 1999/08/28 01:17:31 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/dumpcisfile.c b/usr.sbin/pccard/pccardc/dumpcisfile.c index 6a415ba44e50..621b264f2ad4 100644 --- a/usr.sbin/pccard/pccardc/dumpcisfile.c +++ b/usr.sbin/pccard/pccardc/dumpcisfile.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/dumpcisfile.c,v 1.1 2003/02/25 22:14:38 green Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/enabler.c b/usr.sbin/pccard/pccardc/enabler.c index 11ee0bb88208..5fe2cc1dd9ee 100644 --- a/usr.sbin/pccard/pccardc/enabler.c +++ b/usr.sbin/pccard/pccardc/enabler.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/enabler.c,v 1.14 2003/07/18 21:53:42 dds Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/pccardc.8 b/usr.sbin/pccard/pccardc/pccardc.8 index b47a19c6506f..26efbb9427ab 100644 --- a/usr.sbin/pccard/pccardc/pccardc.8 +++ b/usr.sbin/pccard/pccardc/pccardc.8 @@ -26,7 +26,7 @@ .\" .\" Translated to English by Hiroki Sato <hrs@geocities.co.jp> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pccard/pccardc/pccardc.8,v 1.20 2004/07/02 23:12:51 ru Exp $ .\" .Dd November 14, 1998 .Dt PCCARDC 8 diff --git a/usr.sbin/pccard/pccardc/pccardc.c b/usr.sbin/pccard/pccardc/pccardc.c index c1f6eced7507..6781a0e3e927 100644 --- a/usr.sbin/pccard/pccardc/pccardc.c +++ b/usr.sbin/pccard/pccardc/pccardc.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/pccardc.c,v 1.13 2004/05/16 22:08:17 stefanf Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/pccardmem.c b/usr.sbin/pccard/pccardc/pccardmem.c index 0b1d1764c16d..818ff6c544b8 100644 --- a/usr.sbin/pccard/pccardc/pccardmem.c +++ b/usr.sbin/pccard/pccardc/pccardmem.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/pccardmem.c,v 1.13 2003/06/09 06:16:18 imp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/power.c b/usr.sbin/pccard/pccardc/power.c index 59d43a57436a..9622f6151ec4 100644 --- a/usr.sbin/pccard/pccardc/power.c +++ b/usr.sbin/pccard/pccardc/power.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pccard/pccardc/power.c,v 1.3 2002/04/22 13:44:45 des Exp $ */ /* * Code cleanup, bug-fix and extension diff --git a/usr.sbin/pccard/pccardc/printcis.c b/usr.sbin/pccard/pccardc/printcis.c index f8a53b3cc867..8a89c23f224b 100644 --- a/usr.sbin/pccard/pccardc/printcis.c +++ b/usr.sbin/pccard/pccardc/printcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/printcis.c,v 1.13 2001/05/07 21:51:54 dmlb Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/pccard/pccardc/rdmap.c b/usr.sbin/pccard/pccardc/rdmap.c index 3ac81f930ca9..93f7ff8e8ed1 100644 --- a/usr.sbin/pccard/pccardc/rdmap.c +++ b/usr.sbin/pccard/pccardc/rdmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/rdmap.c,v 1.12 1999/08/28 01:17:33 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/rdreg.c b/usr.sbin/pccard/pccardc/rdreg.c index a3171487998a..9d6b7bbc568b 100644 --- a/usr.sbin/pccard/pccardc/rdreg.c +++ b/usr.sbin/pccard/pccardc/rdreg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/rdreg.c,v 1.12 1999/08/28 01:17:33 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/wrattr.c b/usr.sbin/pccard/pccardc/wrattr.c index cc3df8ecbee8..6166a6518c36 100644 --- a/usr.sbin/pccard/pccardc/wrattr.c +++ b/usr.sbin/pccard/pccardc/wrattr.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/wrattr.c,v 1.13 1999/08/28 01:17:33 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardc/wrreg.c b/usr.sbin/pccard/pccardc/wrreg.c index 5fda2a72f24c..84f608928222 100644 --- a/usr.sbin/pccard/pccardc/wrreg.c +++ b/usr.sbin/pccard/pccardc/wrreg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardc/wrreg.c,v 1.12 1999/08/28 01:17:34 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pccard/pccardd/Makefile b/usr.sbin/pccard/pccardd/Makefile index b7fae27df8bc..da0907fe3ff6 100644 --- a/usr.sbin/pccard/pccardd/Makefile +++ b/usr.sbin/pccard/pccardd/Makefile @@ -1,5 +1,5 @@ # Makefile for pccardd -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pccard/pccardd/Makefile,v 1.8 2003/04/04 17:49:16 obrien Exp $ .PATH: ${.CURDIR}/../pccardc diff --git a/usr.sbin/pccard/pccardd/cardd.c b/usr.sbin/pccard/pccardd/cardd.c index c91ecd259d3d..8d6f59e52f5f 100644 --- a/usr.sbin/pccard/pccardd/cardd.c +++ b/usr.sbin/pccard/pccardd/cardd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/cardd.c,v 1.80 2003/04/23 23:41:48 imp Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/cardd.h b/usr.sbin/pccard/pccardd/cardd.h index ab7a0e1b4ea7..53925a397b6b 100644 --- a/usr.sbin/pccard/pccardd/cardd.h +++ b/usr.sbin/pccard/pccardd/cardd.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pccard/pccardd/cardd.h,v 1.31 2003/08/03 06:17:06 imp Exp $ * * Common include file for PCMCIA daemon */ diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c index 93ad066d2f8b..8d4cfb915b16 100644 --- a/usr.sbin/pccard/pccardd/file.c +++ b/usr.sbin/pccard/pccardd/file.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/file.c,v 1.36 2003/10/04 18:43:21 imp Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index 4cb8e863454f..8394d90ab37e 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pccard/pccardd/pccard.conf.5,v 1.25 2004/07/02 23:12:51 ru Exp $ .\" .Dd November 2, 1994 .Dt PCCARD.CONF 5 diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 34c95aa1178a..26c11a0197bf 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pccard/pccardd/pccardd.8,v 1.31 2004/07/02 23:12:51 ru Exp $ .\" .Dd November 1, 1994 .Dt PCCARDD 8 diff --git a/usr.sbin/pccard/pccardd/pccardd.c b/usr.sbin/pccard/pccardd/pccardd.c index 11d07166b302..3199358718fb 100644 --- a/usr.sbin/pccard/pccardd/pccardd.c +++ b/usr.sbin/pccard/pccardd/pccardd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/pccardd.c,v 1.16 2003/12/26 10:01:29 maxim Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.sbin/pccard/pccardd/readcis.c b/usr.sbin/pccard/pccardd/readcis.c index 73b72efb9eaf..c087ab61a6d2 100644 --- a/usr.sbin/pccard/pccardd/readcis.c +++ b/usr.sbin/pccard/pccardd/readcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/readcis.c,v 1.26 2003/03/14 21:11:01 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/pccard/pccardd/readcis.h b/usr.sbin/pccard/pccardd/readcis.h index 8ebd74531fe2..a0b2e1726246 100644 --- a/usr.sbin/pccard/pccardd/readcis.h +++ b/usr.sbin/pccard/pccardd/readcis.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pccard/pccardd/readcis.h,v 1.15 2003/02/25 22:14:38 green Exp $ */ struct tuple { diff --git a/usr.sbin/pccard/pccardd/server.c b/usr.sbin/pccard/pccardd/server.c index 8c6177eff4c2..2bfc9f6c0556 100644 --- a/usr.sbin/pccard/pccardd/server.c +++ b/usr.sbin/pccard/pccardd/server.c @@ -7,7 +7,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/server.c,v 1.3 2003/06/09 06:17:07 imp Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/util.c b/usr.sbin/pccard/pccardd/util.c index 8f9a48df3b7c..cfdb5ad414da 100644 --- a/usr.sbin/pccard/pccardd/util.c +++ b/usr.sbin/pccard/pccardd/util.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pccard/pccardd/util.c,v 1.17 2001/02/25 19:52:42 gj Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index d892a1282197..45ac32b856a6 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -1,5 +1,5 @@ # $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pciconf/Makefile,v 1.9 2001/07/20 06:20:07 obrien Exp $ PROG= pciconf MAN= pciconf.8 diff --git a/usr.sbin/pciconf/pathnames.h b/usr.sbin/pciconf/pathnames.h index 719615a478fc..b5cebb6f1dab 100644 --- a/usr.sbin/pciconf/pathnames.h +++ b/usr.sbin/pciconf/pathnames.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pciconf/pathnames.h,v 1.2 2000/12/07 10:52:59 msmith Exp $ */ #define _PATH_DEVPCI "/dev/pci" #define _PATH_PCIVDB "/usr/share/misc/pci_vendors" diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index ea41bbad46b9..e95d46fd668c 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pciconf/pciconf.8,v 1.26 2004/01/06 20:23:20 rwatson Exp $ .\" .Dd February 7, 1997 .Dt PCICONF 8 diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index 0ea232aea408..a1092bdfbd1e 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pciconf/pciconf.c,v 1.23 2004/08/07 16:36:46 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/pcvt/Makefile b/usr.sbin/pcvt/Makefile index 0dbdf050ca36..32413b6d3c46 100644 --- a/usr.sbin/pcvt/Makefile +++ b/usr.sbin/pcvt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Makefile,v 1.7 2000/03/26 11:20:36 hm Exp $ SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \ userkeys vttest ispcvt diff --git a/usr.sbin/pcvt/Makefile.inc b/usr.sbin/pcvt/Makefile.inc index 7899d9c307d2..e0df0b1eb1fa 100644 --- a/usr.sbin/pcvt/Makefile.inc +++ b/usr.sbin/pcvt/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Makefile.inc,v 1.8 2001/03/20 18:16:53 ru Exp $ FONTDIR = /usr/share/misc/pcvtfonts diff --git a/usr.sbin/pcvt/Misc/Doc/Makefile b/usr.sbin/pcvt/Misc/Doc/Makefile index a6d96604d977..41d8bee922eb 100644 --- a/usr.sbin/pcvt/Misc/Doc/Makefile +++ b/usr.sbin/pcvt/Misc/Doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Doc/Makefile,v 1.7 2001/12/17 13:59:35 ru Exp $ NOOBJ= noobj FILES= Acknowledgements Bibliography CharGen \ diff --git a/usr.sbin/pcvt/Misc/Doc/NotesAndHints b/usr.sbin/pcvt/Misc/Doc/NotesAndHints index 8accc2f31986..3fe25a5d3a1d 100644 --- a/usr.sbin/pcvt/Misc/Doc/NotesAndHints +++ b/usr.sbin/pcvt/Misc/Doc/NotesAndHints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Doc/NotesAndHints,v 1.6 2003/01/01 18:49:02 schweikh Exp $ Random Notes and Hints Last Edit-Date: [Sun Apr 2 18:28:09 1995] -------------------------------------------------------------------------------- diff --git a/usr.sbin/pcvt/Misc/Etc/Makefile b/usr.sbin/pcvt/Misc/Etc/Makefile index 5e1aac5aa040..f5bff124023f 100644 --- a/usr.sbin/pcvt/Misc/Etc/Makefile +++ b/usr.sbin/pcvt/Misc/Etc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Etc/Makefile,v 1.8 2001/12/17 13:59:35 ru Exp $ NOOBJ= noobj FILES= Termcap Terminfo pcvt.el xmodmap-german pcvt.sh diff --git a/usr.sbin/pcvt/Misc/Etc/pcvt.sh b/usr.sbin/pcvt/Misc/Etc/pcvt.sh index cc3b34b2b572..bffff699bc71 100644 --- a/usr.sbin/pcvt/Misc/Etc/pcvt.sh +++ b/usr.sbin/pcvt/Misc/Etc/pcvt.sh @@ -13,7 +13,7 @@ # # last edit-date: [Fri Mar 31 10:40:18 2000] # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Etc/pcvt.sh,v 1.1 2000/03/31 08:39:33 hm Exp $ # #--------------------------------------------------------------------------- diff --git a/usr.sbin/pcvt/Misc/Makefile b/usr.sbin/pcvt/Misc/Makefile index 6eff974ca3a0..834f0bdf06da 100644 --- a/usr.sbin/pcvt/Misc/Makefile +++ b/usr.sbin/pcvt/Misc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Makefile,v 1.5 2001/12/17 13:59:35 ru Exp $ NOOBJ= noobj FILES= README.FIRST diff --git a/usr.sbin/pcvt/Misc/Makefile.inc b/usr.sbin/pcvt/Misc/Makefile.inc index c7a2ebcc0ca8..442d60de8b27 100644 --- a/usr.sbin/pcvt/Misc/Makefile.inc +++ b/usr.sbin/pcvt/Misc/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/Misc/Makefile.inc,v 1.5 2001/12/17 13:59:35 ru Exp $ DISTRIBUTION= doc BINDIR= ${SHAREDIR}/pcvt diff --git a/usr.sbin/pcvt/Misc/README.FIRST b/usr.sbin/pcvt/Misc/README.FIRST index a2701c7e261e..235f769b57ef 100644 --- a/usr.sbin/pcvt/Misc/README.FIRST +++ b/usr.sbin/pcvt/Misc/README.FIRST @@ -181,4 +181,4 @@ Have fun! Hellmuth -$FreeBSD$ +$FreeBSD: src/usr.sbin/pcvt/Misc/README.FIRST,v 1.6 2000/03/28 09:26:48 hm Exp $ diff --git a/usr.sbin/pcvt/cursor/Makefile b/usr.sbin/pcvt/cursor/Makefile index fb068782e417..48db924977a0 100644 --- a/usr.sbin/pcvt/cursor/Makefile +++ b/usr.sbin/pcvt/cursor/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/cursor/Makefile,v 1.7 2001/03/26 14:41:05 ru Exp $ PROG= cursor diff --git a/usr.sbin/pcvt/cursor/cursor.1 b/usr.sbin/pcvt/cursor/cursor.1 index 6e31d4b37a50..3fe0eaced0f1 100644 --- a/usr.sbin/pcvt/cursor/cursor.1 +++ b/usr.sbin/pcvt/cursor/cursor.1 @@ -24,7 +24,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 16:33:23 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/cursor/cursor.1,v 1.10 2001/07/10 15:11:33 ru Exp $ .\" .Dd March 27, 2000 .Dt CURSOR 1 diff --git a/usr.sbin/pcvt/cursor/cursor.c b/usr.sbin/pcvt/cursor/cursor.c index 01bdd102b376..8fb27134e44f 100644 --- a/usr.sbin/pcvt/cursor/cursor.c +++ b/usr.sbin/pcvt/cursor/cursor.c @@ -34,7 +34,7 @@ */ static char *id = - "@(#)cursor.c, 3.20, Last Edit-Date: [Tue Apr 4 12:27:54 1995]\n$FreeBSD$"; + "@(#)cursor.c, 3.20, Last Edit-Date: [Tue Apr 4 12:27:54 1995]\n$FreeBSD: src/usr.sbin/pcvt/cursor/cursor.c,v 1.10 2001/01/19 23:11:18 kris Exp $"; /*---------------------------------------------------------------------------* * diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile index ee2d1ef3378c..ba142290af13 100644 --- a/usr.sbin/pcvt/demo/Makefile +++ b/usr.sbin/pcvt/demo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/demo/Makefile,v 1.9 2001/07/20 06:20:08 obrien Exp $ PROG= playvt NOMAN= #true diff --git a/usr.sbin/pcvt/demo/chardemo.vt.gz.uu b/usr.sbin/pcvt/demo/chardemo.vt.gz.uu index f26c6fcd90f0..3782d8f876da 100644 --- a/usr.sbin/pcvt/demo/chardemo.vt.gz.uu +++ b/usr.sbin/pcvt/demo/chardemo.vt.gz.uu @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/demo/chardemo.vt.gz.uu,v 1.4 2000/08/15 09:17:50 kris Exp $ begin 644 chardemo.vt.gz M'XL("):V^BX"`V-H87)D96UO+G9T`*7829,=5Q5%X3D1X!]0DZ(1($`F[VLR M\UI"IF3`1V",<=DT%IT0!MF6)6%D^N:OLW*OO!',J<E>\09U[N2;Y,6CBP>' diff --git a/usr.sbin/pcvt/demo/colors.vt.gz.uu b/usr.sbin/pcvt/demo/colors.vt.gz.uu index 456e6dcf01fb..f2441503b450 100644 --- a/usr.sbin/pcvt/demo/colors.vt.gz.uu +++ b/usr.sbin/pcvt/demo/colors.vt.gz.uu @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/demo/colors.vt.gz.uu,v 1.4 2000/08/15 09:17:50 kris Exp $ begin 644 colors.vt.gz M'XL("):V^BX"`V-O;&]R<RYV=`#MU+UNG$`4!>!^I7T"FGD`Q^+^S)TB2N-8 M;B(GA=UMM;*1C;(8":\E/W[,G(.SX0E2+,WE(#%\@N$T._.O7H;MYO;NR_6O diff --git a/usr.sbin/pcvt/demo/playvt.c b/usr.sbin/pcvt/demo/playvt.c index 17eeca9fa1a6..f88cd4e28eab 100644 --- a/usr.sbin/pcvt/demo/playvt.c +++ b/usr.sbin/pcvt/demo/playvt.c @@ -36,7 +36,7 @@ static char *id = "@(#)playvt.c, 1.00, Last Edit-Date: [Sun Jan 1 18:32:22 1995]"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pcvt/demo/playvt.c,v 1.6 2001/03/01 06:22:43 imp Exp $"; #endif /* not lint */ /*---------------------------------------------------------------------------* diff --git a/usr.sbin/pcvt/demo/sgr.vt.gz.uu b/usr.sbin/pcvt/demo/sgr.vt.gz.uu index b2f0eef012f1..ec9acc656592 100644 --- a/usr.sbin/pcvt/demo/sgr.vt.gz.uu +++ b/usr.sbin/pcvt/demo/sgr.vt.gz.uu @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/demo/sgr.vt.gz.uu,v 1.4 2000/08/15 09:17:50 kris Exp $ begin 644 sgr.vt.gz M'XL("):V^BX"`W-G<BYV=`"%44U/@T`0/2]_H9<Y:AH;MMT5#?&`L*D8^Q&H MIYYJNU0BA0:HO]]AV18L&"=D=LE[,^\]&*Q-VXP&ZU=CL#8/)!1OPEW!-'"6 diff --git a/usr.sbin/pcvt/fed/Makefile b/usr.sbin/pcvt/fed/Makefile index ac1baa456a4f..48533cfa0b44 100644 --- a/usr.sbin/pcvt/fed/Makefile +++ b/usr.sbin/pcvt/fed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/fed/Makefile,v 1.7 2001/07/20 06:20:08 obrien Exp $ PROG= fed SRCS= fed.c select.c edit.c misc.c diff --git a/usr.sbin/pcvt/fed/edit.c b/usr.sbin/pcvt/fed/edit.c index 1d7e4e6a192c..166a97ab52f3 100644 --- a/usr.sbin/pcvt/fed/edit.c +++ b/usr.sbin/pcvt/fed/edit.c @@ -31,7 +31,7 @@ * * edit.c, 3.00, last edit-date: [Mon Mar 27 16:35:47 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fed/edit.c,v 1.5 2000/03/28 09:24:37 hm Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/fed/fed.1 b/usr.sbin/pcvt/fed/fed.1 index e5c4df3c1808..e7b5c44a6566 100644 --- a/usr.sbin/pcvt/fed/fed.1 +++ b/usr.sbin/pcvt/fed/fed.1 @@ -24,7 +24,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 16:57:41 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/fed/fed.1,v 1.5 2002/04/20 12:26:43 charnier Exp $ .\" .Dd March 27, 2000 .Dt FED 8 diff --git a/usr.sbin/pcvt/fed/fed.c b/usr.sbin/pcvt/fed/fed.c index 8c226b517de7..0d8df54d51ae 100644 --- a/usr.sbin/pcvt/fed/fed.c +++ b/usr.sbin/pcvt/fed/fed.c @@ -31,7 +31,7 @@ * * last edit-date: [Mon Mar 27 16:36:45 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fed/fed.c,v 1.5 2000/03/28 09:24:37 hm Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/fed/fed.h b/usr.sbin/pcvt/fed/fed.h index bf488abe5166..41b5596163ce 100644 --- a/usr.sbin/pcvt/fed/fed.h +++ b/usr.sbin/pcvt/fed/fed.h @@ -25,7 +25,7 @@ * * last edit-date: [Mon Mar 27 16:37:27 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fed/fed.h,v 1.5 2000/03/28 09:24:37 hm Exp $ */ #include <ncurses.h> diff --git a/usr.sbin/pcvt/fed/misc.c b/usr.sbin/pcvt/fed/misc.c index 5a0cbc900f4f..c7574921d67a 100644 --- a/usr.sbin/pcvt/fed/misc.c +++ b/usr.sbin/pcvt/fed/misc.c @@ -31,7 +31,7 @@ * * last edit-date: [Mon Mar 27 16:38:12 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fed/misc.c,v 1.5 2000/03/28 09:24:37 hm Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/fed/select.c b/usr.sbin/pcvt/fed/select.c index e4e44ca0cca8..47fdba2fbe22 100644 --- a/usr.sbin/pcvt/fed/select.c +++ b/usr.sbin/pcvt/fed/select.c @@ -31,7 +31,7 @@ * * last edit-date: [Mon Mar 27 16:38:50 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fed/select.c,v 1.5 2000/03/28 09:24:38 hm Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/fontedit/Makefile b/usr.sbin/pcvt/fontedit/Makefile index 4851169f28de..dc062103a968 100644 --- a/usr.sbin/pcvt/fontedit/Makefile +++ b/usr.sbin/pcvt/fontedit/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/fontedit/Makefile,v 1.6 2001/03/26 14:41:06 ru Exp $ PROG= fontedit diff --git a/usr.sbin/pcvt/fontedit/fontedit.1 b/usr.sbin/pcvt/fontedit/fontedit.1 index d0b751554a24..561c342f9747 100644 --- a/usr.sbin/pcvt/fontedit/fontedit.1 +++ b/usr.sbin/pcvt/fontedit/fontedit.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/fontedit/fontedit.1,v 1.6 2002/04/20 12:26:45 charnier Exp $ .\" .Dd January 16, 2001 .Dt FONTEDIT 1 diff --git a/usr.sbin/pcvt/fontedit/fontedit.c b/usr.sbin/pcvt/fontedit/fontedit.c index b1444c6d7730..82dd8cd3b38f 100644 --- a/usr.sbin/pcvt/fontedit/fontedit.c +++ b/usr.sbin/pcvt/fontedit/fontedit.c @@ -20,7 +20,7 @@ * Nov 21, 1987 - Fixed man page to say "Fontedit" instead of "Top" * Nov 22, 1987 - Added BSD Compatible ioctl, turned cursor on/off * - eap@bucsf.bu.edu - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/fontedit/fontedit.c,v 1.6 2002/05/28 21:52:10 alfred Exp $ */ void clear_screen(); diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile index 8af01cc27250..d19053c0ce40 100644 --- a/usr.sbin/pcvt/fonts/Makefile +++ b/usr.sbin/pcvt/fonts/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/fonts/Makefile,v 1.11 2001/12/17 16:21:59 ru Exp $ .SUFFIXES: .uu .uu: diff --git a/usr.sbin/pcvt/ispcvt/Makefile b/usr.sbin/pcvt/ispcvt/Makefile index 994b4062d2d1..0bc8e50e6ad8 100644 --- a/usr.sbin/pcvt/ispcvt/Makefile +++ b/usr.sbin/pcvt/ispcvt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/ispcvt/Makefile,v 1.8 2001/03/26 14:41:07 ru Exp $ PROG= ispcvt MAN= ispcvt.8 diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8 index b9eee0a86c3a..98ed64d14378 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.8 +++ b/usr.sbin/pcvt/ispcvt/ispcvt.8 @@ -24,7 +24,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 16:31:54 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/ispcvt/ispcvt.8,v 1.16 2001/07/10 15:11:33 ru Exp $ .\" .Dd March 27, 2000 .Dt ISPCVT 8 diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.c b/usr.sbin/pcvt/ispcvt/ispcvt.c index 40979cac095d..4489957793b1 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.c +++ b/usr.sbin/pcvt/ispcvt/ispcvt.c @@ -32,7 +32,7 @@ * * Last Edit-Date: [Fri Mar 31 10:24:43 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/ispcvt/ispcvt.c,v 1.11 2001/03/01 06:22:44 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile index 1bbbdda8bbbe..853e620a1b56 100644 --- a/usr.sbin/pcvt/kbdio/Makefile +++ b/usr.sbin/pcvt/kbdio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/kbdio/Makefile,v 1.11 2001/07/20 06:20:08 obrien Exp $ PROG= kbdio NOMAN= #true diff --git a/usr.sbin/pcvt/kbdio/kbdio.y b/usr.sbin/pcvt/kbdio/kbdio.y index 9207d26b2943..7fb3e6c17c55 100644 --- a/usr.sbin/pcvt/kbdio/kbdio.y +++ b/usr.sbin/pcvt/kbdio/kbdio.y @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/pcvt/kbdio/kbdio.y,v 1.7 2002/09/17 17:59:50 mike Exp $" /* * $Log: kbdio.y,v $ diff --git a/usr.sbin/pcvt/kbdio/lex.l b/usr.sbin/pcvt/kbdio/lex.l index de1a25227180..6e9803ed71a9 100644 --- a/usr.sbin/pcvt/kbdio/lex.l +++ b/usr.sbin/pcvt/kbdio/lex.l @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/pcvt/kbdio/lex.l,v 1.6 1999/09/06 07:39:30 peter Exp $" /* * $Log: lex.l,v $ diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile index 564cd847b4c3..b471f96d7e0e 100644 --- a/usr.sbin/pcvt/kcon/Makefile +++ b/usr.sbin/pcvt/kcon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/kcon/Makefile,v 1.13 2003/04/04 17:49:16 obrien Exp $ PROG= kcon DEVICE= /dev/ttyv0 diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1 index 4e9185a1db57..1aad9b23e190 100644 --- a/usr.sbin/pcvt/kcon/kcon.1 +++ b/usr.sbin/pcvt/kcon/kcon.1 @@ -24,7 +24,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 17:04:14 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/kcon/kcon.1,v 1.16 2004/07/02 23:12:52 ru Exp $ .\" .Dd March 27, 2000 .Dt KCON 1 diff --git a/usr.sbin/pcvt/kcon/kcon.c b/usr.sbin/pcvt/kcon/kcon.c index 4318bf2ccbf8..257644426187 100644 --- a/usr.sbin/pcvt/kcon/kcon.c +++ b/usr.sbin/pcvt/kcon/kcon.c @@ -45,7 +45,7 @@ * * Last Edit-Date: [Mon Mar 27 17:03:50 2000]"; * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/kcon/kcon.c,v 1.7 2001/03/01 06:22:44 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/keycap/Makefile b/usr.sbin/pcvt/keycap/Makefile index b4e4350a537a..bce92f662d7e 100644 --- a/usr.sbin/pcvt/keycap/Makefile +++ b/usr.sbin/pcvt/keycap/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/keycap/Makefile,v 1.15 2002/07/29 09:40:16 ru Exp $ LIB= keycap MAN= keycap.3 diff --git a/usr.sbin/pcvt/keycap/keycap.3 b/usr.sbin/pcvt/keycap/keycap.3 index 19348d20c420..3716080a3424 100644 --- a/usr.sbin/pcvt/keycap/keycap.3 +++ b/usr.sbin/pcvt/keycap/keycap.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.3, 3.00, Last Edit-Date: [Sun Jan 2 13:46:43 1994] -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/keycap/keycap.3,v 1.11 2001/07/10 15:11:36 ru Exp $ .\" .Dd January 3, 1993 .Dt KEYCAP 3 diff --git a/usr.sbin/pcvt/keycap/keycap.c b/usr.sbin/pcvt/keycap/keycap.c index 9c276a361c4f..ea756d75bfbb 100644 --- a/usr.sbin/pcvt/keycap/keycap.c +++ b/usr.sbin/pcvt/keycap/keycap.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pcvt/keycap/keycap.c,v 1.5 2001/07/26 11:02:37 sheldonh Exp $"; #endif static char *id = diff --git a/usr.sbin/pcvt/keycap/keycap.src b/usr.sbin/pcvt/keycap/keycap.src index a991264e2ea0..2ea02bedf3d3 100644 --- a/usr.sbin/pcvt/keycap/keycap.src +++ b/usr.sbin/pcvt/keycap/keycap.src @@ -40,7 +40,7 @@ # # Last Edit-Date: [Wed Apr 24 16:27:35 2002] # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/keycap/keycap.src,v 1.8 2002/04/24 14:30:56 hm Exp $ # #--------------------------------------------------------------------------- diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5 index 7e401837091d..3ad25a9fd5d7 100644 --- a/usr.sbin/pcvt/keycap/man5/keycap.5 +++ b/usr.sbin/pcvt/keycap/man5/keycap.5 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.5, 3.00, Last Edit-Date: [Sun Jan 2 13:45:59 1994] -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/keycap/man5/keycap.5,v 1.16 2003/01/01 18:49:02 schweikh Exp $ .\" .Dd January 3, 1993 .Dt KEYCAP 5 diff --git a/usr.sbin/pcvt/loadfont/Makefile b/usr.sbin/pcvt/loadfont/Makefile index 50646a7a7f0c..ab535a25508c 100644 --- a/usr.sbin/pcvt/loadfont/Makefile +++ b/usr.sbin/pcvt/loadfont/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/loadfont/Makefile,v 1.7 2001/03/26 14:41:09 ru Exp $ PROG= loadfont diff --git a/usr.sbin/pcvt/loadfont/loadfont.1 b/usr.sbin/pcvt/loadfont/loadfont.1 index c579bb8b969e..a9ccb56c5ecc 100644 --- a/usr.sbin/pcvt/loadfont/loadfont.1 +++ b/usr.sbin/pcvt/loadfont/loadfont.1 @@ -24,7 +24,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 17:07:57 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/loadfont/loadfont.1,v 1.16 2002/12/27 12:15:38 schweikh Exp $ .\" .Dd March 27, 2000 .Dt LOADFONT 1 diff --git a/usr.sbin/pcvt/loadfont/loadfont.c b/usr.sbin/pcvt/loadfont/loadfont.c index acdd013a7976..16fadb880a5a 100644 --- a/usr.sbin/pcvt/loadfont/loadfont.c +++ b/usr.sbin/pcvt/loadfont/loadfont.c @@ -39,7 +39,7 @@ * * Last Edit-Date: [Mon Mar 27 17:09:25 2000]; * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/loadfont/loadfont.c,v 1.9 2001/03/01 06:22:45 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/scon/Makefile b/usr.sbin/pcvt/scon/Makefile index dc7d02a06598..7ddfae036856 100644 --- a/usr.sbin/pcvt/scon/Makefile +++ b/usr.sbin/pcvt/scon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/scon/Makefile,v 1.7 2001/03/26 14:41:10 ru Exp $ PROG= scon diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1 index fa832d8ce9af..77d6e8bc1c0f 100644 --- a/usr.sbin/pcvt/scon/scon.1 +++ b/usr.sbin/pcvt/scon/scon.1 @@ -25,7 +25,7 @@ .\" .\" Last Edit-Date: [Mon Mar 27 17:17:50 2000] .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/scon/scon.1,v 1.18 2004/07/02 23:12:52 ru Exp $ .\" .Dd March 27, 2000 .Dt SCON 1 diff --git a/usr.sbin/pcvt/scon/scon.c b/usr.sbin/pcvt/scon/scon.c index 0d77f11da4cb..05253696ff36 100644 --- a/usr.sbin/pcvt/scon/scon.c +++ b/usr.sbin/pcvt/scon/scon.c @@ -33,7 +33,7 @@ * * Last Edit-Date: [Mon Mar 27 17:19:34 2000] * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pcvt/scon/scon.c,v 1.8 2001/03/01 06:22:46 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/pcvt/userkeys/Makefile b/usr.sbin/pcvt/userkeys/Makefile index 66fe02217239..4e68b98687dd 100644 --- a/usr.sbin/pcvt/userkeys/Makefile +++ b/usr.sbin/pcvt/userkeys/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/userkeys/Makefile,v 1.7 2001/03/26 14:41:10 ru Exp $ PROG= vt220keys diff --git a/usr.sbin/pcvt/userkeys/vt220keys.1 b/usr.sbin/pcvt/userkeys/vt220keys.1 index 3a4e2319596a..dbedf4dc1f7f 100644 --- a/usr.sbin/pcvt/userkeys/vt220keys.1 +++ b/usr.sbin/pcvt/userkeys/vt220keys.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/userkeys/vt220keys.1,v 1.10 2003/01/01 18:49:02 schweikh Exp $ .\" .Dd January 16, 2001 .Dt VT220KEYS 1 diff --git a/usr.sbin/pcvt/userkeys/vt220keys.c b/usr.sbin/pcvt/userkeys/vt220keys.c index e3fe90cac9fb..b0ae42225344 100644 --- a/usr.sbin/pcvt/userkeys/vt220keys.c +++ b/usr.sbin/pcvt/userkeys/vt220keys.c @@ -24,7 +24,7 @@ -hm minor modifications for pcvt 2.0 release -$FreeBSD$ +$FreeBSD: src/usr.sbin/pcvt/userkeys/vt220keys.c,v 1.8 2002/04/22 13:44:45 des Exp $ */ #include <stdio.h> diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile index 0ac0388a0ef2..bb6ae0224d5a 100644 --- a/usr.sbin/pcvt/vgaio/Makefile +++ b/usr.sbin/pcvt/vgaio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/vgaio/Makefile,v 1.17 2001/07/20 06:20:09 obrien Exp $ PROG= vgaio MAN= vgaio.8 diff --git a/usr.sbin/pcvt/vgaio/lex.l b/usr.sbin/pcvt/vgaio/lex.l index e729850e5a91..103351b2e837 100644 --- a/usr.sbin/pcvt/vgaio/lex.l +++ b/usr.sbin/pcvt/vgaio/lex.l @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/pcvt/vgaio/lex.l,v 1.5 1999/09/06 07:39:30 peter Exp $" /* * $Log: lex.l,v $ diff --git a/usr.sbin/pcvt/vgaio/vgaio.8 b/usr.sbin/pcvt/vgaio/vgaio.8 index e7f3b246a615..382e4b4900ef 100644 --- a/usr.sbin/pcvt/vgaio/vgaio.8 +++ b/usr.sbin/pcvt/vgaio/vgaio.8 @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/vgaio/vgaio.8,v 1.15 2002/07/14 14:44:55 charnier Exp $ .\" -hm updated 31.12.94 .\" .Dd December 31, 1994 diff --git a/usr.sbin/pcvt/vgaio/vgaio.y b/usr.sbin/pcvt/vgaio/vgaio.y index a73314a0dfa6..240ef39f935e 100644 --- a/usr.sbin/pcvt/vgaio/vgaio.y +++ b/usr.sbin/pcvt/vgaio/vgaio.y @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/usr.sbin/pcvt/vgaio/vgaio.y,v 1.6 2002/09/17 17:59:51 mike Exp $" /* * $Log: vgaio.y,v $ diff --git a/usr.sbin/pcvt/vttest/Makefile b/usr.sbin/pcvt/vttest/Makefile index f5d6e7b9bb5c..e58ab33db949 100644 --- a/usr.sbin/pcvt/vttest/Makefile +++ b/usr.sbin/pcvt/vttest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pcvt/vttest/Makefile,v 1.10 2001/07/27 04:40:04 brooks Exp $ PROG= vttest SRCS= main.c esc.c diff --git a/usr.sbin/pcvt/vttest/README b/usr.sbin/pcvt/vttest/README index ffc2e8bfe0ca..dee52e27567a 100644 --- a/usr.sbin/pcvt/vttest/README +++ b/usr.sbin/pcvt/vttest/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.sbin/pcvt/vttest/README,v 1.4 2001/07/23 12:05:27 kris Exp $ NOTES FROM THE MOD.SOURCES MODERATOR: I split the source up into the three separate pieces it now is. diff --git a/usr.sbin/pcvt/vttest/esc.c b/usr.sbin/pcvt/vttest/esc.c index 21baa97ced77..4881a2585d32 100644 --- a/usr.sbin/pcvt/vttest/esc.c +++ b/usr.sbin/pcvt/vttest/esc.c @@ -2,7 +2,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pcvt/vttest/esc.c,v 1.6 2001/07/27 04:40:04 brooks Exp $"; #endif println(s) char *s; { diff --git a/usr.sbin/pcvt/vttest/header.h b/usr.sbin/pcvt/vttest/header.h index ae1ccafe31ab..a9b4b7734f4d 100644 --- a/usr.sbin/pcvt/vttest/header.h +++ b/usr.sbin/pcvt/vttest/header.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pcvt/vttest/header.h,v 1.5 2001/07/27 04:40:04 brooks Exp $ */ #define VERSION "1.7b 1985-04-19" /* Choose one of these */ diff --git a/usr.sbin/pcvt/vttest/main.c b/usr.sbin/pcvt/vttest/main.c index 0a6aa832b63f..1c45a8dcb108 100644 --- a/usr.sbin/pcvt/vttest/main.c +++ b/usr.sbin/pcvt/vttest/main.c @@ -15,7 +15,7 @@ choice to the address below. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pcvt/vttest/main.c,v 1.7 2003/04/29 19:53:00 kan Exp $ */ #include "header.h" diff --git a/usr.sbin/pcvt/vttest/vttest.1 b/usr.sbin/pcvt/vttest/vttest.1 index 31f73f5f7267..86474aedf63d 100644 --- a/usr.sbin/pcvt/vttest/vttest.1 +++ b/usr.sbin/pcvt/vttest/vttest.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pcvt/vttest/vttest.1,v 1.6 2002/04/20 12:26:52 charnier Exp $ .\" .Dd January 16, 2001 .Dt VTTEST 1 diff --git a/usr.sbin/periodic/Makefile b/usr.sbin/periodic/Makefile index 875d078435ea..61ed4732999f 100644 --- a/usr.sbin/periodic/Makefile +++ b/usr.sbin/periodic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/periodic/Makefile,v 1.4 2001/04/07 11:21:33 ru Exp $ SCRIPTS=periodic.sh MAN= periodic.8 diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index 2753bee04185..73d9b02c6394 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/periodic/periodic.8,v 1.28 2002/07/14 14:44:57 charnier Exp $ .\" .Dd November 28, 2001 .Os diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index 73e8576581bd..debd5f4c0e0c 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/periodic/periodic.sh,v 1.20 2002/05/14 01:15:35 brian Exp $ # # Run nightly periodic scripts # diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index ee4019b83749..21beb645acdb 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/Makefile,v 1.15 2004/01/17 13:41:16 ru Exp $ SUBDIR= lib add create delete info ${_sign} version diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc index 89c259340944..767d4686c230 100644 --- a/usr.sbin/pkg_install/Makefile.inc +++ b/usr.sbin/pkg_install/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/Makefile.inc,v 1.11 2004/08/06 07:27:06 cperciva Exp $ .if exists(${.OBJDIR}/../lib) LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a diff --git a/usr.sbin/pkg_install/add/Makefile b/usr.sbin/pkg_install/add/Makefile index 89988e78b220..335ce89fa9f2 100644 --- a/usr.sbin/pkg_install/add/Makefile +++ b/usr.sbin/pkg_install/add/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/add/Makefile,v 1.21 2004/08/12 20:06:00 ru Exp $ PROG= pkg_add SRCS= main.c perform.c futil.c extract.c diff --git a/usr.sbin/pkg_install/add/add.h b/usr.sbin/pkg_install/add/add.h index d27877af5c7f..29e336fba9b9 100644 --- a/usr.sbin/pkg_install/add/add.h +++ b/usr.sbin/pkg_install/add/add.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/add/add.h,v 1.11 2004/06/29 19:06:41 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c index 86a9805dc261..cddd81c87910 100644 --- a/usr.sbin/pkg_install/add/extract.c +++ b/usr.sbin/pkg_install/add/extract.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/extract.c,v 1.42 2004/07/28 07:19:15 kan Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c index e0971408fbe8..b4d4af18919b 100644 --- a/usr.sbin/pkg_install/add/futil.c +++ b/usr.sbin/pkg_install/add/futil.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/futil.c,v 1.14 2004/06/29 19:06:41 eik Exp $"); #include <err.h> #include "lib.h" diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 5f1b2379f57b..b6f0665b938d 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/main.c,v 1.59.4.1 2004/10/24 09:41:12 scottl Exp $"); #include <err.h> #include <sys/param.h> diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index a2225c229b01..d64a6af774b2 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/add/perform.c,v 1.77 2004/07/28 16:03:13 stefanf Exp $"); #include <err.h> #include <paths.h> diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 2284ac6978d8..c0d032b685c1 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -13,7 +13,7 @@ .\" .\" Jordan K. Hubbard .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/add/pkg_add.1,v 1.65 2004/08/11 15:47:13 eik Exp $ .\" .Dd March 1, 2004 .Dt PKG_ADD 1 diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile index 42718c6f9273..4ce9bb916512 100644 --- a/usr.sbin/pkg_install/create/Makefile +++ b/usr.sbin/pkg_install/create/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/create/Makefile,v 1.22 2004/08/12 20:06:00 ru Exp $ PROG= pkg_create SRCS= main.c perform.c pl.c diff --git a/usr.sbin/pkg_install/create/create.h b/usr.sbin/pkg_install/create/create.h index b2a2b4a8e660..4fa90426533a 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/create/create.h,v 1.24 2004/06/29 19:06:41 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c index b0a94152e0e9..aa69c57bf773 100644 --- a/usr.sbin/pkg_install/create/main.c +++ b/usr.sbin/pkg_install/create/main.c @@ -10,7 +10,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/create/main.c,v 1.35 2004/06/29 18:56:59 eik Exp $"); #include <err.h> #include "lib.h" diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c index efbac437f415..e298eb2ed298 100644 --- a/usr.sbin/pkg_install/create/perform.c +++ b/usr.sbin/pkg_install/create/perform.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/create/perform.c,v 1.79 2004/07/28 07:19:15 kan Exp $"); #include "lib.h" #include "create.h" diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 43a9fbf33850..644b583d1f20 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_create.1 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/create/pkg_create.1,v 1.61 2004/07/02 23:12:52 ru Exp $ .\" .\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords, .\" added dependency tracking, etc. diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c index 52a00821c616..b7113b3e1637 100644 --- a/usr.sbin/pkg_install/create/pl.c +++ b/usr.sbin/pkg_install/create/pl.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/create/pl.c,v 1.27 2004/06/29 19:06:41 eik Exp $"); #include "lib.h" #include "create.h" diff --git a/usr.sbin/pkg_install/delete/Makefile b/usr.sbin/pkg_install/delete/Makefile index c346ea705d79..077738fd5dc4 100644 --- a/usr.sbin/pkg_install/delete/Makefile +++ b/usr.sbin/pkg_install/delete/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/delete/Makefile,v 1.22 2004/08/12 20:06:00 ru Exp $ PROG= pkg_delete SRCS= main.c perform.c diff --git a/usr.sbin/pkg_install/delete/delete.h b/usr.sbin/pkg_install/delete/delete.h index e0aeca52b154..cc6d6427353f 100644 --- a/usr.sbin/pkg_install/delete/delete.h +++ b/usr.sbin/pkg_install/delete/delete.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/delete/delete.h,v 1.8 2004/06/29 19:06:41 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c index c75d73a627a1..5b5d7a460f26 100644 --- a/usr.sbin/pkg_install/delete/main.c +++ b/usr.sbin/pkg_install/delete/main.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/delete/main.c,v 1.26 2004/06/29 18:54:47 eik Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c index 1e40db6d2f6a..2f31fe1746cb 100644 --- a/usr.sbin/pkg_install/delete/perform.c +++ b/usr.sbin/pkg_install/delete/perform.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/delete/perform.c,v 1.41 2004/06/29 19:06:41 eik Exp $"); #include <err.h> #include "lib.h" diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 92f22fabedc6..e988ecebaafc 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_delete.1 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/delete/pkg_delete.1,v 1.30 2004/07/02 23:12:52 ru Exp $ .\" .Dd June 29, 2004 .Dt PKG_DELETE 1 diff --git a/usr.sbin/pkg_install/info/Makefile b/usr.sbin/pkg_install/info/Makefile index 675f7ca454ac..432707538147 100644 --- a/usr.sbin/pkg_install/info/Makefile +++ b/usr.sbin/pkg_install/info/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/info/Makefile,v 1.20 2004/08/12 20:06:00 ru Exp $ PROG= pkg_info SRCS= main.c perform.c show.c diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h index 926ce2e9c52d..fb9dff192f32 100644 --- a/usr.sbin/pkg_install/info/info.h +++ b/usr.sbin/pkg_install/info/info.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/info/info.h,v 1.27 2004/06/29 18:54:47 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index a7bcfe254b99..3e409f19db2c 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/info/main.c,v 1.46 2004/06/29 18:59:18 eik Exp $"); #include "lib.h" #include "info.h" diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 960641b5d4d5..623b94ae3d01 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/info/perform.c,v 1.53 2004/06/29 18:59:18 eik Exp $"); #include "lib.h" #include "info.h" diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index a212051b533d..551b0b8ac2b6 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_info.1 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/info/pkg_info.1,v 1.53 2004/07/03 18:35:52 ru Exp $ .\" .Dd June 29, 2004 .Dt PKG_INFO 1 diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index 10f846abb914..a691ee74ace4 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/info/show.c,v 1.37 2003/05/26 17:06:05 lioux Exp $"); #include "lib.h" #include "info.h" diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile index b8683123f0de..7f6e745613ad 100644 --- a/usr.sbin/pkg_install/lib/Makefile +++ b/usr.sbin/pkg_install/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/lib/Makefile,v 1.17 2004/08/12 20:06:00 ru Exp $ LIB= install INTERNALLIB= YES diff --git a/usr.sbin/pkg_install/lib/deps.c b/usr.sbin/pkg_install/lib/deps.c index 9df8448d490f..c2f309747c9a 100644 --- a/usr.sbin/pkg_install/lib/deps.c +++ b/usr.sbin/pkg_install/lib/deps.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/deps.c,v 1.11 2004/06/29 18:59:19 eik Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c index 86285fb22e21..eacee9e7e81e 100644 --- a/usr.sbin/pkg_install/lib/exec.c +++ b/usr.sbin/pkg_install/lib/exec.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/exec.c,v 1.10 2002/04/01 09:39:07 obrien Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index e406caa89704..4c5a2d178f73 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/file.c,v 1.68 2004/07/28 16:03:13 stefanf Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index 291f48b42552..5734c2535fc0 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/global.c,v 1.9 2002/04/01 09:39:07 obrien Exp $"); #include "lib.h" diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index c50a944d0156..47e60860ab04 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/lib/lib.h,v 1.53 2004/06/29 19:06:42 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/lib/match.c b/usr.sbin/pkg_install/lib/match.c index 06e34cf0727d..e670e4c6d1e9 100644 --- a/usr.sbin/pkg_install/lib/match.c +++ b/usr.sbin/pkg_install/lib/match.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/match.c,v 1.19 2004/06/29 19:06:42 eik Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index 5b17624016d0..0ceab99328b6 100644 --- a/usr.sbin/pkg_install/lib/msg.c +++ b/usr.sbin/pkg_install/lib/msg.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/msg.c,v 1.16 2002/04/01 09:39:07 obrien Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c index 06379b69c7f9..b2a66e400947 100644 --- a/usr.sbin/pkg_install/lib/pen.c +++ b/usr.sbin/pkg_install/lib/pen.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/pen.c,v 1.42 2004/07/28 16:03:13 stefanf Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/pkgwrap.c b/usr.sbin/pkg_install/lib/pkgwrap.c index cbd15cd7b445..94783515bfcf 100644 --- a/usr.sbin/pkg_install/lib/pkgwrap.c +++ b/usr.sbin/pkg_install/lib/pkgwrap.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/pkgwrap.c,v 1.1 2002/09/09 19:43:30 sobomax Exp $"); #include "lib.h" #include <ctype.h> diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c index 95d9ac4a370c..ef27c24eea9c 100644 --- a/usr.sbin/pkg_install/lib/plist.c +++ b/usr.sbin/pkg_install/lib/plist.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/plist.c,v 1.48 2004/07/28 07:19:15 kan Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/str.c b/usr.sbin/pkg_install/lib/str.c index 0d9e288b7579..c877a32617a2 100644 --- a/usr.sbin/pkg_install/lib/str.c +++ b/usr.sbin/pkg_install/lib/str.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/str.c,v 1.15 2003/05/26 17:12:22 lioux Exp $"); #include "lib.h" diff --git a/usr.sbin/pkg_install/lib/url.c b/usr.sbin/pkg_install/lib/url.c index 41017b4c8dea..5d31c5a5aec0 100644 --- a/usr.sbin/pkg_install/lib/url.c +++ b/usr.sbin/pkg_install/lib/url.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/url.c,v 1.4 2004/06/29 19:06:42 eik Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/lib/version.c b/usr.sbin/pkg_install/lib/version.c index d9c4fe7e070c..8b5aab9f3734 100644 --- a/usr.sbin/pkg_install/lib/version.c +++ b/usr.sbin/pkg_install/lib/version.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/lib/version.c,v 1.5 2004/06/29 18:52:12 eik Exp $"); #include "lib.h" #include <err.h> diff --git a/usr.sbin/pkg_install/sign/Makefile b/usr.sbin/pkg_install/sign/Makefile index 35fe7ec83d57..414aa85a3a4e 100644 --- a/usr.sbin/pkg_install/sign/Makefile +++ b/usr.sbin/pkg_install/sign/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/sign/Makefile,v 1.10 2004/08/12 20:06:00 ru Exp $ # $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/10/07 16:30:32 espie Exp $ PROG= pkg_sign diff --git a/usr.sbin/pkg_install/sign/README b/usr.sbin/pkg_install/sign/README index 8e81fcdf052b..081515b8aff4 100644 --- a/usr.sbin/pkg_install/sign/README +++ b/usr.sbin/pkg_install/sign/README @@ -52,4 +52,4 @@ libraries on OpenBSD 2.7 and FreeBSD 5.0, your mileage may vary. -- Wes Peters, Dec 2000 - $FreeBSD$ + $FreeBSD: src/usr.sbin/pkg_install/sign/README,v 1.1 2001/02/06 06:46:42 wes Exp $ diff --git a/usr.sbin/pkg_install/sign/check.c b/usr.sbin/pkg_install/sign/check.c index cfc3bfa17f06..469fe73c57d7 100644 --- a/usr.sbin/pkg_install/sign/check.c +++ b/usr.sbin/pkg_install/sign/check.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/check.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); /* Simple code for a stand-alone package checker */ #include <sys/types.h> diff --git a/usr.sbin/pkg_install/sign/common.c b/usr.sbin/pkg_install/sign/common.c index ec3235755ee4..3d4d0f090c57 100644 --- a/usr.sbin/pkg_install/sign/common.c +++ b/usr.sbin/pkg_install/sign/common.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/common.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.sbin/pkg_install/sign/extern.h b/usr.sbin/pkg_install/sign/extern.h index e7c00766f33f..577236ad36ee 100644 --- a/usr.sbin/pkg_install/sign/extern.h +++ b/usr.sbin/pkg_install/sign/extern.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/sign/extern.h,v 1.2 2001/05/17 10:12:45 sobomax Exp $ */ /* $OpenBSD: extern.h,v 1.3 1999/10/07 16:30:32 espie Exp $ */ /*- * Copyright (c) 1999 Marc Espie. diff --git a/usr.sbin/pkg_install/sign/gzip.c b/usr.sbin/pkg_install/sign/gzip.c index 33d9baebc074..fe582bf0f508 100644 --- a/usr.sbin/pkg_install/sign/gzip.c +++ b/usr.sbin/pkg_install/sign/gzip.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/gzip.c,v 1.3 2002/04/01 09:39:07 obrien Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.sbin/pkg_install/sign/gzip.h b/usr.sbin/pkg_install/sign/gzip.h index 238010fe7709..b7c97274414e 100644 --- a/usr.sbin/pkg_install/sign/gzip.h +++ b/usr.sbin/pkg_install/sign/gzip.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/sign/gzip.h,v 1.2 2001/05/17 10:12:45 sobomax Exp $ */ /* $OpenBSD: gzip.h,v 1.2 1999/10/04 21:46:28 espie Exp $ */ /*- * Copyright (c) 1999 Marc Espie. diff --git a/usr.sbin/pkg_install/sign/main.c b/usr.sbin/pkg_install/sign/main.c index c5068b77b1d1..9907cc8f368d 100644 --- a/usr.sbin/pkg_install/sign/main.c +++ b/usr.sbin/pkg_install/sign/main.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/main.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.sbin/pkg_install/sign/pgp.h b/usr.sbin/pkg_install/sign/pgp.h index 99476f2f6811..77020f342427 100644 --- a/usr.sbin/pkg_install/sign/pgp.h +++ b/usr.sbin/pkg_install/sign/pgp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/sign/pgp.h,v 1.1 2001/02/06 06:46:42 wes Exp $ */ /* $OpenBSD: pgp.h,v 1.2 1999/10/04 21:46:28 espie Exp $ */ /* Estimate size of pgp signature */ #define MAXPGPSIGNSIZE 1024 diff --git a/usr.sbin/pkg_install/sign/pgp_check.c b/usr.sbin/pkg_install/sign/pgp_check.c index 52b0345b48ac..0d0f890e76ae 100644 --- a/usr.sbin/pkg_install/sign/pgp_check.c +++ b/usr.sbin/pkg_install/sign/pgp_check.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/pgp_check.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); #include <stdio.h> #include <errno.h> diff --git a/usr.sbin/pkg_install/sign/pgp_sign.c b/usr.sbin/pkg_install/sign/pgp_sign.c index 78992ff9d202..173b05e93e76 100644 --- a/usr.sbin/pkg_install/sign/pgp_sign.c +++ b/usr.sbin/pkg_install/sign/pgp_sign.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/pgp_sign.c,v 1.5 2004/06/29 19:06:42 eik Exp $"); #include <sys/types.h> #include <stdlib.h> diff --git a/usr.sbin/pkg_install/sign/pkg_sign.1 b/usr.sbin/pkg_install/sign/pkg_sign.1 index 118d380f4705..c4e45ad6d5c9 100644 --- a/usr.sbin/pkg_install/sign/pkg_sign.1 +++ b/usr.sbin/pkg_install/sign/pkg_sign.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/sign/pkg_sign.1,v 1.7 2004/07/02 23:12:53 ru Exp $ .\" $OpenBSD: pkg_sign.1,v 1.6 2000/04/15 02:15:20 aaron Exp $ .\" .\" Copyright (c) 1999 Marc Espie. diff --git a/usr.sbin/pkg_install/sign/sha1.c b/usr.sbin/pkg_install/sign/sha1.c index 272ae310fb31..15ad9d834760 100644 --- a/usr.sbin/pkg_install/sign/sha1.c +++ b/usr.sbin/pkg_install/sign/sha1.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/sha1.c,v 1.5 2004/06/29 19:06:42 eik Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.sbin/pkg_install/sign/sign.c b/usr.sbin/pkg_install/sign/sign.c index 073ffffed416..9f5bf11b9a39 100644 --- a/usr.sbin/pkg_install/sign/sign.c +++ b/usr.sbin/pkg_install/sign/sign.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/sign.c,v 1.4 2004/06/29 19:06:42 eik Exp $"); #include <sys/types.h> #include <stdlib.h> diff --git a/usr.sbin/pkg_install/sign/stand.c b/usr.sbin/pkg_install/sign/stand.c index 703c58db5224..fc2f0116b635 100644 --- a/usr.sbin/pkg_install/sign/stand.c +++ b/usr.sbin/pkg_install/sign/stand.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/stand.c,v 1.2 2002/04/01 09:39:07 obrien Exp $"); #include "stand.h" diff --git a/usr.sbin/pkg_install/sign/stand.h b/usr.sbin/pkg_install/sign/stand.h index dbc3d693dbeb..ddc9e4416049 100644 --- a/usr.sbin/pkg_install/sign/stand.h +++ b/usr.sbin/pkg_install/sign/stand.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/sign/stand.h,v 1.2 2004/06/29 19:06:42 eik Exp $ */ /* $OpenBSD: stand.h,v 1.2 1999/10/04 21:46:30 espie Exp $ */ /* provided to cater for BSD idiosyncrasies */ diff --git a/usr.sbin/pkg_install/sign/x509.c b/usr.sbin/pkg_install/sign/x509.c index 3fd3b3e607d4..670b2ca3e7d1 100644 --- a/usr.sbin/pkg_install/sign/x509.c +++ b/usr.sbin/pkg_install/sign/x509.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/sign/x509.c,v 1.4 2004/06/29 19:06:42 eik Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.sbin/pkg_install/tkpkg b/usr.sbin/pkg_install/tkpkg index 9071155a289d..208993c55da7 100755 --- a/usr.sbin/pkg_install/tkpkg +++ b/usr.sbin/pkg_install/tkpkg @@ -1,5 +1,5 @@ #!/usr/local/bin/wish -f -#$FreeBSD$ +#$FreeBSD: src/usr.sbin/pkg_install/tkpkg,v 1.7 1999/08/29 15:54:49 peter Exp $ # #$Log: tkpkg,v $ #Revision 1.2 1994/12/06 00:51:21 jkh diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile index 71168ee3d23f..bf4355f72730 100644 --- a/usr.sbin/pkg_install/version/Makefile +++ b/usr.sbin/pkg_install/version/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/version/Makefile,v 1.16 2004/08/12 20:06:01 ru Exp $ PROG= pkg_version SRCS= main.c perform.c diff --git a/usr.sbin/pkg_install/version/main.c b/usr.sbin/pkg_install/version/main.c index 39ea37facb3d..c8ba2964780b 100644 --- a/usr.sbin/pkg_install/version/main.c +++ b/usr.sbin/pkg_install/version/main.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/version/main.c,v 1.2 2004/06/29 18:54:47 eik Exp $"); #include "lib.h" #include "version.h" diff --git a/usr.sbin/pkg_install/version/perform.c b/usr.sbin/pkg_install/version/perform.c index c1e952d61681..0d375bda2757 100644 --- a/usr.sbin/pkg_install/version/perform.c +++ b/usr.sbin/pkg_install/version/perform.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pkg_install/version/perform.c,v 1.10 2004/06/29 19:06:42 eik Exp $"); #include "lib.h" #include "version.h" diff --git a/usr.sbin/pkg_install/version/pkg_version.1 b/usr.sbin/pkg_install/version/pkg_version.1 index 6ef25ae5b0a7..760d088d6bfb 100644 --- a/usr.sbin/pkg_install/version/pkg_version.1 +++ b/usr.sbin/pkg_install/version/pkg_version.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pkg_install/version/pkg_version.1,v 1.27 2004/07/02 23:12:53 ru Exp $ .Dd June 29, 2004 .Dt PKG_VERSION 1 .Os diff --git a/usr.sbin/pkg_install/version/test-pkg_version.sh b/usr.sbin/pkg_install/version/test-pkg_version.sh index 5c3d98d9c8f8..5837c1e6d929 100755 --- a/usr.sbin/pkg_install/version/test-pkg_version.sh +++ b/usr.sbin/pkg_install/version/test-pkg_version.sh @@ -29,7 +29,7 @@ # Regression testing for pkg_version # Originally from an idea by "Akinori MUSHA" <knu@iDaemons.org> # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pkg_install/version/test-pkg_version.sh,v 1.5 2004/06/29 18:52:13 eik Exp $ # ECHO=echo diff --git a/usr.sbin/pkg_install/version/version.h b/usr.sbin/pkg_install/version/version.h index 3f3bcb88c57d..f9237f7c739f 100644 --- a/usr.sbin/pkg_install/version/version.h +++ b/usr.sbin/pkg_install/version/version.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pkg_install/version/version.h,v 1.3 2004/06/29 18:54:47 eik Exp $ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile index c3702c87f785..646656cde55c 100644 --- a/usr.sbin/pnpinfo/Makefile +++ b/usr.sbin/pnpinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pnpinfo/Makefile,v 1.10 2004/02/05 22:44:25 ru Exp $ .PATH: ${.CURDIR}/../../contrib/pnpinfo diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 07398180840c..036182707a03 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ppp/Makefile,v 1.101 2004/08/06 07:27:07 cperciva Exp $ PROG= ppp MAN= ppp.8 diff --git a/usr.sbin/ppp/README.changes b/usr.sbin/ppp/README.changes index 5b8a7cd9c870..900f5825d96e 100644 --- a/usr.sbin/ppp/README.changes +++ b/usr.sbin/ppp/README.changes @@ -23,7 +23,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/usr.sbin/ppp/README.changes,v 1.23 2001/06/04 14:38:28 brian Exp $ This file summarises changes made to ppp that effect its configuration. diff --git a/usr.sbin/ppp/README.devel b/usr.sbin/ppp/README.devel index 318cd464d836..a7b27fedeb53 100644 --- a/usr.sbin/ppp/README.devel +++ b/usr.sbin/ppp/README.devel @@ -23,7 +23,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/usr.sbin/ppp/README.devel,v 1.7 2002/08/26 20:48:07 brian Exp $ This file summarises changes made to ppp that effect This program was originally written by Toshiharu OHNO <tony-o@iij.ad.jp>, diff --git a/usr.sbin/ppp/README.nat b/usr.sbin/ppp/README.nat index 9ff240a9f37c..2336f49e090f 100644 --- a/usr.sbin/ppp/README.nat +++ b/usr.sbin/ppp/README.nat @@ -22,7 +22,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/usr.sbin/ppp/README.nat,v 1.7 2002/06/15 08:03:29 brian Exp $ User PPP NAT (Packet Aliasing) diff --git a/usr.sbin/ppp/acf.c b/usr.sbin/ppp/acf.c index 60e2de4b534a..79a9b807c65e 100644 --- a/usr.sbin/ppp/acf.c +++ b/usr.sbin/ppp/acf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/acf.c,v 1.6 2004/06/30 12:24:56 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/acf.h b/usr.sbin/ppp/acf.h index e32adbc1661c..6b0fc6131ccb 100644 --- a/usr.sbin/ppp/acf.h +++ b/usr.sbin/ppp/acf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/acf.h,v 1.2 1999/08/28 01:18:14 peter Exp $ */ struct lcp; diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 2c5135266f80..11c2857b6928 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/arp.c,v 1.45 2004/01/21 22:00:50 brooks Exp $ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index ac0a1cae7288..750befe25042 100644 --- a/usr.sbin/ppp/arp.h +++ b/usr.sbin/ppp/arp.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/arp.h,v 1.11 2001/07/31 15:19:07 brian Exp $ */ struct sockaddr_dl; diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index b938e6845b8c..4a6b246f3f8e 100644 --- a/usr.sbin/ppp/async.c +++ b/usr.sbin/ppp/async.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ppp/async.c,v 1.28 2004/06/30 12:24:56 brian Exp $"); #include <sys/types.h> diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h index 309f597841e6..460cb80a57d3 100644 --- a/usr.sbin/ppp/async.h +++ b/usr.sbin/ppp/async.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/async.h,v 1.8 2002/03/30 12:30:08 brian Exp $ */ #define HDLCSIZE (MAX_MRU*2+6) diff --git a/usr.sbin/ppp/atm.c b/usr.sbin/ppp/atm.c index 0d51564d3550..05530d52f3a9 100644 --- a/usr.sbin/ppp/atm.c +++ b/usr.sbin/ppp/atm.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/atm.c,v 1.9 2002/06/15 08:03:29 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/atm.h b/usr.sbin/ppp/atm.h index 3fbc0c5c98e8..bbde8ed24cba 100644 --- a/usr.sbin/ppp/atm.h +++ b/usr.sbin/ppp/atm.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/atm.h,v 1.1 2000/09/14 22:02:54 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index 54f0c1ce6a8b..711eca2203e2 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/auth.c,v 1.56 2003/10/29 20:32:19 ru Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h index bbc257c56099..414718872bee 100644 --- a/usr.sbin/ppp/auth.h +++ b/usr.sbin/ppp/auth.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/auth.h,v 1.20 2002/05/10 03:11:35 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index be55a6a94e0d..f795393bfab8 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/bundle.c,v 1.133 2002/08/27 20:11:57 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index d27d3b01bbb0..3400d1896a88 100644 --- a/usr.sbin/ppp/bundle.h +++ b/usr.sbin/ppp/bundle.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/bundle.h,v 1.50 2003/06/19 18:55:49 ume Exp $ */ #define PHASE_DEAD 0 /* Link is dead */ diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index 674ea70d78ba..b9ffcc7c3ef1 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/cbcp.c,v 1.23 2002/06/15 08:03:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/cbcp.h b/usr.sbin/ppp/cbcp.h index 46bf274f21c9..424085db92b1 100644 --- a/usr.sbin/ppp/cbcp.h +++ b/usr.sbin/ppp/cbcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/cbcp.h,v 1.3 1999/08/28 01:18:19 peter Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c index 78ea13ab15d5..038bc451c3f5 100644 --- a/usr.sbin/ppp/ccp.c +++ b/usr.sbin/ppp/ccp.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ccp.c,v 1.76 2002/08/27 20:11:57 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index bc867b63ddbb..2283e102d7fb 100644 --- a/usr.sbin/ppp/ccp.h +++ b/usr.sbin/ppp/ccp.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ccp.h,v 1.31 2002/06/12 00:33:17 brian Exp $ */ #define CCP_MAXCODE CODE_RESETACK diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 305e5c719841..8a47e7a8815b 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chap.c,v 1.85 2003/11/10 21:56:02 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index 617555d82d44..e341ca1c109b 100644 --- a/usr.sbin/ppp/chap.h +++ b/usr.sbin/ppp/chap.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chap.h,v 1.22 2002/06/17 01:12:38 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index 74ac19980016..a94a97f7f94e 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chap_ms.c,v 1.19 2002/06/15 08:03:29 brian Exp $ */ #include <ctype.h> diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h index 35ee978de2dd..1bf3011b8676 100644 --- a/usr.sbin/ppp/chap_ms.h +++ b/usr.sbin/ppp/chap_ms.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chap_ms.h,v 1.8 2002/06/15 08:03:29 brian Exp $ */ /* Max # of (Unicode) chars in an NT password */ diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index 79e41ea1a974..516092765a1a 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chat.c,v 1.78 2002/06/15 08:03:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index b8162bfd33dd..13385679e640 100644 --- a/usr.sbin/ppp/chat.h +++ b/usr.sbin/ppp/chat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/chat.h,v 1.16 2000/03/14 01:46:05 brian Exp $ */ #define CHAT_EXPECT 0 diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 034a3067f77c..a8c624f18f4c 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/command.c,v 1.300 2004/07/29 05:59:43 glebius Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 8eb1e38d243d..44d6829f1c60 100644 --- a/usr.sbin/ppp/command.h +++ b/usr.sbin/ppp/command.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/command.h,v 1.23 2001/11/03 21:45:31 brian Exp $ */ struct cmdtab; diff --git a/usr.sbin/ppp/datalink.c b/usr.sbin/ppp/datalink.c index 085e9c40108a..b4b79f12b869 100644 --- a/usr.sbin/ppp/datalink.c +++ b/usr.sbin/ppp/datalink.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/datalink.c,v 1.75 2003/03/26 02:03:08 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/datalink.h b/usr.sbin/ppp/datalink.h index 64b3c160c5ca..1ee85a76d1b4 100644 --- a/usr.sbin/ppp/datalink.h +++ b/usr.sbin/ppp/datalink.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/datalink.h,v 1.14 2002/03/30 12:30:09 brian Exp $ */ #define DATALINK_CLOSED (0) diff --git a/usr.sbin/ppp/deflate.c b/usr.sbin/ppp/deflate.c index 3e6198d641c2..a6e8973aaa7e 100644 --- a/usr.sbin/ppp/deflate.c +++ b/usr.sbin/ppp/deflate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/deflate.c,v 1.25 2002/06/12 00:33:17 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index a478b24cb1de..2cdc38e62a14 100644 --- a/usr.sbin/ppp/deflate.h +++ b/usr.sbin/ppp/deflate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/deflate.h,v 1.4 1999/08/28 01:18:23 peter Exp $ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index f29eff655ca8..10c3a95d190d 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/defs.c,v 1.47 2002/05/14 12:55:36 brian Exp $ */ diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 2be76867447b..361c0937ee03 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/defs.h,v 1.66 2002/04/15 00:14:40 brian Exp $ */ /* Check the following definitions for your machine environment */ diff --git a/usr.sbin/ppp/descriptor.h b/usr.sbin/ppp/descriptor.h index a3c1b1075406..460b99824777 100644 --- a/usr.sbin/ppp/descriptor.h +++ b/usr.sbin/ppp/descriptor.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/descriptor.h,v 1.8 2000/03/14 01:46:06 brian Exp $ */ #define PHYSICAL_DESCRIPTOR (1) diff --git a/usr.sbin/ppp/ether.c b/usr.sbin/ppp/ether.c index ce0bfd2db3ad..9d8e7dd66086 100644 --- a/usr.sbin/ppp/ether.c +++ b/usr.sbin/ppp/ether.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ether.c,v 1.28 2004/07/29 05:59:43 glebius Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ether.h b/usr.sbin/ppp/ether.h index 16c9a9e05b9e..6ff98bf9b0e6 100644 --- a/usr.sbin/ppp/ether.h +++ b/usr.sbin/ppp/ether.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ether.h,v 1.2 1999/11/26 22:44:30 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c index 67d00ac6bf36..47f6a21a1588 100644 --- a/usr.sbin/ppp/exec.c +++ b/usr.sbin/ppp/exec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/exec.c,v 1.28 2002/05/14 12:55:36 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/exec.h b/usr.sbin/ppp/exec.h index d4b338767fb3..34542c6d4f78 100644 --- a/usr.sbin/ppp/exec.h +++ b/usr.sbin/ppp/exec.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/exec.h,v 1.5 1999/11/06 22:50:53 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index 994c09072260..d02771f4cf3d 100644 --- a/usr.sbin/ppp/filter.c +++ b/usr.sbin/ppp/filter.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/filter.c,v 1.51 2002/08/27 20:11:57 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h index f994f4b0417d..002caa501a4d 100644 --- a/usr.sbin/ppp/filter.h +++ b/usr.sbin/ppp/filter.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/filter.h,v 1.28 2001/08/14 16:05:50 brian Exp $ */ /* Operations - f_srcop, f_dstop */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 685e5f107df6..a91e424dc4e9 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/fsm.c,v 1.69 2002/08/25 13:30:34 charnier Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 3280ba075843..ac02add7fcc6 100644 --- a/usr.sbin/ppp/fsm.h +++ b/usr.sbin/ppp/fsm.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/fsm.h,v 1.27 2002/05/22 21:17:13 brian Exp $ */ /* diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 81b537da4f9b..8ba82c598eed 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/hdlc.c,v 1.50 2004/06/30 12:24:56 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 839d83cf0152..42c6137f9906 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/hdlc.h,v 1.23 2004/06/30 12:24:56 brian Exp $ */ /* diff --git a/usr.sbin/ppp/i4b.c b/usr.sbin/ppp/i4b.c index 5744e89dfadc..4824d8c2bd90 100644 --- a/usr.sbin/ppp/i4b.c +++ b/usr.sbin/ppp/i4b.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/i4b.c,v 1.14 2002/05/14 12:55:38 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/i4b.h b/usr.sbin/ppp/i4b.h index 984535c81959..cd0542777208 100644 --- a/usr.sbin/ppp/i4b.h +++ b/usr.sbin/ppp/i4b.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/i4b.h,v 1.4 1999/11/26 22:44:31 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index 440d460e5301..85e9f03f75b3 100644 --- a/usr.sbin/ppp/id.c +++ b/usr.sbin/ppp/id.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/id.c,v 1.23 2002/06/15 08:03:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index 409da49b3008..fe97471c4308 100644 --- a/usr.sbin/ppp/id.h +++ b/usr.sbin/ppp/id.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/id.h,v 1.15 2000/08/18 00:01:43 brian Exp $ */ #ifndef NOSUID diff --git a/usr.sbin/ppp/iface.c b/usr.sbin/ppp/iface.c index 8a23742a25fa..aa184b9379a4 100644 --- a/usr.sbin/ppp/iface.c +++ b/usr.sbin/ppp/iface.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/iface.c,v 1.36 2003/04/04 11:09:08 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/iface.h b/usr.sbin/ppp/iface.h index 28c3761e5922..1cb714f9178a 100644 --- a/usr.sbin/ppp/iface.h +++ b/usr.sbin/ppp/iface.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/iface.h,v 1.7 2001/08/14 16:05:50 brian Exp $ */ struct ifa_msghdr; diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index 9c5a98b5424c..739516aea5a6 100644 --- a/usr.sbin/ppp/ip.c +++ b/usr.sbin/ppp/ip.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ip.c,v 1.101 2004/05/13 09:03:00 dds Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index a4c417912f9f..07aeb5fbaa26 100644 --- a/usr.sbin/ppp/ip.h +++ b/usr.sbin/ppp/ip.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ip.h,v 1.18 2001/08/14 16:05:51 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 6b41f8f6653e..9e32a2027a9e 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ipcp.c,v 1.120 2004/07/17 01:07:52 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index dc1ed9e193e6..19d6288f9141 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ipcp.h,v 1.35 2001/08/14 16:05:51 brian Exp $ */ #define IPCP_MAXCODE CODE_CODEREJ diff --git a/usr.sbin/ppp/iplist.c b/usr.sbin/ppp/iplist.c index 4ef00e457736..d1f1e6964abf 100644 --- a/usr.sbin/ppp/iplist.c +++ b/usr.sbin/ppp/iplist.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/iplist.c,v 1.9 1999/08/28 01:18:31 peter Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iplist.h b/usr.sbin/ppp/iplist.h index 5805a2cfbb77..7cc8ab8c2fc2 100644 --- a/usr.sbin/ppp/iplist.h +++ b/usr.sbin/ppp/iplist.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/iplist.h,v 1.4 1999/08/28 01:18:31 peter Exp $ */ struct iplist_cur { diff --git a/usr.sbin/ppp/ipv6cp.c b/usr.sbin/ppp/ipv6cp.c index 543a75d61083..667a06777a56 100644 --- a/usr.sbin/ppp/ipv6cp.c +++ b/usr.sbin/ppp/ipv6cp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ipv6cp.c,v 1.15 2003/06/19 18:55:49 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ipv6cp.h b/usr.sbin/ppp/ipv6cp.h index 53f7153157ea..def454a78504 100644 --- a/usr.sbin/ppp/ipv6cp.h +++ b/usr.sbin/ppp/ipv6cp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ipv6cp.h,v 1.2 2002/08/29 02:44:58 brian Exp $ */ #ifndef NOINET6 diff --git a/usr.sbin/ppp/layer.h b/usr.sbin/ppp/layer.h index 4ee59a10a6f2..919d8ab0fb9b 100644 --- a/usr.sbin/ppp/layer.h +++ b/usr.sbin/ppp/layer.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/layer.h,v 1.3 1999/08/28 01:18:31 peter Exp $ */ #define LAYER_ASYNC 2 diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index bfc7376d9e67..d77b92cec30b 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/lcp.c,v 1.105 2002/08/27 20:11:57 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index dca86b72d61c..e37851fea8cb 100644 --- a/usr.sbin/ppp/lcp.h +++ b/usr.sbin/ppp/lcp.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/lcp.h,v 1.30 2002/04/16 23:57:09 brian Exp $ */ /* callback::opmask values */ diff --git a/usr.sbin/ppp/link.c b/usr.sbin/ppp/link.c index 1667e8a8b661..286f866685c2 100644 --- a/usr.sbin/ppp/link.c +++ b/usr.sbin/ppp/link.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/link.c,v 1.20 2004/06/30 12:24:56 brian Exp $ * */ diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h index 822474b78992..e3450ae60448 100644 --- a/usr.sbin/ppp/link.h +++ b/usr.sbin/ppp/link.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/link.h,v 1.11 2004/06/30 12:24:56 brian Exp $ * */ diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index c90720b9724b..6f4d6ab837af 100644 --- a/usr.sbin/ppp/log.c +++ b/usr.sbin/ppp/log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/log.c,v 1.53 2004/07/17 01:07:52 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index 0da4b8c26848..95f239974fc3 100644 --- a/usr.sbin/ppp/log.h +++ b/usr.sbin/ppp/log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/log.h,v 1.34 2004/07/17 01:07:52 brian Exp $ */ #define LogLOG (0) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index 073379a0eb85..c302975a6213 100644 --- a/usr.sbin/ppp/lqr.c +++ b/usr.sbin/ppp/lqr.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/lqr.c,v 1.46 2004/06/30 12:24:56 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 13d378ffbe77..91a08eedd32f 100644 --- a/usr.sbin/ppp/lqr.h +++ b/usr.sbin/ppp/lqr.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/lqr.h,v 1.18 2004/06/30 12:24:56 brian Exp $ */ /* diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 7517663240c9..d31edc34476f 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/main.c,v 1.190 2002/08/27 20:11:57 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 46e63b1e1274..ec60037aae71 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/main.h,v 1.12 2001/06/13 21:52:19 brian Exp $ */ extern void Cleanup(int); diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 0edf1b926458..f1716e419151 100644 --- a/usr.sbin/ppp/mbuf.c +++ b/usr.sbin/ppp/mbuf.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mbuf.c,v 1.45 2004/04/17 00:29:17 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 34fe6c322489..d2272d8cc59d 100644 --- a/usr.sbin/ppp/mbuf.h +++ b/usr.sbin/ppp/mbuf.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mbuf.h,v 1.28 2004/06/30 12:24:56 brian Exp $ */ struct mbuf { diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index 3fd9b95c232c..4bbad4a2a1df 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mp.c,v 1.53 2002/08/27 20:11:58 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h index 525ee291d7da..a97bc14bf6fa 100644 --- a/usr.sbin/ppp/mp.h +++ b/usr.sbin/ppp/mp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mp.h,v 1.11 2001/08/14 16:05:51 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index 606ad0faf4d7..b3bf221dc119 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mppe.c,v 1.25 2002/07/02 00:47:24 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/mppe.h b/usr.sbin/ppp/mppe.h index c70a60906ba1..a31eb5d05e41 100644 --- a/usr.sbin/ppp/mppe.h +++ b/usr.sbin/ppp/mppe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/mppe.h,v 1.2 2000/11/07 23:19:11 brian Exp $ */ #define MPPE_KEY_LEN 16 diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 8172fd663206..4fe703d57eda 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/nat_cmd.c,v 1.60 2003/09/23 07:41:54 marcus Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/nat_cmd.h b/usr.sbin/ppp/nat_cmd.h index f4c3655f2c8c..f267f4c00098 100644 --- a/usr.sbin/ppp/nat_cmd.h +++ b/usr.sbin/ppp/nat_cmd.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/nat_cmd.h,v 1.20 2003/09/23 07:41:54 marcus Exp $ */ struct cmdargs; diff --git a/usr.sbin/ppp/ncp.c b/usr.sbin/ppp/ncp.c index e1acafbfc46b..759a17e49e44 100644 --- a/usr.sbin/ppp/ncp.c +++ b/usr.sbin/ppp/ncp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ncp.c,v 1.5 2002/08/27 20:11:58 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/ncp.h b/usr.sbin/ppp/ncp.h index c9c3be53c3bd..fb0bc3ce2b72 100644 --- a/usr.sbin/ppp/ncp.h +++ b/usr.sbin/ppp/ncp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ncp.h,v 1.1 2001/08/14 16:05:51 brian Exp $ */ struct port_range { diff --git a/usr.sbin/ppp/ncpaddr.c b/usr.sbin/ppp/ncpaddr.c index 112cfbcbd2f3..34dc75e81a2b 100644 --- a/usr.sbin/ppp/ncpaddr.c +++ b/usr.sbin/ppp/ncpaddr.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ncpaddr.c,v 1.14 2003/06/21 10:14:52 ume Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/ncpaddr.h b/usr.sbin/ppp/ncpaddr.h index 8c6b88612326..8c3ff77fad02 100644 --- a/usr.sbin/ppp/ncpaddr.h +++ b/usr.sbin/ppp/ncpaddr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ncpaddr.h,v 1.3 2001/11/23 12:39:20 brian Exp $ */ /* diff --git a/usr.sbin/ppp/netgraph.c b/usr.sbin/ppp/netgraph.c index 15ace223e6d1..dc8dcbe8a1e1 100644 --- a/usr.sbin/ppp/netgraph.c +++ b/usr.sbin/ppp/netgraph.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/netgraph.c,v 1.5 2003/11/15 15:26:35 harti Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/netgraph.h b/usr.sbin/ppp/netgraph.h index ffa012ae9b30..e0e662329f3f 100644 --- a/usr.sbin/ppp/netgraph.h +++ b/usr.sbin/ppp/netgraph.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/netgraph.h,v 1.2 2002/03/30 12:30:09 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index 8a1d112d72de..1cd42d06ed8c 100644 --- a/usr.sbin/ppp/pap.c +++ b/usr.sbin/ppp/pap.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/pap.c,v 1.50 2002/06/17 01:12:38 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index 8e8d45734a88..db1b7912c82a 100644 --- a/usr.sbin/ppp/pap.h +++ b/usr.sbin/ppp/pap.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/pap.h,v 1.12 2001/06/13 21:52:19 brian Exp $ */ #define PAP_REQUEST 1 diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c index 1483b664e02b..d8deacbb6d29 100644 --- a/usr.sbin/ppp/physical.c +++ b/usr.sbin/ppp/physical.c @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/physical.c,v 1.56 2004/07/29 05:59:43 glebius Exp $ * */ diff --git a/usr.sbin/ppp/physical.h b/usr.sbin/ppp/physical.h index 222c5e6de7f1..2ac15437a8e5 100644 --- a/usr.sbin/ppp/physical.h +++ b/usr.sbin/ppp/physical.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/physical.h,v 1.27 2004/07/29 05:59:43 glebius Exp $ * */ diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index e0d27438e47d..0b6d8bf9b442 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -25,7 +25,7 @@ changecom(,)dnl .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.312 2004/07/29 05:59:43 glebius Exp $ .\" .Dd July 20, 2004 .Dt PPP 8 diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c index 2a8138129f83..b83cdaeee2f0 100644 --- a/usr.sbin/ppp/pred.c +++ b/usr.sbin/ppp/pred.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/pred.c,v 1.34 2002/06/12 00:33:17 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index 1afb77a9a57f..d071971a3fb8 100644 --- a/usr.sbin/ppp/pred.h +++ b/usr.sbin/ppp/pred.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/pred.h,v 1.9 2001/06/13 21:52:19 brian Exp $ */ extern const struct ccp_algorithm Pred1Algorithm; diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c index a33734cb5b16..06970655fab0 100644 --- a/usr.sbin/ppp/probe.c +++ b/usr.sbin/ppp/probe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/probe.c,v 1.6 2002/01/16 14:03:51 brian Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/ppp/probe.h b/usr.sbin/ppp/probe.h index 5a7dce9e20d2..2a92cc0aefac 100644 --- a/usr.sbin/ppp/probe.h +++ b/usr.sbin/ppp/probe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/probe.h,v 1.3 2001/08/15 13:53:38 brian Exp $ */ struct probe { diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c index 839e65542aa0..0925c1a537a5 100644 --- a/usr.sbin/ppp/prompt.c +++ b/usr.sbin/ppp/prompt.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/prompt.c,v 1.30 2003/03/28 18:23:43 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/prompt.h b/usr.sbin/ppp/prompt.h index 048933825790..6f9c0af5e341 100644 --- a/usr.sbin/ppp/prompt.h +++ b/usr.sbin/ppp/prompt.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/prompt.h,v 1.10 2002/08/27 20:11:58 brian Exp $ */ #define LOCAL_AUTH 0x01 diff --git a/usr.sbin/ppp/proto.c b/usr.sbin/ppp/proto.c index e4719987313a..c84893b62b8c 100644 --- a/usr.sbin/ppp/proto.c +++ b/usr.sbin/ppp/proto.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/proto.c,v 1.6 2000/07/19 02:10:35 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/proto.h b/usr.sbin/ppp/proto.h index 8c9332769857..4fd0ef60abb9 100644 --- a/usr.sbin/ppp/proto.h +++ b/usr.sbin/ppp/proto.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/proto.h,v 1.5 2001/12/09 01:29:12 brian Exp $ */ /* diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c index 1bd92ae47c9b..79dacd7077b1 100644 --- a/usr.sbin/ppp/radius.c +++ b/usr.sbin/ppp/radius.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/radius.c,v 1.48 2004/07/28 07:20:04 kan Exp $ * */ diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h index 2d7d69229aa5..2296d9ab32cf 100644 --- a/usr.sbin/ppp/radius.h +++ b/usr.sbin/ppp/radius.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/radius.h,v 1.20 2004/07/17 01:07:53 brian Exp $ */ #define MPPE_POLICY_ALLOWED 1 diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 168911c0be57..1ce870e213e3 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/route.c,v 1.91 2003/03/25 16:49:08 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index edf66045e564..e83ae4c35ec7 100644 --- a/usr.sbin/ppp/route.h +++ b/usr.sbin/ppp/route.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/route.h,v 1.19 2001/08/16 02:01:05 brian Exp $ */ struct bundle; diff --git a/usr.sbin/ppp/server.c b/usr.sbin/ppp/server.c index 03f7b866d98b..18c4cbffc73b 100644 --- a/usr.sbin/ppp/server.c +++ b/usr.sbin/ppp/server.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/server.c,v 1.42 2002/08/27 20:11:58 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h index 9fdc52c6b873..f010653622df 100644 --- a/usr.sbin/ppp/server.h +++ b/usr.sbin/ppp/server.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/server.h,v 1.9 2001/03/08 23:51:50 brian Exp $ */ struct bundle; diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index a42194be0c71..13db583bd0b2 100644 --- a/usr.sbin/ppp/sig.c +++ b/usr.sbin/ppp/sig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/sig.c,v 1.18 2002/05/22 21:08:58 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index 27d264c19370..f5893fa20dc6 100644 --- a/usr.sbin/ppp/sig.h +++ b/usr.sbin/ppp/sig.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/sig.h,v 1.14 1999/08/28 01:18:44 peter Exp $ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index bebd599b2bd3..ff1466a0f877 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/slcompress.c,v 1.37 2002/08/27 20:11:58 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index 223f65948b4e..b5a5806b8b1c 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/slcompress.h,v 1.16 2000/04/13 00:00:46 brian Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/sync.c b/usr.sbin/ppp/sync.c index ebace8aa4993..c463f8d72785 100644 --- a/usr.sbin/ppp/sync.c +++ b/usr.sbin/ppp/sync.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/sync.c,v 1.7 2004/06/30 12:24:56 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sync.h b/usr.sbin/ppp/sync.h index 4f5bfee0805f..030521203312 100644 --- a/usr.sbin/ppp/sync.h +++ b/usr.sbin/ppp/sync.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/sync.h,v 1.2 1999/08/28 01:18:45 peter Exp $ */ extern struct layer synclayer; diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 24f58a50d904..c95d75bdd93d 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/systems.c,v 1.67 2002/05/14 12:55:39 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 9091e730b1a7..6ce98d62b383 100644 --- a/usr.sbin/ppp/systems.h +++ b/usr.sbin/ppp/systems.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/systems.h,v 1.17 2001/11/03 21:45:32 brian Exp $ */ struct prompt; diff --git a/usr.sbin/ppp/tcp.c b/usr.sbin/ppp/tcp.c index 65679f0be554..db4edc0b91a4 100644 --- a/usr.sbin/ppp/tcp.c +++ b/usr.sbin/ppp/tcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tcp.c,v 1.18 2002/07/18 18:50:05 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/tcp.h b/usr.sbin/ppp/tcp.h index f6a823529e9e..ad4493547291 100644 --- a/usr.sbin/ppp/tcp.h +++ b/usr.sbin/ppp/tcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tcp.h,v 1.5 1999/11/06 22:50:58 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/tcpmss.c b/usr.sbin/ppp/tcpmss.c index b4dc64ed3637..f42779e5a942 100644 --- a/usr.sbin/ppp/tcpmss.c +++ b/usr.sbin/ppp/tcpmss.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tcpmss.c,v 1.7 2004/06/29 07:40:38 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tcpmss.h b/usr.sbin/ppp/tcpmss.h index ffd7b827963d..be0224b1da37 100644 --- a/usr.sbin/ppp/tcpmss.h +++ b/usr.sbin/ppp/tcpmss.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tcpmss.h,v 1.1 2000/11/28 13:18:35 brian Exp $ */ extern struct layer tcpmsslayer; diff --git a/usr.sbin/ppp/throughput.c b/usr.sbin/ppp/throughput.c index f6bc9b57d1d3..595c5e341e75 100644 --- a/usr.sbin/ppp/throughput.c +++ b/usr.sbin/ppp/throughput.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/throughput.c,v 1.18 2002/08/27 20:11:58 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index 21e5450fa005..9cb4de806dcd 100644 --- a/usr.sbin/ppp/throughput.h +++ b/usr.sbin/ppp/throughput.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/throughput.h,v 1.10 2000/08/28 22:44:54 brian Exp $ */ #define SAMPLE_PERIOD 5 /* Default sample period */ diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 77b2af7e4f44..2811179ef434 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/timer.c,v 1.47 2002/08/27 20:11:58 brian Exp $ */ #include <errno.h> diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index 02fcdd1b4bd1..439f47beb61a 100644 --- a/usr.sbin/ppp/timer.h +++ b/usr.sbin/ppp/timer.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/timer.h,v 1.10 2001/06/13 21:52:19 brian Exp $ */ #define TICKUNIT 100000 /* usec's per Unit */ diff --git a/usr.sbin/ppp/tty.c b/usr.sbin/ppp/tty.c index b72ec79d6e60..7d6fd7265709 100644 --- a/usr.sbin/ppp/tty.c +++ b/usr.sbin/ppp/tty.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tty.c,v 1.30 2003/11/15 15:26:35 harti Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tty.h b/usr.sbin/ppp/tty.h index f3f0d530e8e0..ec51f7de68fa 100644 --- a/usr.sbin/ppp/tty.h +++ b/usr.sbin/ppp/tty.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tty.h,v 1.6 1999/11/26 22:44:33 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index 883cd5c4052e..7916e243c40b 100644 --- a/usr.sbin/ppp/tun.c +++ b/usr.sbin/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tun.c,v 1.28 2002/06/15 08:03:30 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h index 1bb07122a1ac..9167239e9f07 100644 --- a/usr.sbin/ppp/tun.h +++ b/usr.sbin/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/tun.h,v 1.10 2000/11/28 13:18:35 brian Exp $ */ struct tun_data { diff --git a/usr.sbin/ppp/ua.h b/usr.sbin/ppp/ua.h index dbd89e5be618..f3e299f08e86 100644 --- a/usr.sbin/ppp/ua.h +++ b/usr.sbin/ppp/ua.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/ua.h,v 1.3 1999/08/28 01:18:49 peter Exp $ */ #ifdef __i386__ /* Do any other archs not care about alignment ? */ diff --git a/usr.sbin/ppp/udp.c b/usr.sbin/ppp/udp.c index 3a5fe061e7d2..3c4b0f0e37b6 100644 --- a/usr.sbin/ppp/udp.c +++ b/usr.sbin/ppp/udp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/udp.c,v 1.19 2002/07/18 18:50:05 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/udp.h b/usr.sbin/ppp/udp.h index 46b8fe63de1a..8cc3bd2c9131 100644 --- a/usr.sbin/ppp/udp.h +++ b/usr.sbin/ppp/udp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/udp.h,v 1.4 1999/11/06 22:50:59 brian Exp $ */ struct physical; diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index 8bc03dbab260..387582a484fa 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/vjcomp.c,v 1.39 2002/05/14 12:55:39 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h index 2956122fd061..34457439857c 100644 --- a/usr.sbin/ppp/vjcomp.h +++ b/usr.sbin/ppp/vjcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ppp/vjcomp.h,v 1.8 1999/08/28 01:18:51 peter Exp $ */ struct mbuf; diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 6cdcc3dc6cfb..156869082dbd 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pppctl/Makefile,v 1.16 2004/01/31 17:28:09 marcel Exp $ PROG= pppctl MAN= pppctl.8 diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 3d807dc0ed3c..06066ade1c7b 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pppctl/pppctl.8,v 1.22 2004/07/02 23:12:54 ru Exp $ .Dd June 26, 1997 .Os .Dt PPPCTL 8 diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index 1ff63b31dfe2..38e466fddd04 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pppctl/pppctl.c,v 1.32 2003/12/07 08:39:29 tjr Exp $"); #include <sys/types.h> diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index e2f4bd888c43..58c638b88c4d 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pppd/Makefile,v 1.28 2004/08/06 07:27:07 cperciva Exp $ # I once used this extensively, but no longer have a modem. Feel free # to ask me questions about it, but I disclaim ownership now. -Peter diff --git a/usr.sbin/pppd/RELNOTES b/usr.sbin/pppd/RELNOTES index 1c1e392266f2..0359edee1374 100644 --- a/usr.sbin/pppd/RELNOTES +++ b/usr.sbin/pppd/RELNOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pppd/RELNOTES,v 1.7 2003/01/01 18:49:02 schweikh Exp $ This is the README file for ppp-2.3, a package which implements the Point-to-Point Protocol (PPP) to provide Internet connections over diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index c98246172a7b..39228aa83b3c 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/auth.c,v 1.28 2003/10/26 06:01:06 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/cbcp.c b/usr.sbin/pppd/cbcp.c index fb265e6d5954..dc64172364a2 100644 --- a/usr.sbin/pppd/cbcp.c +++ b/usr.sbin/pppd/cbcp.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/cbcp.c,v 1.4 1999/08/28 01:19:00 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c index fb21cfda3587..360fb5f3cede 100644 --- a/usr.sbin/pppd/ccp.c +++ b/usr.sbin/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/ccp.c,v 1.10 1999/08/28 01:19:00 peter Exp $"; #endif #include <string.h> diff --git a/usr.sbin/pppd/ccp.h b/usr.sbin/pppd/ccp.h index a03ac4d4961e..8405ad345b4d 100644 --- a/usr.sbin/pppd/ccp.h +++ b/usr.sbin/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/ccp.h,v 1.8 1999/08/28 01:19:00 peter Exp $ */ typedef struct ccp_options { diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index c3acafbe8392..711b6808964b 100644 --- a/usr.sbin/pppd/chap.c +++ b/usr.sbin/pppd/chap.c @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/chap.c,v 1.10 1999/08/28 01:19:01 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 4a4f38383a34..4a7cd9c9a021 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -30,7 +30,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/chap.h,v 1.7 1999/08/28 01:19:01 peter Exp $ */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c index c3e1f6ee44d1..9d3be9d6e237 100644 --- a/usr.sbin/pppd/chap_ms.c +++ b/usr.sbin/pppd/chap_ms.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/chap_ms.c,v 1.8 2000/02/24 21:10:28 markm Exp $"; #endif #ifdef CHAPMS diff --git a/usr.sbin/pppd/chap_ms.h b/usr.sbin/pppd/chap_ms.h index 7c0088308aa6..31f48732d8ca 100644 --- a/usr.sbin/pppd/chap_ms.h +++ b/usr.sbin/pppd/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/chap_ms.h,v 1.5 1999/08/28 01:19:02 peter Exp $ */ #ifndef __CHAPMS_INCLUDE__ diff --git a/usr.sbin/pppd/demand.c b/usr.sbin/pppd/demand.c index 59c0281e16a0..e0eb980299d7 100644 --- a/usr.sbin/pppd/demand.c +++ b/usr.sbin/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/demand.c,v 1.5 1999/08/28 01:19:02 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index 0c49c7092d86..2af5d807f9b2 100644 --- a/usr.sbin/pppd/fsm.c +++ b/usr.sbin/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/fsm.c,v 1.10 2002/12/30 21:18:14 schweikh Exp $"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index 7b43b7a08be2..67cb1c4d734f 100644 --- a/usr.sbin/pppd/fsm.h +++ b/usr.sbin/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/fsm.h,v 1.7 1999/08/28 01:19:03 peter Exp $ */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 576b2006ab58..eb9d57d15078 100644 --- a/usr.sbin/pppd/ipcp.c +++ b/usr.sbin/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/ipcp.c,v 1.12 1999/08/28 01:19:03 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 2bc795d9a504..693e16b536b9 100644 --- a/usr.sbin/pppd/ipcp.h +++ b/usr.sbin/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/ipcp.h,v 1.10 1999/08/28 01:19:03 peter Exp $ */ /* diff --git a/usr.sbin/pppd/ipxcp.c b/usr.sbin/pppd/ipxcp.c index bdf24d1193df..203707d39a93 100644 --- a/usr.sbin/pppd/ipxcp.c +++ b/usr.sbin/pppd/ipxcp.c @@ -19,7 +19,7 @@ #ifdef IPX_CHANGE #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/ipxcp.c,v 1.6 2003/01/01 18:49:02 schweikh Exp $"; #endif /* diff --git a/usr.sbin/pppd/ipxcp.h b/usr.sbin/pppd/ipxcp.h index 0890181af7ec..6e825664b272 100644 --- a/usr.sbin/pppd/ipxcp.h +++ b/usr.sbin/pppd/ipxcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/ipxcp.h,v 1.4 1999/08/28 01:19:04 peter Exp $ */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index 74009872011f..a4d0e29ac508 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/lcp.c,v 1.11 2003/04/07 13:34:00 fjoe Exp $"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 2a19e2611b59..139b8d7ec33d 100644 --- a/usr.sbin/pppd/lcp.h +++ b/usr.sbin/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/lcp.h,v 1.7 1999/08/28 01:19:05 peter Exp $ */ /* diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index 1e13d02dd371..bc7de4308313 100644 --- a/usr.sbin/pppd/magic.c +++ b/usr.sbin/pppd/magic.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/magic.c,v 1.8 1999/08/28 01:19:05 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index 82f65cf55d4e..39496e6cdcfc 100644 --- a/usr.sbin/pppd/magic.h +++ b/usr.sbin/pppd/magic.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/magic.h,v 1.7 1999/08/28 01:19:05 peter Exp $ */ void magic_init __P((void)); /* Initialize the magic number generator */ diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index c2d0abfbc3c4..d4d4c9087a23 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/main.c,v 1.21 2003/05/12 18:51:31 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index d1e679b2aa43..622fb93bc7d4 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/options.c,v 1.24 2002/05/06 08:39:43 dwmalone Exp $"; #endif #include <ctype.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index bc49c5879a24..7c9d9c07db84 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/pppd/patchlevel.h,v 1.10 1999/08/28 01:19:07 peter Exp $ */ #define PATCHLEVEL 5 #define VERSION "2.3" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index 147ae38ab40f..af7ac9252699 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/pathnames.h,v 1.10 2001/07/31 16:09:29 asmodai Exp $ */ #ifdef HAVE_PATHS_H diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index fdca2b51ba72..30ab99a6afc7 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.3 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pppd/pppd.8,v 1.25 2004/02/28 21:32:40 maxim Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index 248556d381e8..005a0e754b60 100644 --- a/usr.sbin/pppd/pppd.h +++ b/usr.sbin/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/pppd.h,v 1.13 1999/08/28 01:19:08 peter Exp $ */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index 3ca43c0cb2ed..d41d889352f9 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/sys-bsd.c,v 1.20 2004/04/09 16:59:05 maxim Exp $"; #endif /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 627c7d03d5db..2cda3ac14ea3 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/upap.c,v 1.8 1999/08/28 01:19:08 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 2cfd86c8077f..7d1eaa38e985 100644 --- a/usr.sbin/pppd/upap.h +++ b/usr.sbin/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pppd/upap.h,v 1.7 1999/08/28 01:19:09 peter Exp $ */ /* diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index 0aab78b2d57a..46cee3bd7f1f 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pppstats/Makefile,v 1.10 2001/07/20 06:20:14 obrien Exp $ #as per policies in handbook MAINTAINER= peter@freebsd.org diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 5b28ea0a8f8d..3483b7fc64cc 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/usr.sbin/pppstats/pppstats.8,v 1.10 2000/03/03 09:11:28 sheldonh Exp $ .TH PPPSTATS 8 "26 June 1995" .SH NAME pppstats \- print PPP statistics diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index d3b7b3d2ca16..efd30dafcbb0 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile index 280e164285d8..b31f11829f0a 100644 --- a/usr.sbin/praliases/Makefile +++ b/usr.sbin/praliases/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/praliases/Makefile,v 1.10 2003/07/07 03:54:04 gshapiro Exp $ SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/praliases diff --git a/usr.sbin/procctl/Makefile b/usr.sbin/procctl/Makefile index 5cb35e707371..b9f385273be5 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/procctl/Makefile,v 1.8 2001/07/20 06:20:15 obrien Exp $ PROG= procctl MAN= procctl.8 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 1add286472f4..91ed25fc6627 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/procctl/procctl.8,v 1.10 2002/07/14 14:45:06 charnier Exp $ .Dd November 23, 1997 .Dt PROCCTL 8 .Os diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index 5bd1f21954c6..8ec932e2a7f4 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/procctl/procctl.c,v 1.7 2003/05/03 21:06:38 obrien Exp $"); /* * procctl -- clear the event mask, and continue, any specified processes. diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 9d1dffeb2b4f..12dcb89d0596 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pstat/Makefile,v 1.12 2003/04/04 17:49:17 obrien Exp $ PROG= pstat LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 22a4f4c2ab7c..f72dd18a6eb1 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pstat.8 8.5 (Berkeley) 5/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pstat/pstat.8,v 1.44 2004/08/07 04:27:52 imp Exp $ .\" .Dd May 23, 2002 .Dt PSTAT 8 diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 0d25894629be..5037c59bd8b1 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pstat/pstat.c,v 1.91 2004/08/07 04:27:52 imp Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index 8937124f22f4..605cc9b371f9 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pw/Makefile,v 1.18 2003/04/04 17:49:17 obrien Exp $ PROG= pw MAN= pw.conf.5 pw.8 diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index bbb153988366..849946d8ab06 100644 --- a/usr.sbin/pw/README +++ b/usr.sbin/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, <davidn@blaze.net.au> -$FreeBSD$ +$FreeBSD: src/usr.sbin/pw/README,v 1.6 2001/01/02 04:01:59 peter Exp $ diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index bcfea7e2c887..01d8551a2f5d 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/bitmap.c,v 1.5 1999/08/28 01:19:15 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.sbin/pw/bitmap.h b/usr.sbin/pw/bitmap.h index 4d6cfe43c18a..c9328a167c19 100644 --- a/usr.sbin/pw/bitmap.h +++ b/usr.sbin/pw/bitmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/bitmap.h,v 1.5 2002/07/11 19:07:35 alfred Exp $ */ #ifndef _BITMAP_H_ diff --git a/usr.sbin/pw/cpdir.c b/usr.sbin/pw/cpdir.c index d8fa42bab61f..ac8219abbf92 100644 --- a/usr.sbin/pw/cpdir.c +++ b/usr.sbin/pw/cpdir.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/cpdir.c,v 1.6 2000/07/13 23:52:49 davidn Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/edgroup.c b/usr.sbin/pw/edgroup.c index 1cc46b4bdb48..f17a4226ae21 100644 --- a/usr.sbin/pw/edgroup.c +++ b/usr.sbin/pw/edgroup.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/edgroup.c,v 1.9 2004/03/08 20:31:37 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index b88f4fa8539f..59ca3ad18a4d 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/pw/fileupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/fileupd.c,v 1.10 2004/03/08 20:31:37 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index edff76d1285c..36201105da18 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/grupd.c,v 1.10 2001/08/30 06:32:17 dd Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.c b/usr.sbin/pw/psdate.c index 3f4c0105b75b..c49728c592c6 100644 --- a/usr.sbin/pw/psdate.c +++ b/usr.sbin/pw/psdate.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/psdate.c,v 1.8 2004/06/17 14:07:16 robert Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h index a1e99d464531..56a74453f5d2 100644 --- a/usr.sbin/pw/psdate.h +++ b/usr.sbin/pw/psdate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/psdate.h,v 1.5 2002/07/11 19:07:35 alfred Exp $ */ #ifndef _PSDATE_H_ diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 22795014693a..b4867a26f76b 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pw/pw.8,v 1.35 2004/07/02 23:12:54 ru Exp $ .\" .Dd January 11, 2004 .Dt PW 8 diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 4010e842f670..1435598b7403 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw.c,v 1.27 2004/01/11 18:28:08 iedowse Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index 729d45a72003..fa3ceb0fa623 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pw/pw.conf.5,v 1.15 2003/09/08 19:57:21 ru Exp $ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index f541b26e1743..df3f751033e9 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/pw.h,v 1.13 2001/07/05 08:01:15 kris Exp $ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 9377239c9906..b65a1b8c5ba3 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_conf.c,v 1.14 2001/08/20 15:09:34 brian Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c index 1c63a11722b2..0f2a2f93f605 100644 --- a/usr.sbin/pw/pw_group.c +++ b/usr.sbin/pw/pw_group.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_group.c,v 1.14 2004/01/11 18:28:08 iedowse Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index fc85828b5bbf..e3a484900926 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_log.c,v 1.6 2000/06/22 16:48:41 ache Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.sbin/pw/pw_nis.c b/usr.sbin/pw/pw_nis.c index 74a3ed09a7a9..8e570738cfdd 100644 --- a/usr.sbin/pw/pw_nis.c +++ b/usr.sbin/pw/pw_nis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_nis.c,v 1.6 1999/08/28 01:19:20 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index 5fd36712821f..938651757082 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_user.c,v 1.57 2004/06/17 14:07:16 robert Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_vpw.c b/usr.sbin/pw/pw_vpw.c index 473cbb6c0c64..3b36c9876935 100644 --- a/usr.sbin/pw/pw_vpw.c +++ b/usr.sbin/pw/pw_vpw.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pw_vpw.c,v 1.4 2004/06/17 14:07:16 robert Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c index 84226a90b300..c5b898853979 100644 --- a/usr.sbin/pw/pwupd.c +++ b/usr.sbin/pw/pwupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/pwupd.c,v 1.19 2003/01/23 19:51:48 fjoe Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 728906500f41..0669e924720d 100644 --- a/usr.sbin/pw/pwupd.h +++ b/usr.sbin/pw/pwupd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pw/pwupd.h,v 1.8 2002/07/11 19:07:35 alfred Exp $ */ #ifndef _PWUPD_H_ diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index 4ad590bc1aa2..9a0717daa401 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/pw/rm_r.c,v 1.6 2001/06/24 20:25:20 dd Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile index c3aaeb3398d8..1317452379b3 100644 --- a/usr.sbin/pwd_mkdb/Makefile +++ b/usr.sbin/pwd_mkdb/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pwd_mkdb/Makefile,v 1.10 2003/04/04 17:49:17 obrien Exp $ .PATH: ${.CURDIR}/../../lib/libc/gen # for pw_scan.c diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 4c3ca7e2b918..d00af9137f84 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pwd_mkdb/pwd_mkdb.8,v 1.24 2004/08/07 04:27:52 imp Exp $ .\" .Dd June 6, 1993 .Dt PWD_MKDB 8 diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c index ed45d8350e6b..6f0cb6e05014 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.c +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pwd_mkdb/pwd_mkdb.c,v 1.47 2004/08/07 04:27:52 imp Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile index 07bcc7eff1cf..6f2466b65909 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/quot/Makefile,v 1.10 2003/04/04 17:49:17 obrien Exp $ PROG= quot MAN= quot.8 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index eb4a9a7d3fb6..35732e82a8a9 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/quot/quot.8,v 1.21 2004/07/02 23:12:54 ru Exp $ .\" .Dd February 8, 1994 .Dt QUOT 8 diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 75e758b076fd..d711e4450639 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/quot/quot.c,v 1.22 2003/05/03 21:06:38 obrien Exp $"); #include <sys/param.h> #include <sys/stdint.h> diff --git a/usr.sbin/quotaon/Makefile b/usr.sbin/quotaon/Makefile index 3f88bd9da33c..ad283168eaf6 100644 --- a/usr.sbin/quotaon/Makefile +++ b/usr.sbin/quotaon/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/quotaon/Makefile,v 1.6 2002/07/11 21:23:33 alfred Exp $ PROG= quotaon LINKS= ${BINDIR}/quotaon ${BINDIR}/quotaoff diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8 index 08e8d11bda25..e9fed91cc497 100644 --- a/usr.sbin/quotaon/quotaon.8 +++ b/usr.sbin/quotaon/quotaon.8 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quotaon.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/quotaon/quotaon.8,v 1.11 2004/08/07 04:28:54 imp Exp $ .\" .Dd December 11, 1993 .Dt QUOTAON 8 diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 4bdf98206491..d409fb019cb7 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)quotaon.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/quotaon/quotaon.c,v 1.10 2004/08/07 04:28:54 imp Exp $"); /* * Turn quota on/off for a filesystem. diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index 7f34457697e3..1c0df6b01510 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rarpd/Makefile,v 1.14 2003/07/11 17:15:19 mux Exp $ PROG= rarpd MAN= rarpd.8 diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8 index dbe6a1531d15..3de2ac2fc2bc 100644 --- a/usr.sbin/rarpd/rarpd.8 +++ b/usr.sbin/rarpd/rarpd.8 @@ -1,4 +1,4 @@ -.\" @(#) $FreeBSD$ (LBL) +.\" @(#) $FreeBSD: src/usr.sbin/rarpd/rarpd.8,v 1.21 2004/08/07 04:28:54 imp Exp $ (LBL) .\" .\" Copyright (c) 1990, 1991, 1993 The Regents of the University of .\" California. All rights reserved. diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index a500dd512a13..c16aca1b5de0 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -22,7 +22,7 @@ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rarpd/rarpd.c,v 1.41 2004/08/07 04:28:54 imp Exp $"); /* * rarpd - Reverse ARP Daemon diff --git a/usr.sbin/raycontrol/Makefile b/usr.sbin/raycontrol/Makefile index 50e747277f80..d7857a5405c2 100644 --- a/usr.sbin/raycontrol/Makefile +++ b/usr.sbin/raycontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/raycontrol/Makefile,v 1.4 2001/07/20 06:20:31 obrien Exp $ PROG= raycontrol MAN= raycontrol.8 diff --git a/usr.sbin/raycontrol/raycontrol.8 b/usr.sbin/raycontrol/raycontrol.8 index 9cbe5a2edf65..414daae19d32 100644 --- a/usr.sbin/raycontrol/raycontrol.8 +++ b/usr.sbin/raycontrol/raycontrol.8 @@ -58,7 +58,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/raycontrol/raycontrol.8,v 1.11 2002/07/14 14:45:22 charnier Exp $ .\" .Dd March 21, 2000 .Dt RAYCONTROL 8 diff --git a/usr.sbin/raycontrol/raycontrol.c b/usr.sbin/raycontrol/raycontrol.c index 006fedabbb45..ef9cb2846a66 100644 --- a/usr.sbin/raycontrol/raycontrol.c +++ b/usr.sbin/raycontrol/raycontrol.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/raycontrol/raycontrol.c,v 1.7 2004/04/04 19:38:08 charnier Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.sbin/repquota/Makefile b/usr.sbin/repquota/Makefile index 087e890ed356..ace069b09998 100644 --- a/usr.sbin/repquota/Makefile +++ b/usr.sbin/repquota/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/repquota/Makefile,v 1.8 2003/04/04 17:49:18 obrien Exp $ PROG= repquota MAN= repquota.8 diff --git a/usr.sbin/repquota/repquota.8 b/usr.sbin/repquota/repquota.8 index 745a8b2a25ca..e4256b14be16 100644 --- a/usr.sbin/repquota/repquota.8 +++ b/usr.sbin/repquota/repquota.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)repquota.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/repquota/repquota.8,v 1.11 2004/08/07 04:28:54 imp Exp $ .\" .Dd June 6, 1993 .Dt REPQUOTA 8 diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 72ad8a7f149c..49b78323f0ce 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)repquota.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/repquota/repquota.c,v 1.18 2004/08/07 04:28:54 imp Exp $"); /* * Quota report diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile index 51438a18abc1..acbd0cce25fb 100644 --- a/usr.sbin/rip6query/Makefile +++ b/usr.sbin/rip6query/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rip6query/Makefile,v 1.6 2001/07/20 06:20:16 obrien Exp $ PROG= rip6query MAN= rip6query.8 diff --git a/usr.sbin/rip6query/rip6query.8 b/usr.sbin/rip6query/rip6query.8 index 931aa466db4b..121f7df73912 100644 --- a/usr.sbin/rip6query/rip6query.8 +++ b/usr.sbin/rip6query/rip6query.8 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: rip6query.8,v 1.2 2000/01/19 06:24:55 itojun Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rip6query/rip6query.8,v 1.6 2002/07/14 14:45:27 charnier Exp $ .\" .Dd October 7, 1999 .Dt RIP6QUERY 8 diff --git a/usr.sbin/rip6query/rip6query.c b/usr.sbin/rip6query/rip6query.c index 90d65aaed65e..e63661ebf28a 100644 --- a/usr.sbin/rip6query/rip6query.c +++ b/usr.sbin/rip6query/rip6query.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rip6query/rip6query.c,v 1.6 2002/04/22 13:44:46 des Exp $ */ #include <stdio.h> diff --git a/usr.sbin/rmt/Makefile b/usr.sbin/rmt/Makefile index 579a02bb6689..5fa44ddaf0b7 100644 --- a/usr.sbin/rmt/Makefile +++ b/usr.sbin/rmt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rmt/Makefile,v 1.10 2003/04/04 17:49:18 obrien Exp $ PROG= rmt MAN= rmt.8 diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8 index d4f55516cd7c..45b7c2af04b5 100644 --- a/usr.sbin/rmt/rmt.8 +++ b/usr.sbin/rmt/rmt.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmt.8 8.3 (Berkeley) 6/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rmt/rmt.8,v 1.15 2004/08/07 04:28:54 imp Exp $ .\" .Dd June 1, 1994 .Dt RMT 8 diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index af4f954e07b9..b06e9cc6e43c 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rmt/rmt.c,v 1.13 2004/08/07 04:28:54 imp Exp $"); /* * rmt diff --git a/usr.sbin/rndc-confgen/Makefile b/usr.sbin/rndc-confgen/Makefile index b8a52dd4d57a..9353f7aad2ae 100644 --- a/usr.sbin/rndc-confgen/Makefile +++ b/usr.sbin/rndc-confgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rndc-confgen/Makefile,v 1.3.2.2 2004/09/30 23:36:11 dougb Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile index 2ca76976e5a9..937b66b47e5d 100644 --- a/usr.sbin/rndc/Makefile +++ b/usr.sbin/rndc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rndc/Makefile,v 1.3.2.2 2004/09/30 23:36:11 dougb Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile index 1bed21a5e1d3..c486a8231279 100644 --- a/usr.sbin/route6d/Makefile +++ b/usr.sbin/route6d/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/route6d/Makefile,v 1.11 2003/08/18 15:35:33 ume Exp $ PROG= route6d MAN= route6d.8 diff --git a/usr.sbin/route6d/misc/chkrt b/usr.sbin/route6d/misc/chkrt index 6ae01f37be04..4552e72ed4c7 100755 --- a/usr.sbin/route6d/misc/chkrt +++ b/usr.sbin/route6d/misc/chkrt @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/route6d/misc/chkrt,v 1.2 2003/11/14 16:57:04 ume Exp $ # $dump="/var/tmp/route6d_dump"; $pidfile="/var/run/route6d.pid"; diff --git a/usr.sbin/route6d/misc/cksum.c b/usr.sbin/route6d/misc/cksum.c index bff7e2d5f7f4..96682b7a5b5a 100644 --- a/usr.sbin/route6d/misc/cksum.c +++ b/usr.sbin/route6d/misc/cksum.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/route6d/misc/cksum.c,v 1.1 1999/12/28 02:37:10 shin Exp $ */ #include <stdio.h> diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8 index 015e8c7a9c71..f168453e9438 100644 --- a/usr.sbin/route6d/route6d.8 +++ b/usr.sbin/route6d/route6d.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/route6d/route6d.8,v 1.8 2002/07/14 14:45:33 charnier Exp $ .\" $KAME: route6d.8,v 1.10 2000/11/24 11:57:18 itojun Exp $ .\" .\" Copyright (c) 1996 WIDE Project. All rights reserved. diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c index f62c7f113849..39b80062a51e 100644 --- a/usr.sbin/route6d/route6d.c +++ b/usr.sbin/route6d/route6d.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/route6d/route6d.c,v 1.34 2003/11/14 17:16:50 ume Exp $ */ /* $KAME: route6d.c,v 1.104 2003/10/31 00:30:20 itojun Exp $ */ /* diff --git a/usr.sbin/route6d/route6d.h b/usr.sbin/route6d/route6d.h index 49a7d5a93760..f5152f5eec85 100644 --- a/usr.sbin/route6d/route6d.h +++ b/usr.sbin/route6d/route6d.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/route6d/route6d.h,v 1.5 2003/11/14 17:16:12 ume Exp $ */ /* $KAME: route6d.h,v 1.8 2003/05/28 09:11:13 itojun Exp $ */ /* diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index 961ad17d4bf9..d9881685d76d 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.12 2000/08/07 16:23:31 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.lockd/Makefile,v 1.19 2003/10/26 06:10:44 peter Exp $ PROG= rpc.lockd MAN= rpc.lockd.8 diff --git a/usr.sbin/rpc.lockd/kern.c b/usr.sbin/rpc.lockd/kern.c index 6bcbef23257a..b2b22e8ecf0d 100644 --- a/usr.sbin/rpc.lockd/kern.c +++ b/usr.sbin/rpc.lockd/kern.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI kern.c,v 1.2 1998/11/25 22:38:27 don Exp - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.lockd/kern.c,v 1.13 2003/10/26 06:10:44 peter Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/rpc.lockd/lock_proc.c b/usr.sbin/rpc.lockd/lock_proc.c index c526be188f1c..a2f4724ffc57 100644 --- a/usr.sbin/rpc.lockd/lock_proc.c +++ b/usr.sbin/rpc.lockd/lock_proc.c @@ -1,5 +1,5 @@ /* $NetBSD: lock_proc.c,v 1.7 2000/10/11 20:23:56 is Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpc.lockd/lock_proc.c,v 1.16 2004/07/16 19:30:59 mr Exp $ */ /* * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c index 440b1a5fdd6d..c7809f4fc7ae 100644 --- a/usr.sbin/rpc.lockd/lockd.c +++ b/usr.sbin/rpc.lockd/lockd.c @@ -1,5 +1,5 @@ /* $NetBSD: lockd.c,v 1.7 2000/08/12 18:08:44 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpc.lockd/lockd.c,v 1.18 2004/07/16 19:30:59 mr Exp $ */ /* * Copyright (c) 1995 diff --git a/usr.sbin/rpc.lockd/lockd.h b/usr.sbin/rpc.lockd/lockd.h index 0a8e2e60b616..b47eb7d03e7a 100644 --- a/usr.sbin/rpc.lockd/lockd.h +++ b/usr.sbin/rpc.lockd/lockd.h @@ -1,5 +1,5 @@ /* $NetBSD: lockd.h,v 1.2 2000/06/07 14:34:40 bouyer Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpc.lockd/lockd.h,v 1.5 2001/11/29 17:36:45 alfred Exp $ */ /* * Copyright (c) 1995 diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index b67a40c3a5c5..7f4a4373f71f 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -1,5 +1,5 @@ /* $NetBSD: lockd_lock.c,v 1.5 2000/11/21 03:47:41 enami Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpc.lockd/lockd_lock.c,v 1.16 2004/07/16 19:30:59 mr Exp $ */ /* * Copyright (c) 2001 Andrew P. Lentvorski, Jr. diff --git a/usr.sbin/rpc.lockd/lockd_lock.h b/usr.sbin/rpc.lockd/lockd_lock.h index 62f6981151ed..e978f9206799 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.h +++ b/usr.sbin/rpc.lockd/lockd_lock.h @@ -1,5 +1,5 @@ /* $NetBSD: lockd_lock.h,v 1.2 2000/06/09 14:00:54 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpc.lockd/lockd_lock.h,v 1.4 2002/03/21 22:52:45 alfred Exp $ */ /* Headers and function declarations for file-locking utilities */ diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index da2ad7426466..46bdff097f6f 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -1,5 +1,5 @@ .\" $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.lockd/rpc.lockd.8,v 1.14 2002/07/14 14:45:36 charnier Exp $ .\" .\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk .\" All rights reserved. diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index a751e5c6f4e4..b15cf45b0963 100644 --- a/usr.sbin/rpc.lockd/test.c +++ b/usr.sbin/rpc.lockd/test.c @@ -9,7 +9,7 @@ static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro"; static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC"; #else __RCSID("$NetBSD: test.c,v 1.2 1997/10/18 04:01:21 lukem Exp $"); -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.sbin/rpc.lockd/test.c,v 1.5 2001/03/19 12:50:09 alfred Exp $"; #endif #endif /* not lint */ diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 6d8053c29bed..ab2f301dcff9 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.statd/Makefile,v 1.16 2003/10/26 06:14:10 peter Exp $ PROG= rpc.statd MAN= rpc.statd.8 diff --git a/usr.sbin/rpc.statd/file.c b/usr.sbin/rpc.statd/file.c index 991af887e045..28053466d395 100644 --- a/usr.sbin/rpc.statd/file.c +++ b/usr.sbin/rpc.statd/file.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.statd/file.c,v 1.7 2003/10/26 06:14:10 peter Exp $ * */ diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c index eed784959152..67fff5ca3a6a 100644 --- a/usr.sbin/rpc.statd/procs.c +++ b/usr.sbin/rpc.statd/procs.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.statd/procs.c,v 1.14 2003/10/26 06:14:10 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/rpc.statd/rpc.statd.8 b/usr.sbin/rpc.statd/rpc.statd.8 index 4d035464f2cd..a1b44a42877f 100644 --- a/usr.sbin/rpc.statd/rpc.statd.8 +++ b/usr.sbin/rpc.statd/rpc.statd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.statd/rpc.statd.8,v 1.12 2004/07/02 23:12:55 ru Exp $ .\" .Dd September 19, 1995 .Dt RPC.STATD 8 diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index 507a027e6266..7eb46d1c8701 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -36,7 +36,7 @@ /* The actual program logic is in the file procs.c */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.statd/statd.c,v 1.12 2004/04/04 19:46:14 charnier Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.sbin/rpc.statd/statd.h b/usr.sbin/rpc.statd/statd.h index a82d760f96f2..53032df1c22f 100644 --- a/usr.sbin/rpc.statd/statd.h +++ b/usr.sbin/rpc.statd/statd.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.statd/statd.h,v 1.5 2002/07/11 17:55:14 alfred Exp $ */ diff --git a/usr.sbin/rpc.statd/test.c b/usr.sbin/rpc.statd/test.c index 6df15011db3b..8bf5affa636a 100644 --- a/usr.sbin/rpc.statd/test.c +++ b/usr.sbin/rpc.statd/test.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.statd/test.c,v 1.3 1999/08/28 01:19:39 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rpc.umntall/Makefile b/usr.sbin/rpc.umntall/Makefile index 0a829c301cb5..7544fc42a1c6 100644 --- a/usr.sbin/rpc.umntall/Makefile +++ b/usr.sbin/rpc.umntall/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 6/22/95 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.umntall/Makefile,v 1.5 2003/10/26 06:14:10 peter Exp $ PROG= rpc.umntall MAN= rpc.umntall.8 diff --git a/usr.sbin/rpc.umntall/mounttab.c b/usr.sbin/rpc.umntall/mounttab.c index b81334e1b272..0e5551b3ea7f 100644 --- a/usr.sbin/rpc.umntall/mounttab.c +++ b/usr.sbin/rpc.umntall/mounttab.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.umntall/mounttab.c,v 1.6 2003/05/03 21:06:39 obrien Exp $"); #include <sys/syslog.h> diff --git a/usr.sbin/rpc.umntall/mounttab.h b/usr.sbin/rpc.umntall/mounttab.h index acf6c7968311..5095f8b99af4 100644 --- a/usr.sbin/rpc.umntall/mounttab.h +++ b/usr.sbin/rpc.umntall/mounttab.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.umntall/mounttab.h,v 1.2 2001/07/22 12:17:51 iedowse Exp $ */ #define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+100) diff --git a/usr.sbin/rpc.umntall/rpc.umntall.8 b/usr.sbin/rpc.umntall/rpc.umntall.8 index 81cdd48d1c03..59f6fa0af606 100644 --- a/usr.sbin/rpc.umntall/rpc.umntall.8 +++ b/usr.sbin/rpc.umntall/rpc.umntall.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.umntall/rpc.umntall.8,v 1.10 2002/12/12 17:26:03 ru Exp $ .\" .Dd November 17, 1999 .Dt RPC.UMNTALL 8 diff --git a/usr.sbin/rpc.umntall/rpc.umntall.c b/usr.sbin/rpc.umntall/rpc.umntall.c index 0ce1ce29874c..8f589f886097 100644 --- a/usr.sbin/rpc.umntall/rpc.umntall.c +++ b/usr.sbin/rpc.umntall/rpc.umntall.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.umntall/rpc.umntall.c,v 1.12 2003/10/26 06:14:10 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile index bc2269bd9bf4..080496e516f0 100644 --- a/usr.sbin/rpc.yppasswdd/Makefile +++ b/usr.sbin/rpc.yppasswdd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.yppasswdd/Makefile,v 1.20 2003/04/04 17:49:18 obrien Exp $ RPCDIR= ${DESTDIR}/usr/include/rpcsvc diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index 7f0dce600b6e..dcb871b2ce7c 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8,v 1.22 2004/07/02 23:12:55 ru Exp $ .\" .Dd February 8, 1996 .Dt RPC.YPPASSWDD 8 diff --git a/usr.sbin/rpc.yppasswdd/yppasswd_private.x b/usr.sbin/rpc.yppasswdd/yppasswd_private.x index a1d6be51f369..c696de8705bb 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswd_private.x +++ b/usr.sbin/rpc.yppasswdd/yppasswd_private.x @@ -32,7 +32,7 @@ #ifndef RPC_HDR %#include <sys/cdefs.h> -%__FBSDID("$FreeBSD$"); +%__FBSDID("$FreeBSD: src/usr.sbin/rpc.yppasswdd/yppasswd_private.x,v 1.7 2003/05/03 21:06:39 obrien Exp $"); #endif #ifdef RPC_HDR diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h index db15be228a6d..d0a9907829fc 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h,v 1.14 2002/07/11 21:28:16 alfred Exp $ */ #ifndef _YPPASSWDD_EXTERN_H diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index ae917bed417d..41a44d404dfe 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c,v 1.24 2003/05/03 21:06:39 obrien Exp $"); #include <sys/param.h> #include <sys/ioctl.h> diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index 04adf31ed85f..49dbab340e7e 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c,v 1.29 2003/06/15 21:24:45 mbr Exp $"); #include <sys/param.h> #include <sys/fcntl.h> diff --git a/usr.sbin/rpc.yppasswdd/yppwupdate b/usr.sbin/rpc.yppasswdd/yppwupdate index a9db8f7e5b6c..6e7671b6a550 100644 --- a/usr.sbin/rpc.yppasswdd/yppwupdate +++ b/usr.sbin/rpc.yppasswdd/yppwupdate @@ -8,7 +8,7 @@ # # Comment out the LOG=yes line to disable logging. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.yppasswdd/yppwupdate,v 1.7 1999/08/28 01:19:42 peter Exp $ # PATH=/bin:/usr/bin; export PATH diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile index a5780613a3e4..7d70af540cb3 100644 --- a/usr.sbin/rpc.ypupdated/Makefile +++ b/usr.sbin/rpc.ypupdated/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.ypupdated/Makefile,v 1.8 2003/04/04 17:49:18 obrien Exp $ .PATH: ${.CURDIR}/../ypserv ${.CURDIR}/../../libexec/ypxfr diff --git a/usr.sbin/rpc.ypupdated/update.c b/usr.sbin/rpc.ypupdated/update.c index 5cc0d7a56cff..36d680e303ae 100644 --- a/usr.sbin/rpc.ypupdated/update.c +++ b/usr.sbin/rpc.ypupdated/update.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.ypupdated/update.c,v 1.7 2002/02/06 15:26:05 des Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c index 0552aab9d3ea..62ba0dc5d5f6 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c +++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypupdated/yp_dbdelete.c,v 1.6 2003/05/03 21:06:39 obrien Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c index 225c7cb41dbc..0ebff36440b8 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypupdated/yp_dbupdate.c,v 1.8 2004/05/24 13:21:24 stefanf Exp $"); #include <sys/fcntl.h> diff --git a/usr.sbin/rpc.ypupdated/ypupdate b/usr.sbin/rpc.ypupdated/ypupdate index 4a26f4b6d72b..c779bb70bfe9 100755 --- a/usr.sbin/rpc.ypupdated/ypupdate +++ b/usr.sbin/rpc.ypupdated/ypupdate @@ -8,7 +8,7 @@ # # Comment out the LOG=yes line to disable logging. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.ypupdated/ypupdate,v 1.2 1999/08/28 01:19:44 peter Exp $ # LOG=yes diff --git a/usr.sbin/rpc.ypupdated/ypupdated_extern.h b/usr.sbin/rpc.ypupdated/ypupdated_extern.h index 2cacb9511e1f..976c75efd2c7 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_extern.h +++ b/usr.sbin/rpc.ypupdated/ypupdated_extern.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.ypupdated/ypupdated_extern.h,v 1.4 2002/02/15 00:46:32 des Exp $ */ #include <db.h> diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index c13af7df4340..adb5057fbbaa 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypupdated/ypupdated_main.c,v 1.10 2004/05/24 12:28:27 stefanf Exp $"); #include "ypupdate_prot.h" #include <stdio.h> diff --git a/usr.sbin/rpc.ypupdated/ypupdated_server.c b/usr.sbin/rpc.ypupdated/ypupdated_server.c index c9a50dd36e0c..99436f8ef60a 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_server.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_server.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypupdated/ypupdated_server.c,v 1.7 2003/05/03 21:06:40 obrien Exp $"); #include <stdio.h> #include <rpc/rpc.h> diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile index 70729b12e67d..11dac4f809aa 100644 --- a/usr.sbin/rpc.ypxfrd/Makefile +++ b/usr.sbin/rpc.ypxfrd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.ypxfrd/Makefile,v 1.11 2001/07/20 06:20:18 obrien Exp $ .PATH: ${.CURDIR}/../../usr.sbin/ypserv diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 index ad8c5f421b86..37439576705e 100644 --- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 +++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8,v 1.14 2002/12/27 12:15:39 schweikh Exp $ .\" .Dd June 2, 1996 .Dt RPC.YPXFRD 8 diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h index 5aba934a6ec4..59d497c844c6 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h,v 1.5 2002/02/06 13:30:28 des Exp $ */ #ifndef MAX_CHILDREN diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index 8fa3e2205b43..4407ccb0c12a 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c,v 1.14 2004/05/24 12:28:27 stefanf Exp $"); #include "ypxfrd.h" #include <err.h> diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c index 5f60712e9fef..4463379fc039 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rpc.ypxfrd/ypxfrd_server.c,v 1.11 2003/05/03 21:06:40 obrien Exp $"); #include "ypxfrd.h" diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile index f597ce213096..ddfde0882dd2 100644 --- a/usr.sbin/rpcbind/Makefile +++ b/usr.sbin/rpcbind/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpcbind/Makefile,v 1.5 2003/04/04 17:49:18 obrien Exp $ LIBCDIR= ${.CURDIR}/../../lib/libc LIBCRPCDIR= ${LIBCDIR}/rpc diff --git a/usr.sbin/rpcbind/check_bound.c b/usr.sbin/rpcbind/check_bound.c index 192c9cac6255..fb15e9d7f825 100644 --- a/usr.sbin/rpcbind/check_bound.c +++ b/usr.sbin/rpcbind/check_bound.c @@ -1,5 +1,5 @@ /* $NetBSD: check_bound.c,v 1.2 2000/06/22 08:09:26 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/check_bound.c,v 1.4 2002/10/07 02:56:59 alfred Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/pmap_svc.c b/usr.sbin/rpcbind/pmap_svc.c index d74b369d180a..3957d763aa02 100644 --- a/usr.sbin/rpcbind/pmap_svc.c +++ b/usr.sbin/rpcbind/pmap_svc.c @@ -1,5 +1,5 @@ /* $NetBSD: pmap_svc.c,v 1.2 2000/10/20 11:49:40 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/pmap_svc.c,v 1.4 2002/10/07 02:56:59 alfred Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/rpcb_stat.c b/usr.sbin/rpcbind/rpcb_stat.c index b10ed508b0bd..c8080d0f76f6 100644 --- a/usr.sbin/rpcbind/rpcb_stat.c +++ b/usr.sbin/rpcbind/rpcb_stat.c @@ -1,6 +1,6 @@ /* * $NetBSD: rpcb_stat.c,v 1.2 2000/07/04 20:27:40 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpcbind/rpcb_stat.c,v 1.4 2003/10/29 09:29:23 mbr Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/rpcb_svc.c b/usr.sbin/rpcbind/rpcb_svc.c index dc3cf05f27f5..5e7e57615b30 100644 --- a/usr.sbin/rpcbind/rpcb_svc.c +++ b/usr.sbin/rpcbind/rpcb_svc.c @@ -1,5 +1,5 @@ /* $NetBSD: rpcb_svc.c,v 1.1 2000/06/02 23:15:41 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/rpcb_svc.c,v 1.2 2002/10/07 02:56:59 alfred Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/rpcb_svc_4.c b/usr.sbin/rpcbind/rpcb_svc_4.c index 8e2ed102b428..a47c4b479c72 100644 --- a/usr.sbin/rpcbind/rpcb_svc_4.c +++ b/usr.sbin/rpcbind/rpcb_svc_4.c @@ -1,6 +1,6 @@ /* * $NetBSD: rpcb_svc_4.c,v 1.1 2000/06/02 23:15:41 fvdl Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpcbind/rpcb_svc_4.c,v 1.4 2002/10/07 02:56:59 alfred Exp $ */ /* diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index 0a72b662e43c..9c18a3f95500 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -1,5 +1,5 @@ /* $NetBSD: rpcb_svc_com.c,v 1.9 2002/11/08 00:16:39 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/rpcb_svc_com.c,v 1.11 2003/10/29 09:30:37 mbr Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8 index c7c3bd41ecbc..e28d7f8cad57 100644 --- a/usr.sbin/rpcbind/rpcbind.8 +++ b/usr.sbin/rpcbind/rpcbind.8 @@ -1,7 +1,7 @@ .\" @(#)rpcbind.1m 1.19 92/09/14 SMI; from SVr4 .\" Copyright 1989 AT&T .\" Copyright 1991 Sun Microsystems, Inc. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rpcbind/rpcbind.8,v 1.5 2002/11/27 15:33:47 ru Exp $ .Dd September 14, 1992 .Dt RPCBIND 8 .Os diff --git a/usr.sbin/rpcbind/rpcbind.c b/usr.sbin/rpcbind/rpcbind.c index ec8dacaefd8e..0b4d1ba94d56 100644 --- a/usr.sbin/rpcbind/rpcbind.c +++ b/usr.sbin/rpcbind/rpcbind.c @@ -1,5 +1,5 @@ /* $NetBSD: rpcbind.c,v 1.3 2002/11/08 00:16:40 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/rpcbind.c,v 1.13 2004/08/16 00:20:31 mbr Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/rpcbind.h b/usr.sbin/rpcbind/rpcbind.h index 2d52be359469..594bb20a3f2f 100644 --- a/usr.sbin/rpcbind/rpcbind.h +++ b/usr.sbin/rpcbind/rpcbind.h @@ -1,5 +1,5 @@ /* $NetBSD: rpcbind.h,v 1.1 2000/06/03 00:47:21 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/rpcbind.h,v 1.2 2002/10/07 02:56:59 alfred Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.sbin/rpcbind/security.c b/usr.sbin/rpcbind/security.c index 8657247f60ac..3be6e35cbf9d 100644 --- a/usr.sbin/rpcbind/security.c +++ b/usr.sbin/rpcbind/security.c @@ -1,5 +1,5 @@ /* $NetBSD: security.c,v 1.5 2000/06/08 09:01:05 fvdl Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rpcbind/security.c,v 1.6 2002/12/16 22:24:26 mbr Exp $ */ #include <sys/types.h> #include <sys/time.h> diff --git a/usr.sbin/rpcbind/util.c b/usr.sbin/rpcbind/util.c index 4137ce2f003f..0e7ac5e56f81 100644 --- a/usr.sbin/rpcbind/util.c +++ b/usr.sbin/rpcbind/util.c @@ -1,6 +1,6 @@ /* * $NetBSD: util.c,v 1.4 2000/08/03 00:04:30 fvdl Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rpcbind/util.c,v 1.5 2002/10/07 02:56:59 alfred Exp $ */ /*- diff --git a/usr.sbin/rpcbind/warmstart.c b/usr.sbin/rpcbind/warmstart.c index 1962e1c422d7..fc2260b5f5e4 100644 --- a/usr.sbin/rpcbind/warmstart.c +++ b/usr.sbin/rpcbind/warmstart.c @@ -35,7 +35,7 @@ /* * #ident "@(#)warmstart.c 1.7 93/07/05 SMI" - * $FreeBSD$/ + * $FreeBSD: src/usr.sbin/rpcbind/warmstart.c,v 1.3 2003/01/01 18:49:03 schweikh Exp $/ */ #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile index c85911e09dfc..b5e244adb7b8 100644 --- a/usr.sbin/rrenumd/Makefile +++ b/usr.sbin/rrenumd/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rrenumd/Makefile,v 1.8 2004/06/21 16:10:00 phk Exp $ PROG= rrenumd MAN= rrenumd.conf.5 rrenumd.8 diff --git a/usr.sbin/rrenumd/lexer.l b/usr.sbin/rrenumd/lexer.l index 6ad995341670..8fca588607d4 100644 --- a/usr.sbin/rrenumd/lexer.l +++ b/usr.sbin/rrenumd/lexer.l @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rrenumd/lexer.l,v 1.3 2001/06/11 12:39:20 ume Exp $ */ %{ diff --git a/usr.sbin/rrenumd/parser.y b/usr.sbin/rrenumd/parser.y index d7c15abeb74f..e3b92754357a 100644 --- a/usr.sbin/rrenumd/parser.y +++ b/usr.sbin/rrenumd/parser.y @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rrenumd/parser.y,v 1.4 2002/10/27 17:46:53 wollman Exp $ */ %{ diff --git a/usr.sbin/rrenumd/rrenumd.8 b/usr.sbin/rrenumd/rrenumd.8 index 3ad9a3c3521c..259c964041e6 100644 --- a/usr.sbin/rrenumd/rrenumd.8 +++ b/usr.sbin/rrenumd/rrenumd.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rrenumd/rrenumd.8,v 1.7 2002/07/14 14:45:50 charnier Exp $ .\" .Dd September 7, 1998 .Dt RRENUMD 8 diff --git a/usr.sbin/rrenumd/rrenumd.c b/usr.sbin/rrenumd/rrenumd.c index 3d08fa89cdf6..5af45403b405 100644 --- a/usr.sbin/rrenumd/rrenumd.c +++ b/usr.sbin/rrenumd/rrenumd.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rrenumd/rrenumd.c,v 1.7 2003/10/26 10:30:17 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/rrenumd/rrenumd.conf.5 b/usr.sbin/rrenumd/rrenumd.conf.5 index b0f288793de3..8e935b40a413 100644 --- a/usr.sbin/rrenumd/rrenumd.conf.5 +++ b/usr.sbin/rrenumd/rrenumd.conf.5 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rrenumd/rrenumd.conf.5,v 1.16 2004/07/02 23:12:55 ru Exp $ .\" .Dd November 5, 1998 .Dt RRENUMD.CONF 5 diff --git a/usr.sbin/rrenumd/rrenumd.h b/usr.sbin/rrenumd/rrenumd.h index df0280b2591e..fa3a9ce660b6 100644 --- a/usr.sbin/rrenumd/rrenumd.h +++ b/usr.sbin/rrenumd/rrenumd.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rrenumd/rrenumd.h,v 1.3 2001/06/11 12:39:21 ume Exp $ */ struct dst_list { diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index 7fa20987e59c..ed19691ac197 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rtadvd/Makefile,v 1.9 2004/06/21 16:09:29 phk Exp $ PROG= rtadvd MAN= rtadvd.conf.5 rtadvd.8 diff --git a/usr.sbin/rtadvd/advcap.c b/usr.sbin/rtadvd/advcap.c index a6c5f80319a4..dea3542e76b9 100644 --- a/usr.sbin/rtadvd/advcap.c +++ b/usr.sbin/rtadvd/advcap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/advcap.c,v 1.11 2004/08/07 04:28:54 imp Exp $ */ /* $KAME: advcap.c,v 1.11 2003/05/19 09:46:50 keiichi Exp $ */ /* diff --git a/usr.sbin/rtadvd/advcap.h b/usr.sbin/rtadvd/advcap.h index 372387130c42..b746055ec1f7 100644 --- a/usr.sbin/rtadvd/advcap.h +++ b/usr.sbin/rtadvd/advcap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/advcap.h,v 1.5 2003/08/11 15:46:37 ume Exp $ */ /* $KAME: advcap.h,v 1.5 2003/06/09 05:40:54 t-momose Exp $ */ /* diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index 27bedd7e5f2a..d298f1e3aa52 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/config.c,v 1.23 2003/08/15 19:13:53 ume Exp $ */ /* $KAME: config.c,v 1.84 2003/08/05 12:34:23 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h index aeb1c2c9d457..ae4e86e661ae 100644 --- a/usr.sbin/rtadvd/config.h +++ b/usr.sbin/rtadvd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/config.h,v 1.6 2003/08/15 19:13:53 ume Exp $ */ /* $KAME: config.h,v 1.8 2003/06/17 08:26:22 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/dump.c b/usr.sbin/rtadvd/dump.c index 7b9a2748d6ca..4c67ff884c01 100644 --- a/usr.sbin/rtadvd/dump.c +++ b/usr.sbin/rtadvd/dump.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/dump.c,v 1.12 2003/08/15 19:13:53 ume Exp $ */ /* $KAME: dump.c,v 1.32 2003/05/19 09:46:50 keiichi Exp $ */ /* diff --git a/usr.sbin/rtadvd/dump.h b/usr.sbin/rtadvd/dump.h index cc3b472e4750..8defe6041998 100644 --- a/usr.sbin/rtadvd/dump.h +++ b/usr.sbin/rtadvd/dump.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/dump.h,v 1.3 2001/06/11 12:39:22 ume Exp $ */ /* $KAME: dump.h,v 1.1 2000/05/23 11:31:26 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/if.c b/usr.sbin/rtadvd/if.c index 07d9e1f74b2c..f5a3e96c4af4 100644 --- a/usr.sbin/rtadvd/if.c +++ b/usr.sbin/rtadvd/if.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/if.c,v 1.10 2003/09/20 09:41:13 suz Exp $ */ /* $KAME: if.c,v 1.17 2001/01/21 15:27:30 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/if.h b/usr.sbin/rtadvd/if.h index 07bb6eeb4b97..da7a887f0f14 100644 --- a/usr.sbin/rtadvd/if.h +++ b/usr.sbin/rtadvd/if.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/if.h,v 1.5 2003/08/11 15:51:54 ume Exp $ */ /* $KAME: if.h,v 1.10 2003/02/24 11:29:10 ono Exp $ */ /* diff --git a/usr.sbin/rtadvd/pathnames.h b/usr.sbin/rtadvd/pathnames.h index 3afee55fcc72..126c0cdc4d2a 100644 --- a/usr.sbin/rtadvd/pathnames.h +++ b/usr.sbin/rtadvd/pathnames.h @@ -1,4 +1,4 @@ /* $KAME: pathnames.h,v 1.2 2000/05/16 13:34:13 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/pathnames.h,v 1.5 2001/06/11 12:39:22 ume Exp $ */ #define _PATH_RTADVDCONF "/etc/rtadvd.conf" diff --git a/usr.sbin/rtadvd/rrenum.c b/usr.sbin/rtadvd/rrenum.c index 14a8ab9bdcc4..36e9a9301150 100644 --- a/usr.sbin/rtadvd/rrenum.c +++ b/usr.sbin/rtadvd/rrenum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/rrenum.c,v 1.9 2004/03/10 08:46:39 bde Exp $ */ /* $KAME: rrenum.c,v 1.12 2002/06/10 19:59:47 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/rrenum.h b/usr.sbin/rtadvd/rrenum.h index ce94015c2dcf..2109a85eb945 100644 --- a/usr.sbin/rtadvd/rrenum.h +++ b/usr.sbin/rtadvd/rrenum.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/rrenum.h,v 1.4 2001/06/11 12:39:22 ume Exp $ */ /* $KAME: rrenum.h,v 1.3 2001/01/21 15:37:14 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index 6fa41d692598..2d49ab0f2e43 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rtadvd/rtadvd.8,v 1.14 2003/08/15 19:13:53 ume Exp $ .\" $KAME: rtadvd.8,v 1.24 2002/05/31 16:16:08 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index 8a5092e825f6..6ea9b54c57bd 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/rtadvd.c,v 1.23 2003/08/15 19:13:53 ume Exp $ */ /* $KAME: rtadvd.c,v 1.82 2003/08/05 12:34:23 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/rtadvd.conf b/usr.sbin/rtadvd/rtadvd.conf index 33ab7f3e46bc..bb0751f772af 100644 --- a/usr.sbin/rtadvd/rtadvd.conf +++ b/usr.sbin/rtadvd/rtadvd.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rtadvd/rtadvd.conf,v 1.4 2003/08/15 19:13:53 ume Exp $ # $KAME: rtadvd.conf,v 1.13 2003/06/25 03:45:21 itojun Exp $ # # Note: All of the following parameters have default values defined diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index d059c0c1f332..f63c81d818d0 100644 --- a/usr.sbin/rtadvd/rtadvd.conf.5 +++ b/usr.sbin/rtadvd/rtadvd.conf.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rtadvd/rtadvd.conf.5,v 1.14 2004/07/02 22:50:25 ru Exp $ .\" $KAME: rtadvd.conf.5,v 1.49 2003/07/24 21:51:26 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. diff --git a/usr.sbin/rtadvd/rtadvd.h b/usr.sbin/rtadvd/rtadvd.h index b1c505dd75aa..8b6041997c62 100644 --- a/usr.sbin/rtadvd/rtadvd.h +++ b/usr.sbin/rtadvd/rtadvd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/rtadvd.h,v 1.9 2003/08/15 19:13:53 ume Exp $ */ /* $KAME: rtadvd.h,v 1.26 2003/08/05 12:34:23 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index fb9f299a287c..6d8247867d54 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/timer.c,v 1.8 2003/08/11 15:51:54 ume Exp $ */ /* $KAME: timer.c,v 1.9 2002/06/10 19:59:47 itojun Exp $ */ /* diff --git a/usr.sbin/rtadvd/timer.h b/usr.sbin/rtadvd/timer.h index d435bde5ab18..4bd30bef5f31 100644 --- a/usr.sbin/rtadvd/timer.h +++ b/usr.sbin/rtadvd/timer.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtadvd/timer.h,v 1.6 2003/08/08 16:56:01 ume Exp $ */ /* $KAME: timer.h,v 1.5 2002/05/31 13:30:38 jinmei Exp $ */ /* diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index ebc7bd1a37cc..37db3b4b32b8 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rtprio/Makefile,v 1.8 2001/03/26 14:41:52 ru Exp $ PROG= rtprio LINKS= ${BINDIR}/rtprio ${BINDIR}/idprio diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index a8986fb212dc..9c7c93193c49 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rtprio/rtprio.1,v 1.26 2004/07/02 23:12:55 ru Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index 245f714fe9fe..1e4dccc80467 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rtprio/rtprio.c,v 1.10 2003/07/06 12:44:10 charnier Exp $"); #include <sys/param.h> #include <sys/rtprio.h> diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index 6ae47e99b105..dc0f878258c0 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -12,7 +12,7 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rtsold/Makefile,v 1.11 2003/08/14 18:43:57 ume Exp $ PROG= rtsold MAN= rtsold.8 diff --git a/usr.sbin/rtsold/dump.c b/usr.sbin/rtsold/dump.c index bdc8ec3b375d..62a0060c4944 100644 --- a/usr.sbin/rtsold/dump.c +++ b/usr.sbin/rtsold/dump.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/dump.c,v 1.9 2004/01/14 17:16:19 ume Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/rtsold/if.c b/usr.sbin/rtsold/if.c index 23e4e6fa02b3..89c9f8724cde 100644 --- a/usr.sbin/rtsold/if.c +++ b/usr.sbin/rtsold/if.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/if.c,v 1.14 2004/01/14 17:42:03 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/rtsold/probe.c b/usr.sbin/rtsold/probe.c index b1cbc7985a41..ec4bb47330b2 100644 --- a/usr.sbin/rtsold/probe.c +++ b/usr.sbin/rtsold/probe.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/probe.c,v 1.11 2004/01/14 17:16:19 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/rtsold/rtsock.c b/usr.sbin/rtsold/rtsock.c index 09d6774be79b..8f8f9ff5332f 100644 --- a/usr.sbin/rtsold/rtsock.c +++ b/usr.sbin/rtsold/rtsock.c @@ -1,5 +1,5 @@ /* $KAME: rtsock.c,v 1.3 2000/10/10 08:46:45 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/rtsold/rtsock.c,v 1.4 2004/03/17 20:10:59 ru Exp $ */ /* * Copyright (C) 2000 WIDE Project. diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index dd9f4a1c8bdd..0d18668e9e99 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/rtsol.c,v 1.11 2004/01/14 17:16:19 ume Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index d7e84a46d133..f1e2cf6fff52 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rtsold/rtsold.8,v 1.14 2004/07/02 23:12:56 ru Exp $ .\" .Dd May 17, 1998 .Dt RTSOLD 8 diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index f9dca79537dd..61e5263977df 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/rtsold.c,v 1.19 2004/01/14 17:59:38 ume Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/rtsold/rtsold.h b/usr.sbin/rtsold/rtsold.h index e25ed955e98f..7ad09ebc3895 100644 --- a/usr.sbin/rtsold/rtsold.h +++ b/usr.sbin/rtsold/rtsold.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/rtsold/rtsold.h,v 1.8 2004/01/14 17:42:03 ume Exp $ */ struct ifinfo { diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index def0e6e14591..c20fd9b4ec8b 100644 --- a/usr.sbin/rwhod/Makefile +++ b/usr.sbin/rwhod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rwhod/Makefile,v 1.7 2003/04/04 17:49:19 obrien Exp $ PROG= rwhod MAN= rwhod.8 diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index 8a1a6c009542..bef2e510cc80 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rwhod.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/rwhod/rwhod.8,v 1.21 2004/08/07 04:28:54 imp Exp $ .\" .Dd December 11, 1993 .Dt RWHOD 8 diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index 09d5f8ae79d3..f46659d0b726 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/rwhod/rwhod.c,v 1.21 2004/08/07 04:28:54 imp Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile index 2f9537a076ae..04c7bfbf83cb 100644 --- a/usr.sbin/sa/Makefile +++ b/usr.sbin/sa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sa/Makefile,v 1.9 2003/04/04 17:49:19 obrien Exp $ PROG= sa MAN= sa.8 diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index bc5f199e997e..f77282b5958f 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sa/extern.h,v 1.5 2002/07/11 22:11:20 alfred Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index fe7de23f770a..c3c6733ab9f0 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -36,7 +36,7 @@ static const char copyright[] = #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/sa/main.c,v 1.14 2004/01/22 07:23:36 grehan Exp $"); /* * sa: system accounting diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h index 7a7edf68caf6..8cb7f44ad8a8 100644 --- a/usr.sbin/sa/pathnames.h +++ b/usr.sbin/sa/pathnames.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sa/pathnames.h,v 1.4 1999/08/28 01:19:52 peter Exp $ */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index e82f973e0b68..7e0a66cadc31 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/sa/pdb.c,v 1.10 2003/05/03 21:06:40 obrien Exp $"); #include <sys/types.h> #include <sys/acct.h> diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index ac78d24ee1d0..d39b08d93094 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/sa/sa.8,v 1.16 2004/07/02 23:12:56 ru Exp $ .\" .Dd February 25, 1994 .Dt SA 8 diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index d2f739d7282c..22d4dc83ce2a 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/sa/usrdb.c,v 1.13 2003/05/03 21:06:40 obrien Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 86e7edacade4..fdf92b3d477f 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sendmail/Makefile,v 1.46 2004/08/06 07:27:07 cperciva Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src diff --git a/usr.sbin/setfmac/Makefile b/usr.sbin/setfmac/Makefile index bc3c21ea9d82..570d07f7495b 100644 --- a/usr.sbin/setfmac/Makefile +++ b/usr.sbin/setfmac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/setfmac/Makefile,v 1.5 2003/04/04 17:49:19 obrien Exp $ PROG= setfmac LINKS= ${BINDIR}/setfmac ${BINDIR}/setfsmac diff --git a/usr.sbin/setfmac/setfmac.8 b/usr.sbin/setfmac/setfmac.8 index b541a4afe9e3..25e062bf4df5 100644 --- a/usr.sbin/setfmac/setfmac.8 +++ b/usr.sbin/setfmac/setfmac.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/setfmac/setfmac.8,v 1.10 2004/02/18 05:40:15 rwatson Exp $ .Dd February 17, 2004 .Dt SETFMAC 8 .Os diff --git a/usr.sbin/setfmac/setfmac.c b/usr.sbin/setfmac/setfmac.c index d5f5a611e88a..bc1820e6edfb 100644 --- a/usr.sbin/setfmac/setfmac.c +++ b/usr.sbin/setfmac/setfmac.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/setfmac/setfmac.c,v 1.7 2004/02/18 05:40:15 rwatson Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/setfmac/setfsmac.8 b/usr.sbin/setfmac/setfsmac.8 index 1951d68e080f..5d219b860c43 100644 --- a/usr.sbin/setfmac/setfsmac.8 +++ b/usr.sbin/setfmac/setfsmac.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/setfmac/setfsmac.8,v 1.5 2004/07/02 23:12:56 ru Exp $ .\" .Dd February 17, 2004 .Os diff --git a/usr.sbin/setkey/Makefile b/usr.sbin/setkey/Makefile index 91977e02e630..4bb7728ec6c6 100644 --- a/usr.sbin/setkey/Makefile +++ b/usr.sbin/setkey/Makefile @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/setkey/Makefile,v 1.11 2003/11/05 09:47:54 ume Exp $ PROG= setkey MAN= setkey.8 diff --git a/usr.sbin/setkey/parse.y b/usr.sbin/setkey/parse.y index d6bb8c4fbd13..45ccd45213d6 100644 --- a/usr.sbin/setkey/parse.y +++ b/usr.sbin/setkey/parse.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/setkey/parse.y,v 1.7 2004/05/13 15:46:28 ume Exp $ */ /* $KAME: parse.y,v 1.82 2004/04/15 08:03:57 sakane Exp $ */ /* diff --git a/usr.sbin/setkey/sample.cf b/usr.sbin/setkey/sample.cf index c534fa10f1c4..3f06fa946ad6 100644 --- a/usr.sbin/setkey/sample.cf +++ b/usr.sbin/setkey/sample.cf @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/setkey/sample.cf,v 1.4 2003/11/05 09:47:54 ume Exp $ # There are sample scripts for IPsec configuration by manual keying. # A security association is uniquely identified by a triple consisting diff --git a/usr.sbin/setkey/scriptdump.pl b/usr.sbin/setkey/scriptdump.pl index a1d8adb207bc..fd60c8515f4c 100644 --- a/usr.sbin/setkey/scriptdump.pl +++ b/usr.sbin/setkey/scriptdump.pl @@ -1,5 +1,5 @@ #! @LOCALPREFIX@/bin/perl -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/setkey/scriptdump.pl,v 1.4 2001/08/06 19:40:01 ume Exp $ if ($< != 0) { print STDERR "must be root to invoke this\n"; diff --git a/usr.sbin/setkey/setkey.8 b/usr.sbin/setkey/setkey.8 index 91aba5740f18..942028dc54b5 100644 --- a/usr.sbin/setkey/setkey.8 +++ b/usr.sbin/setkey/setkey.8 @@ -1,5 +1,5 @@ .\" $KAME: setkey.8,v 1.89 2003/09/07 22:17:41 itojun Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/setkey/setkey.8,v 1.31 2004/06/05 20:22:15 ru Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. .\" All rights reserved. diff --git a/usr.sbin/setkey/setkey.c b/usr.sbin/setkey/setkey.c index 5bdd6df113e0..aedfa2e87b76 100644 --- a/usr.sbin/setkey/setkey.c +++ b/usr.sbin/setkey/setkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/setkey/setkey.c,v 1.6 2003/11/05 09:47:54 ume Exp $ */ /* $KAME: setkey.c,v 1.28 2003/06/27 07:15:45 itojun Exp $ */ /* diff --git a/usr.sbin/setkey/test-pfkey.c b/usr.sbin/setkey/test-pfkey.c index b1fb238c5a41..30b3cad2ee36 100644 --- a/usr.sbin/setkey/test-pfkey.c +++ b/usr.sbin/setkey/test-pfkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/setkey/test-pfkey.c,v 1.2 2000/07/04 16:22:05 itojun Exp $ */ /* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */ /* diff --git a/usr.sbin/setkey/test-policy.c b/usr.sbin/setkey/test-policy.c index 27cd478fc939..0c6cfd0cb0a1 100644 --- a/usr.sbin/setkey/test-policy.c +++ b/usr.sbin/setkey/test-policy.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/setkey/test-policy.c,v 1.1 2000/01/06 12:40:53 shin Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/setkey/token.l b/usr.sbin/setkey/token.l index 74c1e17cbcef..4fdd46d469e2 100644 --- a/usr.sbin/setkey/token.l +++ b/usr.sbin/setkey/token.l @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/setkey/token.l,v 1.11 2004/03/11 11:41:54 bde Exp $ */ /* $KAME: token.l,v 1.43 2003/07/25 09:35:28 itojun Exp $ */ /* diff --git a/usr.sbin/setkey/vchar.h b/usr.sbin/setkey/vchar.h index f3251c7bfed3..16d5e544e3f2 100644 --- a/usr.sbin/setkey/vchar.h +++ b/usr.sbin/setkey/vchar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/setkey/vchar.h,v 1.2 2000/07/04 16:22:05 itojun Exp $ */ /* $KAME: vchar.h,v 1.2 2000/06/07 00:29:14 itojun Exp $ */ /* diff --git a/usr.sbin/setpmac/Makefile b/usr.sbin/setpmac/Makefile index 08b8b93d0bcc..22f4ad983555 100644 --- a/usr.sbin/setpmac/Makefile +++ b/usr.sbin/setpmac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/setpmac/Makefile,v 1.3 2003/01/15 01:17:12 chris Exp $ PROG= setpmac MAN= setpmac.8 diff --git a/usr.sbin/setpmac/setpmac.8 b/usr.sbin/setpmac/setpmac.8 index e84a8bc63228..76c82484f677 100644 --- a/usr.sbin/setpmac/setpmac.8 +++ b/usr.sbin/setpmac/setpmac.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/setpmac/setpmac.8,v 1.5 2004/07/02 23:12:56 ru Exp $ .\" .Dd January 14, 2003 .Os diff --git a/usr.sbin/setpmac/setpmac.c b/usr.sbin/setpmac/setpmac.c index 8314a7756455..6f782129844d 100644 --- a/usr.sbin/setpmac/setpmac.c +++ b/usr.sbin/setpmac/setpmac.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/setpmac/setpmac.c,v 1.1 2002/10/23 03:15:24 rwatson Exp $ */ #include <sys/types.h> #include <sys/mac.h> diff --git a/usr.sbin/sicontrol/Makefile b/usr.sbin/sicontrol/Makefile index 2f3a8883ba41..a3b73663dd22 100644 --- a/usr.sbin/sicontrol/Makefile +++ b/usr.sbin/sicontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sicontrol/Makefile,v 1.7 2001/07/20 06:20:19 obrien Exp $ PROG= sicontrol MAN= sicontrol.8 diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8 index 5040d8ad093c..ef5c9409253e 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/sicontrol/sicontrol.8,v 1.20 2004/07/02 23:12:57 ru Exp $ .\" .Dd September 26, 1995 .Dt SICONTROL 8 diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index b67668842d55..12c22ef92f3b 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/sicontrol/sicontrol.c,v 1.14 2004/08/07 04:28:55 imp Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/sliplogin/Makefile b/usr.sbin/sliplogin/Makefile index 860b9b099303..10f716257362 100644 --- a/usr.sbin/sliplogin/Makefile +++ b/usr.sbin/sliplogin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sliplogin/Makefile,v 1.7 2001/09/13 06:48:16 ru Exp $ PROG= sliplogin MAN= sliplogin.8 diff --git a/usr.sbin/sliplogin/pathnames.h b/usr.sbin/sliplogin/pathnames.h index e318f92a3ed8..17c154ca3b31 100644 --- a/usr.sbin/sliplogin/pathnames.h +++ b/usr.sbin/sliplogin/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sliplogin/pathnames.h,v 1.4 2004/08/07 04:28:55 imp Exp $ */ #ifndef COMPAT diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index e770ca154c10..7e01a8296700 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sliplogin.8 8.2 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/sliplogin/sliplogin.8,v 1.23 2004/08/07 04:28:55 imp Exp $ .\" .Dd January 5, 1994 .Dt SLIPLOGIN 8 diff --git a/usr.sbin/sliplogin/sliplogin.c b/usr.sbin/sliplogin/sliplogin.c index 45b916b08468..64c7cff7beef 100644 --- a/usr.sbin/sliplogin/sliplogin.c +++ b/usr.sbin/sliplogin/sliplogin.c @@ -35,7 +35,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "@(#)sliplogin.c 8.2 (Berkeley) 2/1/94"; -static char rscid[] = "@(#)$FreeBSD$"; +static char rscid[] = "@(#)$FreeBSD: src/usr.sbin/sliplogin/sliplogin.c,v 1.15 2004/08/07 04:28:55 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/slstat/Makefile b/usr.sbin/slstat/Makefile index 650e2216aef0..99afcb44e530 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/slstat/Makefile,v 1.11 2003/04/04 17:49:19 obrien Exp $ PROG= slstat MAN= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index fa03c4df9171..195db10fbf09 100644 --- a/usr.sbin/slstat/slstat.8 +++ b/usr.sbin/slstat/slstat.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)slstat.8 6.8 (Berkeley) 6/20/91 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/slstat/slstat.8,v 1.17 2004/08/07 04:28:55 imp Exp $ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index fbe52cfd09fe..ca005706702b 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/slstat/slstat.c,v 1.18 2003/05/03 21:06:40 obrien Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.sbin/smbmsg/Makefile b/usr.sbin/smbmsg/Makefile index 1fc7d3ea4811..5f77820a75d5 100644 --- a/usr.sbin/smbmsg/Makefile +++ b/usr.sbin/smbmsg/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/smbmsg/Makefile,v 1.1.1.1 2004/05/17 10:56:04 joerg Exp $ PROG= smbmsg MAN8= smbmsg.8 diff --git a/usr.sbin/smbmsg/pathnames.h b/usr.sbin/smbmsg/pathnames.h index aff7335fac66..f805ae9252b8 100644 --- a/usr.sbin/smbmsg/pathnames.h +++ b/usr.sbin/smbmsg/pathnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/smbmsg/pathnames.h,v 1.1.1.1 2004/05/17 10:56:04 joerg Exp $ */ #define PATH_DEFAULTSMBDEV "/dev/smb0" diff --git a/usr.sbin/smbmsg/smbmsg.8 b/usr.sbin/smbmsg/smbmsg.8 index 7bcbf028f4d3..f4cc54a73d65 100644 --- a/usr.sbin/smbmsg/smbmsg.8 +++ b/usr.sbin/smbmsg/smbmsg.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/smbmsg/smbmsg.8,v 1.2 2004/07/09 06:16:43 ru Exp $ .\" .Dd May 16, 2004 .Dt SMBMSG 8 diff --git a/usr.sbin/smbmsg/smbmsg.c b/usr.sbin/smbmsg/smbmsg.c index 425b782d2d33..31c472d59dec 100644 --- a/usr.sbin/smbmsg/smbmsg.c +++ b/usr.sbin/smbmsg/smbmsg.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/smbmsg/smbmsg.c,v 1.3 2004/05/27 13:31:16 joerg Exp $ */ /* diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index 8e9245aa753a..ebacc4d5b548 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/spkrtest/Makefile,v 1.11 2002/05/16 18:51:57 markm Exp $ SCRIPTS=spkrtest.sh MAN= spkrtest.8 diff --git a/usr.sbin/spkrtest/spkrtest.8 b/usr.sbin/spkrtest/spkrtest.8 index 58eced5be0de..750eb06af851 100644 --- a/usr.sbin/spkrtest/spkrtest.8 +++ b/usr.sbin/spkrtest/spkrtest.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/spkrtest/spkrtest.8,v 1.12 2002/07/14 14:46:16 charnier Exp $ .Dd July 23, 1995 .Dt SPKRTEST 8 .Os diff --git a/usr.sbin/spkrtest/spkrtest.sh b/usr.sbin/spkrtest/spkrtest.sh index c682b03f43ac..c3bc7ee7006e 100644 --- a/usr.sbin/spkrtest/spkrtest.sh +++ b/usr.sbin/spkrtest/spkrtest.sh @@ -29,7 +29,7 @@ # # Inspired on spkrtest.pl, rewritten from scratch to remove perl dependency # $VER: spkrtest 0.3 (9.5.2002) Riccardo "VIC" Torrini <riccardo@torrini.org> -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/spkrtest/spkrtest.sh,v 1.3 2002/05/16 18:51:57 markm Exp $ # cleanExit() { diff --git a/usr.sbin/spray/Makefile b/usr.sbin/spray/Makefile index c2515e0c117e..1a5bb10fb788 100644 --- a/usr.sbin/spray/Makefile +++ b/usr.sbin/spray/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/spray/Makefile,v 1.10 2001/07/20 06:20:19 obrien Exp $ PROG= spray MAN= spray.8 diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index e10704886771..c1d95a074844 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -21,7 +21,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/spray/spray.8,v 1.10 2002/07/14 14:46:18 charnier Exp $ .\" .Dd July 10, 1995 .Dt SPRAY 8 diff --git a/usr.sbin/spray/spray.c b/usr.sbin/spray/spray.c index 0e072e20ab27..b294c9c0d344 100644 --- a/usr.sbin/spray/spray.c +++ b/usr.sbin/spray/spray.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/spray/spray.c,v 1.10 2002/07/15 18:53:52 alfred Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index e11e73e3dc0b..a375cd34528b 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sysinstall/Makefile,v 1.131 2003/11/20 20:43:06 jhb Exp $ .if ${MACHINE_ARCH} != "ia64" _wizard= wizard.c diff --git a/usr.sbin/sysinstall/anonFTP.c b/usr.sbin/sysinstall/anonFTP.c index 7d130f14e95d..5bd75fe6aca0 100644 --- a/usr.sbin/sysinstall/anonFTP.c +++ b/usr.sbin/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/anonFTP.c,v 1.34 2004/03/11 11:58:15 bde Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c index b9658d094846..e3150d834181 100644 --- a/usr.sbin/sysinstall/cdrom.c +++ b/usr.sbin/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/cdrom.c,v 1.53 2002/10/14 13:02:30 nyan Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/command.c b/usr.sbin/sysinstall/command.c index 33ebc352544a..35938a144cc5 100644 --- a/usr.sbin/sysinstall/command.c +++ b/usr.sbin/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/command.c,v 1.20 2002/11/01 02:05:05 kuriyama Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index acfde5bf19ea..f5a5586311f2 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/config.c,v 1.225.2.1 2004/09/02 01:54:59 kensmith Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index bbc3f79977e4..a06fdbe8c5ca 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/devices.c,v 1.156.2.1 2004/09/14 21:22:32 wpaul Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dhcp.c b/usr.sbin/sysinstall/dhcp.c index fa35580e1235..91ff5706b687 100644 --- a/usr.sbin/sysinstall/dhcp.c +++ b/usr.sbin/sysinstall/dhcp.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/dhcp.c,v 1.5 2004/03/11 11:58:15 bde Exp $ * * Copyright (c) 1999 * C. Stone. All rights reserved. diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 1e35c7b3a11c..51ab7fe31f34 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/disks.c,v 1.152.2.1 2004/09/18 16:57:21 delphij Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 4896b235c146..cd86b218aa07 100644 --- a/usr.sbin/sysinstall/dispatch.c +++ b/usr.sbin/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/dispatch.c,v 1.46.4.1 2004/09/02 01:54:59 kensmith Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 72f43d87d976..1ef635390cc4 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/dist.c,v 1.234.2.1 2004/09/23 18:23:42 jhb Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index 08cb30283125..1abf3ac4678e 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/sysinstall/dist.h,v 1.62 2004/08/10 18:18:42 cperciva Exp $ */ #ifndef _DIST_H_INCLUDE #define _DIST_H_INCLUDE diff --git a/usr.sbin/sysinstall/dmenu.c b/usr.sbin/sysinstall/dmenu.c index d89f8ce2265c..013aaa6f4ddd 100644 --- a/usr.sbin/sysinstall/dmenu.c +++ b/usr.sbin/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/dmenu.c,v 1.45 2003/09/17 03:45:30 marcel Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c index 5294972f0922..22935d515ece 100644 --- a/usr.sbin/sysinstall/doc.c +++ b/usr.sbin/sysinstall/doc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/doc.c,v 1.32 2004/01/02 09:19:13 obrien Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index 564e33ff4374..0d812ca913fa 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/dos.c,v 1.25 2001/06/01 12:16:08 ru Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c index 0101bde3ce01..f9b4dc39b9a1 100644 --- a/usr.sbin/sysinstall/floppy.c +++ b/usr.sbin/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/floppy.c,v 1.39 2004/08/15 13:00:07 nyan Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c index c971b79c05aa..373759e7639c 100644 --- a/usr.sbin/sysinstall/ftp.c +++ b/usr.sbin/sysinstall/ftp.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/ftp.c,v 1.45 2002/10/14 13:06:13 nyan Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c index 892d8528bc8a..ea59cb209e75 100644 --- a/usr.sbin/sysinstall/globals.c +++ b/usr.sbin/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/globals.c,v 1.27 2004/08/07 01:19:54 marcel Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/http.c b/usr.sbin/sysinstall/http.c index 19c826465e08..8d6732d30532 100644 --- a/usr.sbin/sysinstall/http.c +++ b/usr.sbin/sysinstall/http.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/http.c,v 1.7 2002/11/01 02:05:05 kuriyama Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index ac9a0baea04b..1265a2591469 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/index.c,v 1.102.4.1 2004/11/04 05:04:53 kensmith Exp $ */ #include <fcntl.h> diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index bac3bf47d369..dbc7d703bfe3 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/install.c,v 1.358.2.1 2004/09/02 01:54:59 kensmith Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/install.cfg b/usr.sbin/sysinstall/install.cfg index fb7ad8859795..c000be04406f 100644 --- a/usr.sbin/sysinstall/install.cfg +++ b/usr.sbin/sysinstall/install.cfg @@ -2,7 +2,7 @@ # crate.cdrom.com. # It is included here merely as a sort-of-documented example. # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/sysinstall/install.cfg,v 1.11 2001/09/06 10:04:27 murray Exp $ # Turn on extra debugging. debug=yes diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index aa7ec88a9742..8eb124e8f45b 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/installUpgrade.c,v 1.84 2003/03/08 12:07:13 markm Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/keymap.c b/usr.sbin/sysinstall/keymap.c index 3c53a0070a17..800230190a4a 100644 --- a/usr.sbin/sysinstall/keymap.c +++ b/usr.sbin/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/keymap.c,v 1.6 2000/10/08 21:33:51 phk Exp $ * */ diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index c752f736c1a4..d21625354a06 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/label.c,v 1.148 2004/08/07 04:03:18 marcel Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/list.h b/usr.sbin/sysinstall/list.h index 8300173e0660..5bb51bea4ec1 100644 --- a/usr.sbin/sysinstall/list.h +++ b/usr.sbin/sysinstall/list.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/list.h,v 1.2 1999/08/28 01:34:15 peter Exp $ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c index 695754b074fc..c2ffe707b0ac 100644 --- a/usr.sbin/sysinstall/main.c +++ b/usr.sbin/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/main.c,v 1.71 2003/08/20 06:27:21 imp Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index cbdc01c04ed4..52b9b64b6ca6 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/media.c,v 1.121 2003/02/27 03:57:17 jwd Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 79e8b1ca4db0..8ac06e43dead 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/sysinstall/menus.c,v 1.395.2.2 2004/09/18 07:14:53 bmah Exp $"; #endif #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/misc.c b/usr.sbin/sysinstall/misc.c index 07cbc81751d1..25bd6ebbc3e7 100644 --- a/usr.sbin/sysinstall/misc.c +++ b/usr.sbin/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/misc.c,v 1.43 2003/01/06 17:11:46 obrien Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/modules.c b/usr.sbin/sysinstall/modules.c index 859994a26e89..167272418d5a 100644 --- a/usr.sbin/sysinstall/modules.c +++ b/usr.sbin/sysinstall/modules.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/modules.c,v 1.7 2003/08/20 06:24:12 imp Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/mouse.c b/usr.sbin/sysinstall/mouse.c index 574fd7235974..83166a7d7c1a 100644 --- a/usr.sbin/sysinstall/mouse.c +++ b/usr.sbin/sysinstall/mouse.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/mouse.c,v 1.9 2000/05/11 23:43:12 murray Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index 4625ce2f7752..7b38f3b06b5d 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/msg.c,v 1.59 2001/09/11 20:42:07 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c index c57ad3de90a6..44dc0e36681b 100644 --- a/usr.sbin/sysinstall/network.c +++ b/usr.sbin/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/network.c,v 1.51 2002/11/01 02:05:05 kuriyama Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c index 87788eaced6f..396e78981de3 100644 --- a/usr.sbin/sysinstall/nfs.c +++ b/usr.sbin/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/nfs.c,v 1.25 2003/10/19 13:37:12 des Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 8e3a7d96ac84..57b07e8ff3e0 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/options.c,v 1.81 2003/10/19 13:37:12 des Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c index 7f23fc3cfdb7..d515444eadcd 100644 --- a/usr.sbin/sysinstall/package.c +++ b/usr.sbin/sysinstall/package.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/package.c,v 1.103 2004/01/02 09:52:14 obrien Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/pccard.c b/usr.sbin/sysinstall/pccard.c index 0ddfad8b3d07..fcdc31d1a33e 100644 --- a/usr.sbin/sysinstall/pccard.c +++ b/usr.sbin/sysinstall/pccard.c @@ -1,7 +1,7 @@ /* * PC Card support for sysinstall * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/pccard.c,v 1.19 2003/08/20 06:27:21 imp Exp $ * * Copyright (c) 1997-1999 * Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>. All rights reserved. diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8 index eb765a893885..3a366f0b31c1 100644 --- a/usr.sbin/sysinstall/sysinstall.8 +++ b/usr.sbin/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/sysinstall/sysinstall.8,v 1.64.2.1 2004/09/02 01:54:59 kensmith Exp $ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 117c1226fe73..cc2b89d3b6fe 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/sysinstall.h,v 1.261.2.1 2004/09/02 01:55:00 kensmith Exp $ */ #ifndef _SYSINSTALL_H_INCLUDE diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index 65c353a41c9e..e89ebf5ec8fc 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/system.c,v 1.123 2004/03/11 11:58:16 bde Exp $ * * Jordan Hubbard * diff --git a/usr.sbin/sysinstall/tape.c b/usr.sbin/sysinstall/tape.c index fd73da568e85..d52d834a95cc 100644 --- a/usr.sbin/sysinstall/tape.c +++ b/usr.sbin/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/tape.c,v 1.24 2002/11/01 02:05:05 kuriyama Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 1d2534fe1c19..be7e43865d32 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/tcpip.c,v 1.131 2004/03/12 15:28:13 bde Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/usr.sbin/sysinstall/termcap.c b/usr.sbin/sysinstall/termcap.c index 1d8e047bc12a..c26b77324f47 100644 --- a/usr.sbin/sysinstall/termcap.c +++ b/usr.sbin/sysinstall/termcap.c @@ -10,7 +10,7 @@ * software, nor does the author assume any responsibility for damages * incurred with its use. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/termcap.c,v 1.30 2001/09/22 18:07:47 murray Exp $ */ #include "sysinstall.h" diff --git a/usr.sbin/sysinstall/ttys.c b/usr.sbin/sysinstall/ttys.c index 0de954cceb39..c34521dffc85 100644 --- a/usr.sbin/sysinstall/ttys.c +++ b/usr.sbin/sysinstall/ttys.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/ttys.c,v 1.4 2001/09/22 23:17:37 murray Exp $ * * Copyright (c) 2001 * Andrey A. Chernov. All rights reserved. diff --git a/usr.sbin/sysinstall/ufs.c b/usr.sbin/sysinstall/ufs.c index c9515ae82b28..ce19099332bb 100644 --- a/usr.sbin/sysinstall/ufs.c +++ b/usr.sbin/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/ufs.c,v 1.15 1999/08/28 01:34:21 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/usb.c b/usr.sbin/sysinstall/usb.c index 4eedbd555f89..d7935da97de2 100644 --- a/usr.sbin/sysinstall/usb.c +++ b/usr.sbin/sysinstall/usb.c @@ -1,7 +1,7 @@ /* * USB support for sysinstall * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/usb.c,v 1.1 2000/05/12 03:01:17 jhb Exp $ * * Copyright (c) 2000 John Baldwin <jhb@FreeBSD.org>. All rights reserved. * diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index ecee440fe788..c68b8d1fd253 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/user.c,v 1.19 2004/03/11 11:58:16 bde Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/usr.sbin/sysinstall/variable.c b/usr.sbin/sysinstall/variable.c index e86104fd100a..cf745c0f4086 100644 --- a/usr.sbin/sysinstall/variable.c +++ b/usr.sbin/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/variable.c,v 1.37 2004/03/11 11:58:16 bde Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/wizard.c b/usr.sbin/sysinstall/wizard.c index 98e0a5caf997..921096c6bdb5 100644 --- a/usr.sbin/sysinstall/wizard.c +++ b/usr.sbin/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/sysinstall/wizard.c,v 1.23 2004/08/02 23:18:48 marcel Exp $ * */ diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile index 028fda554cbe..40acd55d4b57 100644 --- a/usr.sbin/syslogd/Makefile +++ b/usr.sbin/syslogd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/syslogd/Makefile,v 1.12 2004/02/05 22:44:25 ru Exp $ .PATH: ${.CURDIR}/../../usr.bin/wall diff --git a/usr.sbin/syslogd/pathnames.h b/usr.sbin/syslogd/pathnames.h index 24fbc4cfa0ad..43dce0e935f9 100644 --- a/usr.sbin/syslogd/pathnames.h +++ b/usr.sbin/syslogd/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/syslogd/pathnames.h,v 1.2 2004/08/07 04:28:55 imp Exp $ */ #include <paths.h> diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index 8029be3051eb..85cd33ef5ac5 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/syslogd/syslog.conf.5,v 1.36 2004/08/07 04:28:55 imp Exp $ .\" .Dd June 9, 1993 .Dt SYSLOG.CONF 5 diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index b36e1d8e8a58..549814b27184 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/syslogd/syslogd.8,v 1.52 2004/08/07 04:28:55 imp Exp $ .\" .Dd November 24, 2001 .Dt SYSLOGD 8 diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index b91af443b8c2..856b5fa31675 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/syslogd/syslogd.c,v 1.131 2004/08/07 04:28:55 imp Exp $"); /* * syslogd -- log system messages diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile index 57938e14c9d7..74cafdfba05b 100644 --- a/usr.sbin/tcpdchk/Makefile +++ b/usr.sbin/tcpdchk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdchk/Makefile,v 1.10 2003/07/24 19:58:56 markm Exp $ .PATH: ${.CURDIR}/../../contrib/tcp_wrappers diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index bea68aa6aa3f..f6aaef63408a 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdmatch/Makefile,v 1.8 2003/06/04 15:58:03 markm Exp $ .PATH: ${.CURDIR}/../../contrib/tcp_wrappers diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index c549530613bd..70549c3c14ef 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 0.1 (RGrimes) 4/4/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/Makefile,v 1.2 2001/07/20 06:20:21 obrien Exp $ SUBDIR= tcpdump tcpslice diff --git a/usr.sbin/tcpdump/Makefile.inc b/usr.sbin/tcpdump/Makefile.inc index 1e4d46f113a5..500683eb776a 100644 --- a/usr.sbin/tcpdump/Makefile.inc +++ b/usr.sbin/tcpdump/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/Makefile.inc,v 1.3 2001/07/20 06:20:21 obrien Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 1117f17a0458..73c215277857 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/tcpdump/Makefile,v 1.39 2004/08/06 07:27:08 cperciva Exp $ TCPDUMP_DISTDIR?= ${.CURDIR}/../../../contrib/tcpdump .PATH: ${TCPDUMP_DISTDIR} diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h index 5ab83486fe45..e72846840296 100644 --- a/usr.sbin/tcpdump/tcpdump/config.h +++ b/usr.sbin/tcpdump/tcpdump/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/tcpdump/tcpdump/config.h,v 1.5 2004/03/31 15:00:44 bms Exp $ */ /* This is an edited copy of the config.h generated by configure. */ /* config.h. Generated by configure. */ diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile index 2c444596a8ee..81e4d3ff7863 100644 --- a/usr.sbin/tcpdump/tcpslice/Makefile +++ b/usr.sbin/tcpdump/tcpslice/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 0.1 (RWGrimes) 3/24/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/tcpslice/Makefile,v 1.13 2001/07/20 06:20:21 obrien Exp $ TCPDUMP_DISTDIR?= ${.CURDIR}/../../../contrib/tcpdump diff --git a/usr.sbin/tcpdump/tcpslice/gwtm2secs.c b/usr.sbin/tcpdump/tcpslice/gwtm2secs.c index 249454e6f044..125ed61feab7 100644 --- a/usr.sbin/tcpdump/tcpslice/gwtm2secs.c +++ b/usr.sbin/tcpdump/tcpslice/gwtm2secs.c @@ -20,7 +20,7 @@ */ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#)$FreeBSD$ (LBL)"; + "@(#)$FreeBSD: src/usr.sbin/tcpdump/tcpslice/gwtm2secs.c,v 1.4 1999/08/28 05:11:32 peter Exp $ (LBL)"; #endif /* diff --git a/usr.sbin/tcpdump/tcpslice/search.c b/usr.sbin/tcpdump/tcpslice/search.c index a460ffab2f7e..bdd3fad81e7b 100644 --- a/usr.sbin/tcpdump/tcpslice/search.c +++ b/usr.sbin/tcpdump/tcpslice/search.c @@ -20,7 +20,7 @@ */ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#)$FreeBSD$ (LBL)"; + "@(#)$FreeBSD: src/usr.sbin/tcpdump/tcpslice/search.c,v 1.4 1999/08/28 05:11:32 peter Exp $ (LBL)"; #endif /* diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index 2efecc743324..05fc60606781 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/tcpdump/tcpslice/tcpslice.1,v 1.15 2004/07/02 23:12:58 ru Exp $ .\" .Dd October 14, 1991 .Dt TCPSLICE 1 diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.c b/usr.sbin/tcpdump/tcpslice/tcpslice.c index adca2f547a88..bd01f33f441d 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.c +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.c @@ -27,7 +27,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/tcpdump/tcpslice/tcpslice.c,v 1.12 2002/01/19 23:20:02 dillon Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/tcpdump/tcpslice/util.c b/usr.sbin/tcpdump/tcpslice/util.c index 8904352b798c..bb57a7e0a60d 100644 --- a/usr.sbin/tcpdump/tcpslice/util.c +++ b/usr.sbin/tcpdump/tcpslice/util.c @@ -21,7 +21,7 @@ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#) $FreeBSD$ (LBL)"; + "@(#) $FreeBSD: src/usr.sbin/tcpdump/tcpslice/util.c,v 1.3 1999/08/28 05:11:32 peter Exp $ (LBL)"; #endif #include "tcpslice.h" diff --git a/usr.sbin/timed/Makefile b/usr.sbin/timed/Makefile index 2f56510bca1c..aa6668c0d7dc 100644 --- a/usr.sbin/timed/Makefile +++ b/usr.sbin/timed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/Makefile,v 1.2 2001/07/20 06:20:23 obrien Exp $ SUBDIR= timed timedc diff --git a/usr.sbin/timed/SMM.doc/timed/Makefile b/usr.sbin/timed/SMM.doc/timed/Makefile index 9afa6c60d4d4..050b9f732659 100644 --- a/usr.sbin/timed/SMM.doc/timed/Makefile +++ b/usr.sbin/timed/SMM.doc/timed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/SMM.doc/timed/Makefile,v 1.2 2001/07/20 06:20:22 obrien Exp $ DIR= smm/12.timed SRCS= timed.ms diff --git a/usr.sbin/timed/SMM.doc/timed/timed.ms b/usr.sbin/timed/SMM.doc/timed/timed.ms index 412399ae41b3..04e47ce25a89 100644 --- a/usr.sbin/timed/SMM.doc/timed/timed.ms +++ b/usr.sbin/timed/SMM.doc/timed/timed.ms @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/timed/SMM.doc/timed/timed.ms,v 1.3 2002/12/30 21:18:15 schweikh Exp $ .\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/timed/SMM.doc/timedop/Makefile b/usr.sbin/timed/SMM.doc/timedop/Makefile index 7d52a32220c1..3d09ba3d4e57 100644 --- a/usr.sbin/timed/SMM.doc/timedop/Makefile +++ b/usr.sbin/timed/SMM.doc/timedop/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/SMM.doc/timedop/Makefile,v 1.2 2001/07/20 06:20:22 obrien Exp $ DIR= smm/11.timedop SRCS= timed.ms diff --git a/usr.sbin/timed/timed/CHANGES b/usr.sbin/timed/timed/CHANGES index 424ead2a514a..6da2d785e2ae 100644 --- a/usr.sbin/timed/timed/CHANGES +++ b/usr.sbin/timed/timed/CHANGES @@ -1,5 +1,5 @@ # @(#)CHANGES 5.1 (Berkeley) 5/11/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/timed/CHANGES,v 1.2 2001/02/18 10:44:00 asmodai Exp $ This new version is almost identical to the timed and timedc code that has been shipped for years by a workstation vendor. diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile index 6f73824fbd74..1ad93386c90d 100644 --- a/usr.sbin/timed/timed/Makefile +++ b/usr.sbin/timed/timed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/timed/Makefile,v 1.5 2001/07/20 06:20:23 obrien Exp $ # # optional flags are: MEASURE TESTING DEBUG diff --git a/usr.sbin/timed/timed/acksend.c b/usr.sbin/timed/timed/acksend.c index 8bde7438a556..1557b8a5f402 100644 --- a/usr.sbin/timed/timed/acksend.c +++ b/usr.sbin/timed/timed/acksend.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acksend.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/acksend.c,v 1.4 1999/08/28 01:20:16 peter Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index 038dd56bf8b5..8e7d842591d1 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)byteorder.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/byteorder.c,v 1.4 1999/08/28 01:20:16 peter Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index 79f1f5ab19fa..86395de59ff6 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)candidate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/candidate.c,v 1.5 1999/08/28 01:20:16 peter Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/cksum.c b/usr.sbin/timed/timed/cksum.c index 50a7da27161f..23c75a60cd85 100644 --- a/usr.sbin/timed/timed/cksum.c +++ b/usr.sbin/timed/timed/cksum.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cksum.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/cksum.c,v 1.3 1999/08/28 01:20:17 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/timed/timed/correct.c b/usr.sbin/timed/timed/correct.c index c7204bd3aef4..33790660c018 100644 --- a/usr.sbin/timed/timed/correct.c +++ b/usr.sbin/timed/timed/correct.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)correct.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/correct.c,v 1.7 2002/07/11 20:10:07 robert Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index 6fe0bd1cc5cf..6806d92de00a 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)globals.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/timed/timed/globals.h,v 1.6 2001/11/20 07:13:39 jhb Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/timed/timed/master.c b/usr.sbin/timed/timed/master.c index 0713155a3f61..17a4f1abc126 100644 --- a/usr.sbin/timed/timed/master.c +++ b/usr.sbin/timed/timed/master.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)master.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/master.c,v 1.9 2002/07/11 20:01:36 robert Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 3856a34c6fae..bd5c7b9309d8 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)measure.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/measure.c,v 1.7 2001/11/20 07:13:40 jhb Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/networkdelta.c b/usr.sbin/timed/timed/networkdelta.c index cbbde581e2a3..42f15156ecf4 100644 --- a/usr.sbin/timed/timed/networkdelta.c +++ b/usr.sbin/timed/timed/networkdelta.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)networkdelta.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/networkdelta.c,v 1.4 2000/05/19 08:26:17 kris Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/pathnames.h b/usr.sbin/timed/timed/pathnames.h index e5fdcdefb828..6c8c47409d12 100644 --- a/usr.sbin/timed/timed/pathnames.h +++ b/usr.sbin/timed/timed/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/timed/timed/pathnames.h,v 1.2 2001/11/20 07:13:40 jhb Exp $ */ #include <paths.h> diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index 74a6f5f92600..c50faac18da0 100644 --- a/usr.sbin/timed/timed/readmsg.c +++ b/usr.sbin/timed/timed/readmsg.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)readmsg.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/readmsg.c,v 1.9 2001/11/20 07:13:40 jhb Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index db4d2dd0be4d..2e3e796353c5 100644 --- a/usr.sbin/timed/timed/slave.c +++ b/usr.sbin/timed/timed/slave.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slave.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timed/slave.c,v 1.9 2001/11/20 07:13:40 jhb Exp $"; #endif /* not lint */ #include "globals.h" diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8 index e368764c85f2..b23807b45260 100644 --- a/usr.sbin/timed/timed/timed.8 +++ b/usr.sbin/timed/timed/timed.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timed.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/timed/timed/timed.8,v 1.16 2003/10/04 15:43:22 naddy Exp $ .\" .Dd June 6, 1993 .Dt TIMED 8 diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c index 27344a3b9e05..80087be1afea 100644 --- a/usr.sbin/timed/timed/timed.c +++ b/usr.sbin/timed/timed/timed.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)timed.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/timed/timed/timed.c,v 1.11 2003/07/06 10:37:00 charnier Exp $"); #define TSPTYPES #include "globals.h" diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile index 5262f46d805d..81db242873da 100644 --- a/usr.sbin/timed/timedc/Makefile +++ b/usr.sbin/timed/timedc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/timed/timedc/Makefile,v 1.7 2001/09/13 06:48:16 ru Exp $ .PATH: ${.CURDIR}/../timed diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 5d30fe370391..bd1a91a4a51b 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/timed/timedc/cmds.c,v 1.13 2004/02/04 21:59:29 johan Exp $"); #include "timedc.h" #include <sys/file.h> diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c index 8e4c3d5a0767..92faf1597768 100644 --- a/usr.sbin/timed/timedc/cmdtab.c +++ b/usr.sbin/timed/timedc/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timedc/cmdtab.c,v 1.3 1999/08/28 01:20:21 peter Exp $"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/timedc.8 b/usr.sbin/timed/timedc/timedc.8 index ecba759f7794..7a24af335aad 100644 --- a/usr.sbin/timed/timedc/timedc.8 +++ b/usr.sbin/timed/timedc/timedc.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timedc.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/timed/timedc/timedc.8,v 1.15 2004/07/02 23:12:58 ru Exp $ .\" .Dd June 6, 1993 .Dt TIMEDC 8 diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index 368b460513af..14d2e06a55ca 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)timedc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/timed/timedc/timedc.c,v 1.5 2003/10/11 07:35:35 tjr Exp $"; #endif /* not lint */ #include "timedc.h" diff --git a/usr.sbin/timed/timedc/timedc.h b/usr.sbin/timed/timedc/timedc.h index f6ee8a6ae74a..ab048f402156 100644 --- a/usr.sbin/timed/timedc/timedc.h +++ b/usr.sbin/timed/timedc/timedc.h @@ -32,7 +32,7 @@ * * @(#)timedc.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/timed/timedc/timedc.h,v 1.3 2001/11/20 07:13:40 jhb Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 953c5d471149..4d5a9e481b88 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/traceroute/Makefile,v 1.20 2002/07/28 02:27:07 fenner Exp $ TRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute .PATH: ${TRACEROUTE_DISTDIR} diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile index ab4e52ce981a..acc4a410154c 100644 --- a/usr.sbin/traceroute6/Makefile +++ b/usr.sbin/traceroute6/Makefile @@ -11,7 +11,7 @@ # AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/traceroute6/Makefile,v 1.8 2003/10/24 18:26:30 ume Exp $ PROG= traceroute6 MAN= traceroute6.8 diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8 index 04c800d3f4df..39dbf8f587aa 100644 --- a/usr.sbin/traceroute6/traceroute6.8 +++ b/usr.sbin/traceroute6/traceroute6.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/traceroute6/traceroute6.8,v 1.13 2004/07/07 19:57:16 ru Exp $ .\" .Dd May 17, 1998 .Dt TRACEROUTE6 8 diff --git a/usr.sbin/traceroute6/traceroute6.c b/usr.sbin/traceroute6/traceroute6.c index a854bde82523..8ec4078b33ee 100644 --- a/usr.sbin/traceroute6/traceroute6.c +++ b/usr.sbin/traceroute6/traceroute6.c @@ -76,7 +76,7 @@ static char copyright[] = static char sccsid[] = "@(#)traceroute.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/traceroute6/traceroute6.c,v 1.16 2004/06/13 18:38:46 dwmalone Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/trpt/Makefile b/usr.sbin/trpt/Makefile index cf1680b2eec3..bb3fe0c742a0 100644 --- a/usr.sbin/trpt/Makefile +++ b/usr.sbin/trpt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/trpt/Makefile,v 1.8 2003/04/04 17:49:20 obrien Exp $ PROG= trpt MAN= trpt.8 diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index 64e2c23f2b0f..4c0486f71a2d 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)trpt.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/trpt/trpt.8,v 1.15 2004/08/07 04:28:55 imp Exp $ .\" .Dd December 11, 1993 .Dt TRPT 8 diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index 2d740baf05ab..2f5f72411a85 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)trpt.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/trpt/trpt.c,v 1.19 2004/08/07 04:28:55 imp Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 0596967a07e2..2285920b7e85 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tzsetup/Makefile,v 1.17 2003/04/04 17:49:20 obrien Exp $ PROG= tzsetup MAN= tzsetup.8 diff --git a/usr.sbin/tzsetup/tzsetup.8 b/usr.sbin/tzsetup/tzsetup.8 index 09d842f24a45..66a714ba592b 100644 --- a/usr.sbin/tzsetup/tzsetup.8 +++ b/usr.sbin/tzsetup/tzsetup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/tzsetup/tzsetup.8,v 1.18 2004/07/02 23:12:58 ru Exp $ .Dd January 24, 1996 .Dt TZSETUP 8 .Os diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 6b1caf8b3149..876410840528 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/tzsetup/tzsetup.c,v 1.26 2004/08/10 05:34:23 murray Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/ugidfw/Makefile b/usr.sbin/ugidfw/Makefile index d89bc857f5bf..9246a7b1c998 100644 --- a/usr.sbin/ugidfw/Makefile +++ b/usr.sbin/ugidfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ugidfw/Makefile,v 1.4 2003/04/04 17:49:20 obrien Exp $ PROG= ugidfw MAN= ugidfw.8 diff --git a/usr.sbin/ugidfw/ugidfw.8 b/usr.sbin/ugidfw/ugidfw.8 index 9afb591a6e40..1ddc8a45d7ff 100644 --- a/usr.sbin/ugidfw/ugidfw.8 +++ b/usr.sbin/ugidfw/ugidfw.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ugidfw/ugidfw.8,v 1.7 2004/07/02 23:12:58 ru Exp $ .\" .Dd February 24, 2004 .Dt UGIDFW 8 diff --git a/usr.sbin/ugidfw/ugidfw.c b/usr.sbin/ugidfw/ugidfw.c index 87ed035831d5..d6592d06115a 100644 --- a/usr.sbin/ugidfw/ugidfw.c +++ b/usr.sbin/ugidfw/ugidfw.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ugidfw/ugidfw.c,v 1.2 2004/02/25 03:59:56 rwatson Exp $ */ #include <sys/param.h> #include <sys/errno.h> diff --git a/usr.sbin/usbd/Makefile b/usr.sbin/usbd/Makefile index aadecee02830..180cccc72aca 100644 --- a/usr.sbin/usbd/Makefile +++ b/usr.sbin/usbd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/usbd/Makefile,v 1.6 2001/05/18 13:41:42 ru Exp $ PROG= usbd MAN= usbd.conf.5 usbd.8 diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8 index d6f9fa0654c0..02d4cab39ad1 100644 --- a/usr.sbin/usbd/usbd.8 +++ b/usr.sbin/usbd/usbd.8 @@ -32,7 +32,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/usbd/usbd.8,v 1.21 2004/07/02 23:12:58 ru Exp $ .\" .Dd July 12, 1998 .Dt USBD 8 diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c index 5cc2518f0eea..da47e6013fda 100644 --- a/usr.sbin/usbd/usbd.c +++ b/usr.sbin/usbd/usbd.c @@ -1,5 +1,5 @@ /* $NetBSD: usbd.c,v 1.4 1998/12/09 00:57:19 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/usbd/usbd.c,v 1.29 2003/10/25 22:03:10 jmg Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.sbin/usbd/usbd.conf.5 b/usr.sbin/usbd/usbd.conf.5 index 3fbcd6a39a4b..8b94b7cb2f94 100644 --- a/usr.sbin/usbd/usbd.conf.5 +++ b/usr.sbin/usbd/usbd.conf.5 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/usbd/usbd.conf.5,v 1.14 2004/07/15 07:34:14 roam Exp $ .\" .\" Many parts of this manual have been snarfed from the pccard.conf (5) man .\" page, copyright by Andrew McRae. diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile index 985bc7a61ab5..a3c9860ac3d4 100644 --- a/usr.sbin/usbdevs/Makefile +++ b/usr.sbin/usbdevs/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $ -# FreeBSD $FreeBSD$ +# FreeBSD $FreeBSD: src/usr.sbin/usbdevs/Makefile,v 1.10 2001/07/20 06:20:25 obrien Exp $ PROG= usbdevs MAN= usbdevs.8 diff --git a/usr.sbin/usbdevs/usbdevs.8 b/usr.sbin/usbdevs/usbdevs.8 index 3226dd5bd658..e9c9955050fa 100644 --- a/usr.sbin/usbdevs/usbdevs.8 +++ b/usr.sbin/usbdevs/usbdevs.8 @@ -32,7 +32,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/usbdevs/usbdevs.8,v 1.11 2004/05/24 13:22:00 le Exp $ .\" .Dd May 24, 2004 .Dt USBDEVS 8 diff --git a/usr.sbin/usbdevs/usbdevs.c b/usr.sbin/usbdevs/usbdevs.c index 640dd512f7f2..e64e84c15bcc 100644 --- a/usr.sbin/usbdevs/usbdevs.c +++ b/usr.sbin/usbdevs/usbdevs.c @@ -1,5 +1,5 @@ /* $NetBSD: usbdevs.c,v 1.22 2003/11/12 13:31:08 grant Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/usbdevs/usbdevs.c,v 1.10 2004/05/24 13:22:00 le Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.sbin/vidcontrol/Makefile b/usr.sbin/vidcontrol/Makefile index 8c8f6bb804b2..888ccefda4db 100644 --- a/usr.sbin/vidcontrol/Makefile +++ b/usr.sbin/vidcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/vidcontrol/Makefile,v 1.5 2001/07/20 04:23:12 obrien Exp $ PROG= vidcontrol SRCS= vidcontrol.c decode.c diff --git a/usr.sbin/vidcontrol/decode.c b/usr.sbin/vidcontrol/decode.c index fddc3d56d802..f7f56fa84d0d 100644 --- a/usr.sbin/vidcontrol/decode.c +++ b/usr.sbin/vidcontrol/decode.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/vidcontrol/decode.c,v 1.10 2002/06/02 20:05:59 schweikh Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/vidcontrol/decode.h b/usr.sbin/vidcontrol/decode.h index 1f1cba4a4720..8adff2617dfe 100644 --- a/usr.sbin/vidcontrol/decode.h +++ b/usr.sbin/vidcontrol/decode.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/vidcontrol/decode.h,v 1.2 2001/04/09 17:24:29 sobomax Exp $ */ int decode(FILE *fd, char *buffer, int len); diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 9bf881c2a1be..b9d79d171a6c 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)vidcontrol.1 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/vidcontrol/vidcontrol.1,v 1.55 2003/03/02 21:04:21 ru Exp $ .\" .Dd May 27, 2002 .Dt VIDCONTROL 1 diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 3ce1f21752c0..b403cc575f18 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/vidcontrol/vidcontrol.c,v 1.47 2003/09/18 16:20:32 eivind Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/vipw/Makefile b/usr.sbin/vipw/Makefile index 69a9df9c5ba9..835ab3b0e432 100644 --- a/usr.sbin/vipw/Makefile +++ b/usr.sbin/vipw/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/vipw/Makefile,v 1.8 2003/04/04 17:49:20 obrien Exp $ PROG= vipw MAN= vipw.8 diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index b2acc904e654..835a1333ca5b 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vipw.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/vipw/vipw.8,v 1.13 2004/08/07 04:28:56 imp Exp $ .\" .Dd June 6, 1993 .Dt VIPW 8 diff --git a/usr.sbin/vipw/vipw.c b/usr.sbin/vipw/vipw.c index 4a0a70080dca..4a3750351384 100644 --- a/usr.sbin/vipw/vipw.c +++ b/usr.sbin/vipw/vipw.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)vipw.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/vipw/vipw.c,v 1.16 2004/08/07 04:28:56 imp Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile index c7aa34bfb706..007265af3f09 100644 --- a/usr.sbin/vnconfig/Makefile +++ b/usr.sbin/vnconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/vnconfig/Makefile,v 1.7 2001/07/20 06:20:26 obrien Exp $ PROG= vnconfig NOMAN= "mdconfig supplies manpage" diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c index 294250d4b5a1..82f1a55f0d4d 100644 --- a/usr.sbin/vnconfig/vnconfig.c +++ b/usr.sbin/vnconfig/vnconfig.c @@ -9,7 +9,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/vnconfig/vnconfig.c,v 1.23 2001/06/24 20:25:22 dd Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index e8a8ea6ab698..9b49766113a1 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/watch/Makefile,v 1.16 2003/04/04 17:49:20 obrien Exp $ PROG= watch MAN= watch.8 diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index a5902f2415ca..59b90ddc0f24 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/watch/watch.8,v 1.29 2004/07/03 18:35:53 ru Exp $ .\" .Dd November 24, 2001 .Dt WATCH 8 diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 049fc84297d2..2828f0fe369f 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/watch/watch.c,v 1.31 2004/08/10 01:49:46 csjp Exp $"); #include <sys/param.h> #include <sys/fcntl.h> diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile index 68675c76e154..cd1f1a071349 100644 --- a/usr.sbin/watchdogd/Makefile +++ b/usr.sbin/watchdogd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/watchdogd/Makefile,v 1.4 2004/02/28 20:56:34 phk Exp $ PROG= watchdogd LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog diff --git a/usr.sbin/watchdogd/watchdog.8 b/usr.sbin/watchdogd/watchdog.8 index 7813947e36fb..4a0ee063fc86 100644 --- a/usr.sbin/watchdogd/watchdog.8 +++ b/usr.sbin/watchdogd/watchdog.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/watchdogd/watchdog.8,v 1.5 2004/07/07 19:57:16 ru Exp $ .\" .Dd February 28, 2004 .Dt WATCHDOG 8 diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8 index e20ec56a1f9c..e399a5648db5 100644 --- a/usr.sbin/watchdogd/watchdogd.8 +++ b/usr.sbin/watchdogd/watchdogd.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/watchdogd/watchdogd.8,v 1.4 2004/06/13 18:03:43 ru Exp $ .\" .Dd June 25, 2003 .Dt WATCHDOGD 8 diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c index 0c1b6258bede..0e04db429b92 100644 --- a/usr.sbin/watchdogd/watchdogd.c +++ b/usr.sbin/watchdogd/watchdogd.c @@ -29,7 +29,7 @@ */ #include <sys/types.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/watchdogd/watchdogd.c,v 1.9 2004/07/28 22:13:04 green Exp $"); #include <sys/rtprio.h> #include <sys/stat.h> diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index b8ac802a7442..620af9bda298 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/wicontrol/Makefile,v 1.10 2003/04/04 17:49:20 obrien Exp $ PROG= wicontrol MAN= wicontrol.8 diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index a0540c9945fe..c6d6fd6b078d 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/wicontrol/wicontrol.8,v 1.45 2004/06/05 20:20:34 ru Exp $ .\" .Dd March 4, 2003 .Dt WICONTROL 8 diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index b8b1add40f91..49da6acc4e17 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -37,7 +37,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/wicontrol/wicontrol.c,v 1.37 2003/09/29 06:32:11 imp Exp $"); #include <sys/types.h> #include <sys/cdefs.h> diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile index 8d3d0cc3e797..cf745f6c4084 100644 --- a/usr.sbin/wlconfig/Makefile +++ b/usr.sbin/wlconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/wlconfig/Makefile,v 1.8 2004/01/21 14:01:29 ru Exp $ PROG= wlconfig MAN= wlconfig.8 diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8 index 99a29422f020..0471bc0f9286 100644 --- a/usr.sbin/wlconfig/wlconfig.8 +++ b/usr.sbin/wlconfig/wlconfig.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/wlconfig/wlconfig.8,v 1.19 2004/07/02 23:12:59 ru Exp $ .\" .Dd December 26, 1996 .Os diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index f361b2cb99fb..2b8c8536f06a 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/wlconfig/wlconfig.c,v 1.11 2000/11/26 23:51:07 dannyboy Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index 973da6ee0559..66c29f6fa080 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/yp_mkdb/Makefile,v 1.9 2003/04/04 17:49:20 obrien Exp $ .PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv diff --git a/usr.sbin/yp_mkdb/yp_mkdb.8 b/usr.sbin/yp_mkdb/yp_mkdb.8 index f7b8f2242bd3..55617c723c81 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.8 +++ b/usr.sbin/yp_mkdb/yp_mkdb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/yp_mkdb/yp_mkdb.8,v 1.17 2002/07/14 14:47:01 charnier Exp $ .\" .Dd March 12, 1996 .Dt YP_MKDB 8 diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index 6c3014bdfc9c..cd0f13073050 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/yp_mkdb/yp_mkdb.c,v 1.16 2003/05/03 21:06:41 obrien Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile index 915d001be4dc..7a22134c7b22 100644 --- a/usr.sbin/ypbind/Makefile +++ b/usr.sbin/ypbind/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ypbind/Makefile,v 1.9 2001/07/20 06:20:30 obrien Exp $ PROG= ypbind MAN= ypbind.8 diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c index 1806c3c0f122..c9e15c5f17b1 100644 --- a/usr.sbin/ypbind/yp_ping.c +++ b/usr.sbin/ypbind/yp_ping.c @@ -66,7 +66,7 @@ static char *sccsid = "@(#)from: clnt_udp.c 2.2 88/08/01 4.0 RPCSRC"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypbind/yp_ping.c,v 1.16 2003/05/03 21:06:41 obrien Exp $"); /* * clnt_udp.c, Implements a UDP/IP based, client side RPC. diff --git a/usr.sbin/ypbind/yp_ping.h b/usr.sbin/ypbind/yp_ping.h index 80e6a7873011..6f820c2b8ef1 100644 --- a/usr.sbin/ypbind/yp_ping.h +++ b/usr.sbin/ypbind/yp_ping.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ypbind/yp_ping.h,v 1.2 2002/02/06 13:30:29 des Exp $ */ extern int __yp_ping(struct in_addr *, int, char *, short *); diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 4afdb2a68733..aae2e679e34f 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ypbind/ypbind.8,v 1.22 2004/08/07 04:28:56 imp Exp $ .\" .Dd April 9, 1995 .Dt YPBIND 8 diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index bec3b9e0c3f1..e8418d93af8f 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypbind/ypbind.c,v 1.39 2003/05/03 21:06:41 obrien Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/yppoll/Makefile b/usr.sbin/yppoll/Makefile index 63763316ef8c..1b3c9d67135e 100644 --- a/usr.sbin/yppoll/Makefile +++ b/usr.sbin/yppoll/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/yppoll/Makefile,v 1.7 2001/03/26 14:42:18 ru Exp $ PROG= yppoll MAN= yppoll.8 diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8 index ad90d902e146..4c09185f2d00 100644 --- a/usr.sbin/yppoll/yppoll.8 +++ b/usr.sbin/yppoll/yppoll.8 @@ -32,7 +32,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/yppoll/yppoll.8,v 1.7 2002/07/14 14:47:06 charnier Exp $ .\" .Dd October 25, 1994 .Dt YPPOLL 8 diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index e35087c6baaf..0dff2638071b 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/yppoll/yppoll.c,v 1.12 2004/05/24 16:10:57 stefanf Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index 7ce1c612e0e0..100b350c8de2 100644 --- a/usr.sbin/yppush/Makefile +++ b/usr.sbin/yppush/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/yppush/Makefile,v 1.9 2001/07/20 06:20:30 obrien Exp $ RPCDIR= ${.CURDIR}/../../include/rpcsvc .PATH: ${RPCDIR} ${.CURDIR}/../../usr.sbin/ypserv \ diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index 60db3885fa92..ef9846469b9a 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/yppush/yppush.8,v 1.17 2004/08/07 04:28:56 imp Exp $ .\" .Dd February 5, 1995 .Dt YPPUSH 8 diff --git a/usr.sbin/yppush/yppush_extern.h b/usr.sbin/yppush/yppush_extern.h index 2a4fbccee2c6..32c667d98c89 100644 --- a/usr.sbin/yppush/yppush_extern.h +++ b/usr.sbin/yppush/yppush_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/yppush/yppush_extern.h,v 1.5 2002/02/06 13:30:30 des Exp $ */ /* Privately defined error codes. */ diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index e3ef5481c15b..520f7de065c8 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/yppush/yppush_main.c,v 1.18 2003/05/03 21:06:41 obrien Exp $"); #include <errno.h> #include <signal.h> diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index db215237126e..fdea2bfb6c89 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ypserv/Makefile,v 1.23 2003/04/04 17:49:20 obrien Exp $ RPCDIR= ${.CURDIR}/../../include/rpcsvc .PATH: ${RPCDIR} diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index bd33918ffc47..ce36e3f7102d 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ypserv/Makefile.yp,v 1.35 2003/06/13 16:13:28 ru Exp $ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index b9063092c2cc..b95c563f7fa6 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_access.c,v 1.22 2003/05/03 21:06:42 obrien Exp $"); #include <stdlib.h> #include <rpc/rpc.h> diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index 61944dc44bbe..6122981df8ce 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_dblookup.c,v 1.25 2003/05/03 21:06:42 obrien Exp $"); #include <db.h> #include <errno.h> diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index 50270fc7304b..a010a1d3dc37 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_dnslookup.c,v 1.24 2003/05/03 21:06:42 obrien Exp $"); /* * Do standard and reverse DNS lookups using the resolver library. diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 8d488f3bdb6a..3a1e549fdd8e 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_error.c,v 1.10 2003/05/03 21:06:42 obrien Exp $"); /* * error logging/reporting facilities diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h index 553e296884c6..7981ee9be095 100644 --- a/usr.sbin/ypserv/yp_extern.h +++ b/usr.sbin/ypserv/yp_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/ypserv/yp_extern.h,v 1.16 2002/02/06 13:30:30 des Exp $ */ #include <db.h> diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index d9132748be24..9baf382865fb 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_main.c,v 1.26 2003/05/03 21:06:42 obrien Exp $"); /* * ypserv startup function. diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index e6d82d62d715..9ac11cf20419 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_server.c,v 1.37 2003/05/03 21:06:42 obrien Exp $"); #include "yp.h" #include "yp_extern.h" diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 33d058ef9b87..4680c6af0fad 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypserv/yp_svc_udp.c,v 1.8 2003/05/03 21:06:42 obrien Exp $"); #include <rpc/rpc.h> #include <rpc/svc_dg.h> diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index 2533fdae7d75..ec65d6adb48b 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ypserv/ypinit.8,v 1.16 2004/07/04 20:55:50 ru Exp $ .\" .Dd November 10, 1997 .Dt YPINIT 8 diff --git a/usr.sbin/ypserv/ypinit.sh b/usr.sbin/ypserv/ypinit.sh index 1be7e0e3e186..a9fa9a55baa0 100644 --- a/usr.sbin/ypserv/ypinit.sh +++ b/usr.sbin/ypserv/ypinit.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ypserv/ypinit.sh,v 1.4 2002/12/30 21:18:15 schweikh Exp $ # # ypinit.sh - setup a master or slave server. # (Taken from OpenBSD and modified for FreeBSD.) diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index e2e78ed464c2..0f92001f2c5e 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ypserv/ypserv.8,v 1.38 2004/07/02 23:13:00 ru Exp $ .\" .Dd February 4, 1995 .Dt YPSERV 8 diff --git a/usr.sbin/ypset/Makefile b/usr.sbin/ypset/Makefile index 10ed5f88fd78..c93e897491c1 100644 --- a/usr.sbin/ypset/Makefile +++ b/usr.sbin/ypset/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/ypset/Makefile,v 1.4 2001/03/26 14:42:19 ru Exp $ PROG= ypset MAN= ypset.8 diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 49ad6e0b67ae..21db3b6f9245 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/ypset/ypset.8,v 1.10 2002/07/14 14:47:13 charnier Exp $ .\" .Dd October 25, 1994 .Dt YPSET 8 diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index 1296f3946fad..a5ea0c9e97e7 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/ypset/ypset.c,v 1.14 2004/02/09 00:10:18 iedowse Exp $"); #include <err.h> #include <netdb.h> diff --git a/usr.sbin/zic/Arts.htm b/usr.sbin/zic/Arts.htm index baa84ed77431..e8f95394f0d5 100644 --- a/usr.sbin/zic/Arts.htm +++ b/usr.sbin/zic/Arts.htm @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: src/usr.sbin/zic/Arts.htm,v 1.2 2000/05/29 20:23:04 charnier Exp $ --> <HTML> <HEAD> <TITLE>Time and the Arts</TITLE> diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index 2496e821159b..41f4ee993f8f 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/Makefile,v 1.6 2001/07/18 11:30:46 dd Exp $ # Vendor contact: tz@elsie.nci.nih.gov MAINTAINER= wollman@FreeBSD.org diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index b915adff92ab..137bf6a1a205 100644 --- a/usr.sbin/zic/Makefile.inc +++ b/usr.sbin/zic/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/Makefile.inc,v 1.4 1999/08/28 01:21:18 peter Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index a069032eda51..c81ef8b9f5ac 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -6,7 +6,7 @@ static const char elsieid[] = "@(#)ialloc.c 8.29"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/ialloc.c,v 1.6 2000/11/28 18:18:56 charnier Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h index 315f33a4a2f1..47d9cb2b314b 100644 --- a/usr.sbin/zic/private.h +++ b/usr.sbin/zic/private.h @@ -13,7 +13,7 @@ * I have removed all of the ifdef spaghetti which is not relevant to * zic from this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/zic/private.h,v 1.7 2004/06/20 21:41:11 stefanf Exp $ */ /* diff --git a/usr.sbin/zic/scheck.c b/usr.sbin/zic/scheck.c index 692bf1a07934..009ef1ec8200 100644 --- a/usr.sbin/zic/scheck.c +++ b/usr.sbin/zic/scheck.c @@ -6,7 +6,7 @@ static const char elsieid[] = "@(#)scheck.c 8.15"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/scheck.c,v 1.7 2001/07/18 11:27:04 dd Exp $"; #endif /* not lint */ /*LINTLIBRARY*/ diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index 3a685fd7ea0d..065a1d645ce9 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -1,6 +1,6 @@ .\" .\" @(#)zdump.8 7.3 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zic/zdump.8,v 1.10 2004/06/20 21:41:11 stefanf Exp $ .\" .Dd June 20, 2004 .Dt ZDUMP 8 diff --git a/usr.sbin/zic/zdump.c b/usr.sbin/zic/zdump.c index e63e94398834..f98d1177dd86 100644 --- a/usr.sbin/zic/zdump.c +++ b/usr.sbin/zic/zdump.c @@ -2,7 +2,7 @@ static const char elsieid[] = "@(#)zdump.c 7.31"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zdump.c,v 1.9 2004/06/20 21:41:11 stefanf Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 127946f7c438..68c893b32f8c 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/zdump/Makefile,v 1.10 2003/04/04 17:49:21 obrien Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index aa58a56661bb..5d00937d759a 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zic/zic.8,v 1.17 2004/07/02 23:13:00 ru Exp $ .Dd June 20, 2004 .Dt ZIC 8 .Os diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 492cd43cf708..7bda4bfbfbed 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -2,7 +2,7 @@ static const char elsieid[] = "@(#)zic.c 7.116"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/zic/zic.c,v 1.16 2004/06/20 21:41:11 stefanf Exp $"; #endif /* not lint */ #include "private.h" diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index c98799cf5bbe..cd24fe65004c 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zic/zic/Makefile,v 1.11 2003/04/04 17:49:21 obrien Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zzz/Makefile b/usr.sbin/zzz/Makefile index 8c4a9beb763a..45011a38e53a 100644 --- a/usr.sbin/zzz/Makefile +++ b/usr.sbin/zzz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zzz/Makefile,v 1.1 2003/07/14 16:31:34 njl Exp $ SCRIPTS=zzz.sh MAN= zzz.8 diff --git a/usr.sbin/zzz/zzz.8 b/usr.sbin/zzz/zzz.8 index 583d5fd963ae..c70efb7a887c 100644 --- a/usr.sbin/zzz/zzz.8 +++ b/usr.sbin/zzz/zzz.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/zzz/zzz.8,v 1.4 2004/06/13 18:03:44 ru Exp $ .\" .Dd July 13, 2003 .Dt ZZZ 8 diff --git a/usr.sbin/zzz/zzz.sh b/usr.sbin/zzz/zzz.sh index ef9527bb76b3..9bd25001bb22 100644 --- a/usr.sbin/zzz/zzz.sh +++ b/usr.sbin/zzz/zzz.sh @@ -7,7 +7,7 @@ # # Mark Santcroos <marks@ripe.net> # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/zzz/zzz.sh,v 1.2 2003/07/25 17:11:15 njl Exp $ PATH=/sbin:/usr/sbin:/usr/bin:/bin |
