aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 06:46:57 +0800
committerpeter <peter@FreeBSD.org>1999-08-28 06:46:57 +0800
commit327dc5c1f2cab06201f547abd6dc57478f076fd2 (patch)
tree0893788599ba3b9fa2e9dadc7ad25763d3be9624
parentf7da760d3d4bbafb52d776285a6a55b077d904b9 (diff)
downloadfreebsd-ports-gnome-327dc5c1f2cab06201f547abd6dc57478f076fd2.tar.gz
freebsd-ports-gnome-327dc5c1f2cab06201f547abd6dc57478f076fd2.tar.zst
freebsd-ports-gnome-327dc5c1f2cab06201f547abd6dc57478f076fd2.zip
$Id$ -> $FreeBSD$
-rw-r--r--CVSROOT/access2
-rw-r--r--CVSROOT/avail2
-rw-r--r--CVSROOT/checkoutlist2
-rwxr-xr-xCVSROOT/commit_prep.pl2
-rwxr-xr-xCVSROOT/commitcheck2
-rw-r--r--CVSROOT/commitinfo2
-rwxr-xr-xCVSROOT/commitmail.pl2
-rwxr-xr-xCVSROOT/cvs_acls.pl2
-rwxr-xr-xCVSROOT/cvsedit2
-rw-r--r--CVSROOT/cvswrap.c2
-rw-r--r--CVSROOT/cvswrappers2
-rwxr-xr-xCVSROOT/edithook2
-rw-r--r--CVSROOT/editinfo2
-rwxr-xr-xCVSROOT/log_accum.pl2
-rwxr-xr-xCVSROOT/logcheck2
-rw-r--r--CVSROOT/loginfo2
-rw-r--r--CVSROOT/mailsend.c2
-rw-r--r--CVSROOT/notify2
-rw-r--r--CVSROOT/rcsinfo2
-rw-r--r--CVSROOT/taginfo2
-rwxr-xr-xCVSROOT/unwrap2
-rw-r--r--CVSROOT/verifymsg2
-rwxr-xr-xCVSROOT/wrap2
23 files changed, 23 insertions, 23 deletions
diff --git a/CVSROOT/access b/CVSROOT/access
index e2099f4f5e6c..29ff6b594c70 100644
--- a/CVSROOT/access
+++ b/CVSROOT/access
@@ -1,5 +1,5 @@
#
-# $Id: access,v 1.107 1999/08/25 07:18:31 asami Exp $
+# $FreeBSD$
#
# Please try to keep the handbook (contrib/chapter.sgml authors.ent) in
# in sync with this.
diff --git a/CVSROOT/avail b/CVSROOT/avail
index 183cc9e6f069..51a28cd97a19 100644
--- a/CVSROOT/avail
+++ b/CVSROOT/avail
@@ -1,5 +1,5 @@
#
-# $Id: avail,v 1.102 1999/08/06 23:05:52 eivind Exp $
+# $FreeBSD$
#
# This can be used to implement finer grain access controls beyond
# being in access. For now, everybody who has access can commit anywhere.
diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist
index 3d0d8e3b927c..6c50f9e5f1ee 100644
--- a/CVSROOT/checkoutlist
+++ b/CVSROOT/checkoutlist
@@ -1,5 +1,5 @@
#
-# $Id: checkoutlist,v 1.4 1999/08/08 10:56:47 peter Exp $
+# $FreeBSD$
#
# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index 4d3303ebc797..5d5beeeb57e6 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $Id: commit_prep.pl,v 1.4 1997/05/15 19:53:32 peter Exp $
+# $FreeBSD$
#
#
# Perl filter to handle pre-commit checking of files. This program
diff --git a/CVSROOT/commitcheck b/CVSROOT/commitcheck
index 85f1392f053d..59ec35cb59dc 100755
--- a/CVSROOT/commitcheck
+++ b/CVSROOT/commitcheck
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: commitcheck,v 1.9 1999/01/25 01:28:13 peter Exp $
+# $FreeBSD$
#
# BEWARE: If you are "borrowing" this code for use on another cvs
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo
index 841dd6e1bc52..37744760159c 100644
--- a/CVSROOT/commitinfo
+++ b/CVSROOT/commitinfo
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list
diff --git a/CVSROOT/commitmail.pl b/CVSROOT/commitmail.pl
index 85d8e6475b8c..0694d0d26bc9 100755
--- a/CVSROOT/commitmail.pl
+++ b/CVSROOT/commitmail.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
-# $Id$
+# $FreeBSD$
$access = "/home/ncvs/CVSROOT/access";
@names = ();
diff --git a/CVSROOT/cvs_acls.pl b/CVSROOT/cvs_acls.pl
index 9f27474f53d8..f5b63d4ff6c2 100755
--- a/CVSROOT/cvs_acls.pl
+++ b/CVSROOT/cvs_acls.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $Id$
+# $FreeBSD$
#
# Access control lists for CVS. dgg@ksr.com (David G. Grubbs)
#
diff --git a/CVSROOT/cvsedit b/CVSROOT/cvsedit
index 61667c38de08..3d2edc288c04 100755
--- a/CVSROOT/cvsedit
+++ b/CVSROOT/cvsedit
@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
-# $Id: cvsedit,v 1.11 1997/04/13 11:18:55 bde Exp $
+# $FreeBSD$
#
# This crude hack is to sanitise the results of what the user may have
# "done" while editing the commit log message.. :-) Peter Wemm.
diff --git a/CVSROOT/cvswrap.c b/CVSROOT/cvswrap.c
index d7a3a9bfe8aa..26310f1ebb73 100644
--- a/CVSROOT/cvswrap.c
+++ b/CVSROOT/cvswrap.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cvswrap.c,v 1.1 1999/08/08 10:52:18 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers
index 611a1b7cc380..7bcb6cbfe953 100644
--- a/CVSROOT/cvswrappers
+++ b/CVSROOT/cvswrappers
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
# This file describes wrappers and other binary files to CVS.
#
diff --git a/CVSROOT/edithook b/CVSROOT/edithook
index 122c8314f1d5..91d64071d1da 100755
--- a/CVSROOT/edithook
+++ b/CVSROOT/edithook
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $Id: edithook,v 1.1 1995/03/28 07:57:13 pst Exp $
+# $FreeBSD$
#
# Perl filter to handle cvs editinfo preparation of log messge
diff --git a/CVSROOT/editinfo b/CVSROOT/editinfo
index 165345749f23..bf11de401d30 100644
--- a/CVSROOT/editinfo
+++ b/CVSROOT/editinfo
@@ -1,5 +1,5 @@
#
-# $Id: editinfo,v 1.3 1996/02/07 14:35:37 peter Exp $
+# $FreeBSD$
#
# The "editinfo" file is used to allow verification of logging
# information. It works best when a template (as specified in the
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 9b6cf6fcdac1..40970e4d54af 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $Id: log_accum.pl,v 1.35 1999/04/05 21:24:49 jdp Exp $
+# $FreeBSD$
#
# Perl filter to handle the log messages from the checkin of files in
# a directory. This script will group the lists of files by log
diff --git a/CVSROOT/logcheck b/CVSROOT/logcheck
index b2c4b3594d41..0d05ab51fe8b 100755
--- a/CVSROOT/logcheck
+++ b/CVSROOT/logcheck
@@ -1,6 +1,6 @@
#! /usr/bin/perl
#
-# $Id: logcheck,v 1.2 1997/06/08 16:56:46 peter Exp $
+# $FreeBSD$
#
# This hack is to sanitise the results of what the user may have
# "done" while editing the commit log message.. :-) Peter Wemm.
diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo
index 2aadc50fffd6..c05d4d92611a 100644
--- a/CVSROOT/loginfo
+++ b/CVSROOT/loginfo
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
# The "loginfo" file is used to control where "cvs commit" log information
# is sent. The first entry on a line is a regular expression which is tested
diff --git a/CVSROOT/mailsend.c b/CVSROOT/mailsend.c
index 1de50aa41870..b057f621f9c0 100644
--- a/CVSROOT/mailsend.c
+++ b/CVSROOT/mailsend.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/CVSROOT/notify b/CVSROOT/notify
index d724c696bf50..a690ddccf7b0 100644
--- a/CVSROOT/notify
+++ b/CVSROOT/notify
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
# The "notify" file controls where notifications from watches set by
# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
diff --git a/CVSROOT/rcsinfo b/CVSROOT/rcsinfo
index bb09fd55105f..e9b1a8dde16f 100644
--- a/CVSROOT/rcsinfo
+++ b/CVSROOT/rcsinfo
@@ -1,5 +1,5 @@
#
-# $Id$
+# $FreeBSD$
#
# The "rcsinfo" file is used to control templates with which the editor
# is invoked on commit and import.
diff --git a/CVSROOT/taginfo b/CVSROOT/taginfo
index 4bf6fb130ac5..d18797a45cbb 100644
--- a/CVSROOT/taginfo
+++ b/CVSROOT/taginfo
@@ -1,5 +1,5 @@
#
-# $Id: taginfo,v 1.1 1996/02/07 14:35:42 peter Exp $
+# $FreeBSD$
#
# The "taginfo" file is used to control pre-tag checks.
# The filter on the right is invoked with the following arguments:
diff --git a/CVSROOT/unwrap b/CVSROOT/unwrap
index 535209aee23d..07b98289a090 100755
--- a/CVSROOT/unwrap
+++ b/CVSROOT/unwrap
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: unwrap,v 1.1 1996/02/07 14:35:43 peter Exp $
+# $FreeBSD$
#
# unwrap - extract the combined package (created with wrap)
diff --git a/CVSROOT/verifymsg b/CVSROOT/verifymsg
index 692fa55ebbd4..376d011ee364 100644
--- a/CVSROOT/verifymsg
+++ b/CVSROOT/verifymsg
@@ -1,5 +1,5 @@
#
-# $Id: verifymsg,v 1.1 1997/06/08 02:02:54 peter Exp $
+# $FreeBSD$
#
# The "verifymsg" file is used to allow verification of logging
# information. It works best when a template (as specified in the
diff --git a/CVSROOT/wrap b/CVSROOT/wrap
index 64cfca76d517..9ee323d15219 100755
--- a/CVSROOT/wrap
+++ b/CVSROOT/wrap
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: wrap,v 1.1 1996/02/07 14:35:44 peter Exp $
+# $FreeBSD$
#
# wrap - Combine a directory into a single tar package.