Index: head/net/cvsup-mirror/files/cvsupd.sh =================================================================== --- head/net/cvsup-mirror/files/cvsupd.sh (revision 10306) +++ head/net/cvsup-mirror/files/cvsupd.sh (revision 10307) @@ -1,18 +1,18 @@ #! /bin/sh if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/cvsupd\.sh\$"); then echo "$0: Cannot determine the PREFIX" >&2 exit 1 fi base=${PREFIX}/etc/cvsup out=/var/tmp/cvsupd.out export PATH=/bin:/usr/bin:${PREFIX}/sbin umask 2 test -x ${PREFIX}/sbin/cvsupd || exit 1 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 Property changes on: head/net/cvsup-mirror/files/cvsupd.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/cvsup-mirror/pkg-descr =================================================================== --- head/net/cvsup-mirror/pkg-descr (revision 10306) +++ head/net/cvsup-mirror/pkg-descr (revision 10307) @@ -1,15 +1,15 @@ This is the CVSup Mirror Kit, an easy way to set up a FreeBSD mirror site. When you type "make", it asks you a few questions about which files you want to mirror, where you want to put them on your disks, where you want to update them from, etc. After a "make install" your system will then be running as a nearly self-maintaining FreeBSD mirror site. It will even update its own configuration files from the master site automatically. 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 Property changes on: head/net/cvsup-mirror/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property