diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-03-24 04:41:44 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-03-24 04:41:44 +0000 |
commit | d728e30b72851487b44398b4d61daf7e45a903d7 (patch) | |
tree | 1fb8063a0f7c529964ca2a812736c7089d54f3bd /net/cvsup-mirror/files/cvsupd.sh | |
parent | 37c6f08950127e41593a102d304ad71f2695b2fc (diff) | |
download | ports-d728e30b72851487b44398b4d61daf7e45a903d7.tar.gz ports-d728e30b72851487b44398b4d61daf7e45a903d7.zip |
Update for new release of CVSup.
Approved by: asami (just barely)
Notes
Notes:
svn path=/head/; revision=10307
Diffstat (limited to 'net/cvsup-mirror/files/cvsupd.sh')
-rw-r--r-- | net/cvsup-mirror/files/cvsupd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-mirror/files/cvsupd.sh b/net/cvsup-mirror/files/cvsupd.sh index 82cfddb523fc..3ff96814b4a1 100644 --- a/net/cvsup-mirror/files/cvsupd.sh +++ b/net/cvsup-mirror/files/cvsupd.sh @@ -15,4 +15,4 @@ echo -n " cvsupd" cd ${base} || exit . ./config.sh || exit su -m ${user} -c \ - "cvsupd -e -C ${maxclients} -l @${facility}" >>${out} 2>&1 + "cvsupd -e -C ${maxclients} -l @${facility} -s sup.client" >>${out} 2>&1 |