diff options
author | peter <peter@FreeBSD.org> | 1997-06-08 02:09:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-06-08 02:09:37 +0000 |
commit | 204e38fe874e71ca41af9209aa65d0ed75fafe2f (patch) | |
tree | 4797dc60f93c2c249da6b3343edd13d9bfdeefda /CVSROOT | |
parent | e5704cede3e2045ff7979772eca000d71c047e22 (diff) | |
download | FreeBSD-ports-204e38fe874e71ca41af9209aa65d0ed75fafe2f.zip FreeBSD-ports-204e38fe874e71ca41af9209aa65d0ed75fafe2f.tar.gz |
Be more consistant with $Id$
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/access | 5 | ||||
-rw-r--r-- | CVSROOT/avail | 5 | ||||
-rwxr-xr-x | CVSROOT/cvsedit | 4 | ||||
-rwxr-xr-x | CVSROOT/unwrap | 4 | ||||
-rwxr-xr-x | CVSROOT/wrap | 4 |
5 files changed, 12 insertions, 10 deletions
diff --git a/CVSROOT/access b/CVSROOT/access index b9ba790..34aaaec 100644 --- a/CVSROOT/access +++ b/CVSROOT/access @@ -1,3 +1,6 @@ +# +# $Id$ +# # cvs-committers mail is sent to all members of the /etc/group group 'ncvs' # When adding a new committer, please add them to /etc/group first, before # modifying this file. That way, they get the "welcome aboard" message. @@ -13,7 +16,5 @@ # Please try to keep the handbook (contrib.sgml, authors.sgml) in # in sync with this. # -# $Id: avail,v 1.98 1997/05/22 22:14:04 jkh Exp $ -# unavail avail|davidg,peter,jkh,phk,gpalmer,paul,wollman,dyson,bde,gibbs,asami,joerg,ache,pst,sos,nate,karl,csgr,ats,guido,martin,hsu,sef,se,torstenb,julian,rich,dfr,gclarkii,swallace,ljo,dima,lars,jmz,ugen,dufault,wpaul,amurai,jmacd,jfieber,roberto,markm,gj,mpp,rgrimes,smace,erich,graichen,adam,tg,uhclem,jdp,fenner,wosch,scrappy,smpatel,jhay,alex,jraynard,andreas,chuckr,jfitz,max,steve,fsmp,imp,msmith,obrien,mckay,kato,davidn,mbarkah,nsj,brian,darrenr,tegge,yokota,cracauer,eivind,jgreco,danny,jmg,hanai,jmb,jb,stb,pds,tedm,kjc,stark,charnier,meganm diff --git a/CVSROOT/avail b/CVSROOT/avail index b9ba790..34aaaec 100644 --- a/CVSROOT/avail +++ b/CVSROOT/avail @@ -1,3 +1,6 @@ +# +# $Id$ +# # cvs-committers mail is sent to all members of the /etc/group group 'ncvs' # When adding a new committer, please add them to /etc/group first, before # modifying this file. That way, they get the "welcome aboard" message. @@ -13,7 +16,5 @@ # Please try to keep the handbook (contrib.sgml, authors.sgml) in # in sync with this. # -# $Id: avail,v 1.98 1997/05/22 22:14:04 jkh Exp $ -# unavail avail|davidg,peter,jkh,phk,gpalmer,paul,wollman,dyson,bde,gibbs,asami,joerg,ache,pst,sos,nate,karl,csgr,ats,guido,martin,hsu,sef,se,torstenb,julian,rich,dfr,gclarkii,swallace,ljo,dima,lars,jmz,ugen,dufault,wpaul,amurai,jmacd,jfieber,roberto,markm,gj,mpp,rgrimes,smace,erich,graichen,adam,tg,uhclem,jdp,fenner,wosch,scrappy,smpatel,jhay,alex,jraynard,andreas,chuckr,jfitz,max,steve,fsmp,imp,msmith,obrien,mckay,kato,davidn,mbarkah,nsj,brian,darrenr,tegge,yokota,cracauer,eivind,jgreco,danny,jmg,hanai,jmb,jb,stb,pds,tedm,kjc,stark,charnier,meganm diff --git a/CVSROOT/cvsedit b/CVSROOT/cvsedit index 1f9e6a0..61667c3 100755 --- a/CVSROOT/cvsedit +++ b/CVSROOT/cvsedit @@ -1,4 +1,6 @@ #! /usr/bin/perl +# +# $Id: cvsedit,v 1.11 1997/04/13 11:18:55 bde Exp $ # # This crude hack is to sanitise the results of what the user may have # "done" while editing the commit log message.. :-) Peter Wemm. @@ -6,8 +8,6 @@ # To use this, make it executable, and set your editinfo DEFAULT line: # DEFAULT /path/to/this/program # -# $Id: cvsedit,v 1.10 1996/02/07 14:35:36 peter Exp $ -# # same rules as CVS $editor="vi"; diff --git a/CVSROOT/unwrap b/CVSROOT/unwrap index d8335f5..535209a 100755 --- a/CVSROOT/unwrap +++ b/CVSROOT/unwrap @@ -1,8 +1,8 @@ #! /bin/sh # -# unwrap - extract the combined package (created with wrap) +# $Id: unwrap,v 1.1 1996/02/07 14:35:43 peter Exp $ # -# $Id$ +# unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap diff --git a/CVSROOT/wrap b/CVSROOT/wrap index 7b44d9c..64cfca7 100755 --- a/CVSROOT/wrap +++ b/CVSROOT/wrap @@ -1,8 +1,8 @@ #! /bin/sh # -# wrap - Combine a directory into a single tar package. +# $Id: wrap,v 1.1 1996/02/07 14:35:44 peter Exp $ # -# $Id$ +# wrap - Combine a directory into a single tar package. # This script is always called with the current directory set to # where the file to be combined exists. but i may get called with a |