diff options
-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" |