aboutsummaryrefslogtreecommitdiff
path: root/net/cvsup-mirror
diff options
context:
space:
mode:
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