summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-03-24 04:41:44 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-03-24 04:41:44 +0000
commitd728e30b72851487b44398b4d61daf7e45a903d7 (patch)
tree1fb8063a0f7c529964ca2a812736c7089d54f3bd /net/cvsup-mirror
parentUpdate port for CVSup release 15.3 (from 15.2). (diff)
Update for new release of CVSup.
Approved by: asami (just barely)
Notes
Notes: svn path=/head/; revision=10307
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r--net/cvsup-mirror/files/cvsupd.sh2
-rw-r--r--net/cvsup-mirror/pkg-descr2
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