From owner-freebsd-ports Sat Dec 15 15:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D076137B417 for ; Sat, 15 Dec 2001 15:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFNe0j63575; Sat, 15 Dec 2001 15:40:00 -0800 (PST) (envelope-from gnats) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by hub.freebsd.org (Postfix) with ESMTP id 6F98437B419; Sat, 15 Dec 2001 15:38:41 -0800 (PST) Received: (from corex@localhost) by newtrinity.default-network.net (8.11.3/8.11.3/DEFAULT-NETWORK.NET) id fBFNOqN93066; Sun, 16 Dec 2001 00:24:52 +0100 (CET) (envelope-from corex) Message-Id: <200112152324.fBFNOqN93066@newtrinity.default-network.net> Date: Sun, 16 Dec 2001 00:24:52 +0100 (CET) From: marius@alchemy.franken.de Reply-To: marius@alchemy.franken.de To: FreeBSD-gnats-submit@freebsd.org Cc: jdp@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32884: [PATCH] net/cvsup-mirror: cvsupd.sh doesn't respect 'maxclients'-setting Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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