diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 16:30:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 16:30:43 +0000 |
commit | 06a88a1bdcb21de5af6da75a1c91d3c28a1b03b0 (patch) | |
tree | a4bb56b2d2dd5fd1a5008a1dbc535bacf0feeff7 /www/squid25/files | |
parent | 360e3898afd3a326f32a79b3a5bbb997c6404d55 (diff) |
- Tweaks to RC script
- Fix dynamic plist generation to not include files that happen to be
in target directories. This prevents their removal on deinstallation
or upgrade.
PR: ports/69552, ports/69266
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=114691
Diffstat (limited to 'www/squid25/files')
-rw-r--r-- | www/squid25/files/squid.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/squid25/files/squid.sh b/www/squid25/files/squid.sh index 4102d27fbc11..d56db73352b5 100644 --- a/www/squid25/files/squid.sh +++ b/www/squid25/files/squid.sh @@ -5,7 +5,7 @@ # PROVIDE: squid # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD +# KEYWORD: FreeBSD shutdown # # Note: # If you are running an rcNG-System (i.e. FreeBSD 5 and later) you need to set @@ -21,8 +21,9 @@ extra_commands=reload reload_cmd="${command} -k reconfigure" stop_cmd="${command} -k shutdown" squid_chdir=${squid_chdir:-%%PREFIX%%/squid/logs} -squid_user=${squid_user:-%%SQUID_UID%%} +squid_enable=${squid_enable:-"NO"} squid_flags=${squid_flags:-"-D"} +squid_user=${squid_user:-%%SQUID_UID%%} default_config=%%PREFIX%%/etc/squid/squid.conf if [ -f /etc/rc.subr ]; then |