diff options
Diffstat (limited to 'share/examples')
26 files changed, 26 insertions, 26 deletions
diff --git a/share/examples/FreeBSD_version/Makefile b/share/examples/FreeBSD_version/Makefile index 685c2348f20e..56512429f036 100644 --- a/share/examples/FreeBSD_version/Makefile +++ b/share/examples/FreeBSD_version/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= FreeBSD_version NOMAN= diff --git a/share/examples/Makefile b/share/examples/Makefile index 5d36bea7ffe2..f008ed361d99 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1996/09/06 06:30:57 jkh Exp $ +# $FreeBSD$ # # Doing a make install builds /usr/share/examples diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README index e16a067d9b36..1474f8c91b4b 100644 --- a/share/examples/cvsup/README +++ b/share/examples/cvsup/README @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ This directory contains sample "supfiles" for obtaining and updating the FreeBSD sources via the Internet. These supfiles will work diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index af8f9832be66..395f22f95bac 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -1,4 +1,4 @@ -# $Id: cvs-supfile,v 1.6 1996/12/15 00:34:46 jdp Exp $ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # CVS development tree of the FreeBSD system. diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index eb11438329c2..87c48627c386 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current ports collection. diff --git a/share/examples/cvsup/secure-cvs-supfile b/share/examples/cvsup/secure-cvs-supfile index bf9781b357de..3fd1a68b4e5b 100644 --- a/share/examples/cvsup/secure-cvs-supfile +++ b/share/examples/cvsup/secure-cvs-supfile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the CVS # development tree of the FreeBSD international secure distribution. If diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile index 1f930fefe1c7..1d023cd3e7d6 100644 --- a/share/examples/cvsup/secure-stable-supfile +++ b/share/examples/cvsup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-stable international secure distribution. diff --git a/share/examples/cvsup/secure-supfile b/share/examples/cvsup/secure-supfile index c98a5ec66a92..71dd486ec6a7 100644 --- a/share/examples/cvsup/secure-supfile +++ b/share/examples/cvsup/secure-supfile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-current international secure distribution. diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 19242dd667a0..bb6b1399e771 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.4 1996/12/15 00:34:51 jdp Exp $ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index f5df21b05ff1..6982b0b8783a 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -1,4 +1,4 @@ -# $Id: standard-supfile,v 1.6 1996/12/15 00:34:52 jdp Exp $ +# $FreeBSD$ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current source tree. diff --git a/share/examples/etc/README.examples b/share/examples/etc/README.examples index e15b3b7380a5..a552935c6bf8 100644 --- a/share/examples/etc/README.examples +++ b/share/examples/etc/README.examples @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ The /usr/share/examples/etc directory contains the original distribution versions of the files which are shipped in /etc. This is diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index f4cb78b29fc5..4a391665e1cf 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.38 1996/12/16 03:37:59 ache Exp $ +# $FreeBSD$ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing diff --git a/share/examples/find_interface/Makefile b/share/examples/find_interface/Makefile index fcc330cc1949..f8cbb9379113 100644 --- a/share/examples/find_interface/Makefile +++ b/share/examples/find_interface/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= find_interface NOMAN= diff --git a/share/examples/find_interface/find_interface.c b/share/examples/find_interface/find_interface.c index e534314f8674..73a7fe839d79 100644 --- a/share/examples/find_interface/find_interface.c +++ b/share/examples/find_interface/find_interface.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: find_interface.c,v 1.1 1995/08/14 16:08:39 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/share/examples/lkm/misc/module/Makefile b/share/examples/lkm/misc/module/Makefile index 108498b56b83..40ca537fb9ba 100644 --- a/share/examples/lkm/misc/module/Makefile +++ b/share/examples/lkm/misc/module/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1995/07/27 09:44:35 joerg Exp $ +# $FreeBSD$ # BINDIR= /tmp SRCS= misccall.c miscmod.c diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile index 4ea3a98053c6..105a2ea9537b 100644 --- a/share/examples/lkm/misc/test/Makefile +++ b/share/examples/lkm/misc/test/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1995/07/27 09:45:26 joerg Exp $ +# $FreeBSD$ # PROG= testmisc NOMAN= diff --git a/share/examples/perfmon/Makefile b/share/examples/perfmon/Makefile index 0bcd8157ccbb..493eb3247974 100644 --- a/share/examples/perfmon/Makefile +++ b/share/examples/perfmon/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/08/10 06:40:35 wollman Exp $ +# $FreeBSD$ PROG= perfmon NOMAN= diff --git a/share/examples/perfmon/README b/share/examples/perfmon/README index 1a339b86494e..ccd6877a175a 100644 --- a/share/examples/perfmon/README +++ b/share/examples/perfmon/README @@ -21,4 +21,4 @@ The following options are not implemented on Pentium CPUs: There is one mandatory argument, which must be the number of the counter. All numbers can be specified in any format acceptable to strtol(3). -$Id$ +$FreeBSD$ diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index 274a828af99c..37f7af87e13c 100644 --- a/share/examples/perfmon/perfmon.c +++ b/share/examples/perfmon/perfmon.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/share/examples/printing/README b/share/examples/printing/README index 185359f56e3a..97e7e828cc9c 100644 --- a/share/examples/printing/README +++ b/share/examples/printing/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.1 1996/12/28 20:38:31 wosch Exp $ +# $FreeBSD$ # # The files in this directory are generated automatically # from src/share/doc/handbook/printing.sgml, do not edit it here! diff --git a/share/examples/sup/cvs-supfile b/share/examples/sup/cvs-supfile index eb1df93da56d..9f1a69658692 100644 --- a/share/examples/sup/cvs-supfile +++ b/share/examples/sup/cvs-supfile @@ -1,4 +1,4 @@ -# $Id: cvs-supfile,v 1.7 1996/11/07 12:38:44 asami Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # cvs development tree. SUP (Software Update Protocol) allows you to diff --git a/share/examples/sup/ports-supfile b/share/examples/sup/ports-supfile index f25f0221e9d4..2018dd962fb2 100644 --- a/share/examples/sup/ports-supfile +++ b/share/examples/sup/ports-supfile @@ -1,4 +1,4 @@ -# $Id: ports-supfile,v 1.13 1996/11/07 12:38:48 asami Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # ports distribution. SUP (Software Update Protocol) allows you to download diff --git a/share/examples/sup/secure-stable-supfile b/share/examples/sup/secure-stable-supfile index 1f27125fe2ae..91bf9aeae6df 100644 --- a/share/examples/sup/secure-stable-supfile +++ b/share/examples/sup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $Id: secure-stable-supfile,v 1.6 1995/12/21 09:09:51 ache Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # International secure distribution from the stable (bug-fix only) development diff --git a/share/examples/sup/secure-supfile b/share/examples/sup/secure-supfile index d073b5b63e93..4e6bd83af96a 100644 --- a/share/examples/sup/secure-supfile +++ b/share/examples/sup/secure-supfile @@ -1,4 +1,4 @@ -# $Id: secure-supfile,v 1.6 1995/12/21 09:09:53 ache Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # International secure distribution from the current (new and experimental) diff --git a/share/examples/sup/stable-supfile b/share/examples/sup/stable-supfile index 04cbb06528fc..41f83d1ca798 100644 --- a/share/examples/sup/stable-supfile +++ b/share/examples/sup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.4 1996/05/04 14:08:48 jkh Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # source distribution from the stable (bug-fix only) development branch. diff --git a/share/examples/sup/standard-supfile b/share/examples/sup/standard-supfile index 49a6667b5eb4..b527283f9157 100644 --- a/share/examples/sup/standard-supfile +++ b/share/examples/sup/standard-supfile @@ -1,4 +1,4 @@ -# $Id: standard-supfile,v 1.6 1996/08/28 14:06:32 ache Exp $ +# $FreeBSD$ # # This file contains all of the "SUP collections" that comprise the FreeBSD # source distribution from the current (new and experimental) development |