Date: Sun, 16 Dec 2001 00:24:52 +0100 (CET) From: marius@alchemy.franken.de To: FreeBSD-gnats-submit@freebsd.org Cc: jdp@freebsd.org Subject: ports/32884: [PATCH] net/cvsup-mirror: cvsupd.sh doesn't respect 'maxclients'-setting Message-ID: <200112152324.fBFNOqN93066@newtrinity.default-network.net>
next in thread | raw e-mail | index | archive | help
>Number: 32884 >Category: ports >Synopsis: [PATCH] net/cvsup-mirror: cvsupd.sh doesn't respect 'maxclients'-setting >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 15 15:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: marius >Release: FreeBSD 4.4-20011210-STABLE i386 >Organization: >Environment: System: FreeBSD alchemy.franken.de 4.4-20011210-STABLE FreeBSD 4.4-20011210-STABLE #0: Mon Dec 10 22:26:57 CET 2001 root@alchemy.franken.de:/usr/src/sys/compile/alchemy i386 >Description: cvsupd.sh doesn't respect the 'maxclients'-variable from config.sh (created interactively during 'make all') but uses a hardcoded value of 100 (!) >How-To-Repeat: >Fix: --- cvsupd.sh.orig Sun Dec 16 00:00:47 2001 +++ cvsupd.sh Sun Dec 16 00:04:36 2001 @@ -20,7 +20,7 @@ case $arg in start) su -f -m ${user} -c \ - "cvsupd -e -C 100 -l @${facility} -b ${base} -s sup.client" \ + "cvsupd -e -C @${maxclients} -l @${facility} -b ${base} -s sup.client" \ >>${out} 2>&1;; stop) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112152324.fBFNOqN93066>