summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authortron <tron>2002-03-18 21:27:00 +0000
committertron <tron>2002-03-18 21:27:00 +0000
commit83cbff3ab2083810d84032e748790caeddbed9da (patch)
tree69be6bd6e9a4549f23b851b983b2bdfebc516afd /www/squid
parent42c877e8d10f9731bf4bc3bc3e0e6dd17e906cfe (diff)
downloadpkgsrc-83cbff3ab2083810d84032e748790caeddbed9da.tar.gz
Fix thinko in last commit.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/files/squid.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh
index bed16daca61..c1a775f15bf 100644
--- a/www/squid/files/squid.sh
+++ b/www/squid/files/squid.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: squid.sh,v 1.12 2002/03/18 21:22:24 tron Exp $
+# $NetBSD: squid.sh,v 1.13 2002/03/18 21:27:00 tron Exp $
#
# PROVIDE: squid
@@ -17,7 +17,7 @@ pidfile="/var/run/${name}.pid"
required_files="${conf_file} ${SQUID_CONF_DIR}/mime.conf"
command_args="-Y -f $conf_file"
-start_cmd="${command}"
+start_cmd="${command} ${command_args}"
stop_cmd="stop_nicely"
kill_command="${command} -k shutdown"
reload_cmd="${command} -k reconfigure"