summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-01-26 21:10:25 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-01-26 21:10:25 +0000
commitb584f55c3e3facc6dbef531cb93546bd386df0be (patch)
treed83c9c7b2fc1def77cefd001ba7fb470c2f38e6e /dev-util/cvsup
parentfixed 2 'minor' bugs (diff)
downloadhistorical-b584f55c3e3facc6dbef531cb93546bd386df0be.tar.gz
historical-b584f55c3e3facc6dbef531cb93546bd386df0be.tar.bz2
historical-b584f55c3e3facc6dbef531cb93546bd386df0be.zip
Working file.
Diffstat (limited to 'dev-util/cvsup')
-rw-r--r--dev-util/cvsup/files/cvsupd.confd5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cvsup/files/cvsupd.confd b/dev-util/cvsup/files/cvsupd.confd
index cd690d036189..5f5b41ea1835 100644
--- a/dev-util/cvsup/files/cvsupd.confd
+++ b/dev-util/cvsup/files/cvsupd.confd
@@ -1,7 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/files/cvsupd.confd,v 1.1 2003/01/26 20:16:52 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/files/cvsupd.confd,v 1.2 2003/01/26 21:10:25 g2boojum Exp $
# Passed to /usr/bin/cvsupd
-MYCVSUPD_OPTS="-i unix /dev/log -i linux"
+# Note: the '-C 8' limits to 8 simultaneous connections; remove for production
+MYCVSUPD_OPTS="-e -C 8 -l @daemon"