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 | |
parent | 37c6f08950127e41593a102d304ad71f2695b2fc (diff) | |
download | ports-d728e30b72851487b44398b4d61daf7e45a903d7.tar.gz ports-d728e30b72851487b44398b4d61daf7e45a903d7.zip |
Notes
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r-- | net/cvsup-mirror/files/cvsupd.sh | 2 | ||||
-rw-r--r-- | net/cvsup-mirror/pkg-descr | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/net/cvsup-mirror/pkg-descr b/net/cvsup-mirror/pkg-descr index 5b984082db8a..9c6cda27efa3 100644 --- a/net/cvsup-mirror/pkg-descr +++ b/net/cvsup-mirror/pkg-descr @@ -10,6 +10,6 @@ This kit is not for people who just want to keep their own files up to date with CVSup. It is for people who wish to run servers that distribute the FreeBSD sources to others. -This port requires CVSup version 15.1 or later. +This port requires CVSup version 15.3 or later. jdp@FreeBSD.org |