From b0d71377c1854271b4511488422427f73d9473d1 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Tue, 16 Oct 2001 03:14:40 +0000 Subject: Imported from rancid-2.2b8.tar.gz. --- bin/control_rancid.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/control_rancid.in') diff --git a/bin/control_rancid.in b/bin/control_rancid.in index ed8af8b..3d4935e 100755 --- a/bin/control_rancid.in +++ b/bin/control_rancid.in @@ -20,7 +20,7 @@ # # Number of things par should run in parallel. -PAR_COUNT=5 +PAR_COUNT=${PAR_COUNT:-5} # Must specify a group to run rancid if [ $# -lt 1 ]; then -- cgit