diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 07:48:19 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 07:48:19 +0000 |
commit | 52f2abd0e6dafa89d1a8346e5e6c3a77f75cea8e (patch) | |
tree | 98f87da5613a23ca42b616ce19c699c88b3a9a54 /CVSROOT | |
parent | ec5a0b9c8a86ff10a86b4cb609e8a35178c3230a (diff) | |
download | FreeBSD-ports-52f2abd0e6dafa89d1a8346e5e6c3a77f75cea8e.zip FreeBSD-ports-52f2abd0e6dafa89d1a8346e5e6c3a77f75cea8e.tar.gz |
Just about finished......
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/updateCVSROOT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index dec988a..8fbdccc 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.4 1995/11/27 07:30:26 peter Exp $ +# $Id: updateCVSROOT,v 1.5 1995/11/27 07:43:59 peter Exp $ PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin export PATH @@ -17,7 +17,7 @@ do find $i,v -newer $i -exec co -u $i \; done -find avail,v -newer cvs-committers -exec ./mkavail +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..." |