aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-11-27 14:33:28 +0800
committerpeter <peter@FreeBSD.org>1995-11-27 14:33:28 +0800
commit3737629942d7d501085e87a937526954c49f6094 (patch)
tree9848b8defd515afea9b3edf1befe9f1333b4f908
parent9aa0b460b2af1127cd307e4ea73b5005ab96daa2 (diff)
downloadfreebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.tar.gz
freebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.tar.zst
freebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.zip
Whoops.. :-) some typos...
-rwxr-xr-xCVSROOT/updateCVSROOT8
1 files changed, 4 insertions, 4 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT
index 3de3ee3d4f67..f80af3ee633c 100755
--- a/CVSROOT/updateCVSROOT
+++ b/CVSROOT/updateCVSROOT
@@ -2,19 +2,19 @@
#
# Called in place of mkmodules to take care of files mkmodules doesn't know.
#
-# $Id$
+# $Id: updateCVSROOT,v 1.1 1995/11/27 06:26:29 peter Exp $
PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin
export PATH
FILELIST="avail mkavail commitcheck cvs_acls.pl commit_prep.pl log_accum.pl"
-FILELIST="${FILELIST} cvsedit edithook fixcvsroot"
+FILELIST="${FILELIST} cvsedit edithook updateCVSROOT"
cd $1
for i in $FILELIST
do
- find $i,v -newer $i -exec co -u $i
+ find $i,v -newer $i -exec echo co -u $i \;
done
#find avail,v -newer cvs-committers -exec ./mkavail
@@ -23,4 +23,4 @@ done
# echo "please check to see what needs to be updated..."
#}
-exec mkmodules $1
+#exec mkmodules $1