diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 15:43:59 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 15:43:59 +0800 |
commit | ec5a0b9c8a86ff10a86b4cb609e8a35178c3230a (patch) | |
tree | d0763adae1a8b72d57f126f45b76cb30c8b22f58 /CVSROOT | |
parent | e97e3420b61ffcd86fc808f33f33505b8c3d40fc (diff) | |
download | freebsd-ports-gnome-ec5a0b9c8a86ff10a86b4cb609e8a35178c3230a.tar.gz freebsd-ports-gnome-ec5a0b9c8a86ff10a86b4cb609e8a35178c3230a.tar.zst freebsd-ports-gnome-ec5a0b9c8a86ff10a86b4cb609e8a35178c3230a.zip |
Uncomment a little more of updateCVSROOT.. I'm doing this in small
incremental steps.. Please forgive the number of commits....
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/updateCVSROOT | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index 81d3fa3ff6e5..dec988ad5a22 100755 --- a/CVSROOT/updateCVSROOT +++ b/CVSROOT/updateCVSROOT @@ -2,7 +2,7 @@ # # Called in place of mkmodules to take care of files mkmodules doesn't know. # -# $Id: updateCVSROOT,v 1.3 1995/11/27 06:38:22 peter Exp $ +# $Id: updateCVSROOT,v 1.4 1995/11/27 07:30:26 peter Exp $ PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin export PATH @@ -17,10 +17,10 @@ do find $i,v -newer $i -exec co -u $i \; done -#find avail,v -newer cvs-committers -exec ./mkavail -#cmp -s cvs-committers /home/mail/cvs-committers || { -# echo "/home/mail/cvs-committers is different to \$CVSROOT/cvs-committers" -# echo "please check to see what needs to be updated..." -#} +find avail,v -newer cvs-committers -exec ./mkavail +cmp -s cvs-committers /home/mail/cvs-committers || { + echo "/home/mail/cvs-committers is different to \$CVSROOT/cvs-committers" + echo "please check to see what needs to be updated..." +} exec mkmodules $1 |