aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-11-27 15:43:59 +0800
committerpeter <peter@FreeBSD.org>1995-11-27 15:43:59 +0800
commitec5a0b9c8a86ff10a86b4cb609e8a35178c3230a (patch)
treed0763adae1a8b72d57f126f45b76cb30c8b22f58 /CVSROOT
parente97e3420b61ffcd86fc808f33f33505b8c3d40fc (diff)
downloadfreebsd-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-xCVSROOT/updateCVSROOT12
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