diff options
author | tron <tron> | 2002-03-18 21:27:00 +0000 |
---|---|---|
committer | tron <tron> | 2002-03-18 21:27:00 +0000 |
commit | 83cbff3ab2083810d84032e748790caeddbed9da (patch) | |
tree | 69be6bd6e9a4549f23b851b983b2bdfebc516afd /www/squid | |
parent | 42c877e8d10f9731bf4bc3bc3e0e6dd17e906cfe (diff) | |
download | pkgsrc-83cbff3ab2083810d84032e748790caeddbed9da.tar.gz |
Fix thinko in last commit.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/files/squid.sh | 4 |
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" |