diff options
author | tron <tron> | 2001-01-30 19:24:22 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-30 19:24:22 +0000 |
commit | 211859a8628feb75365b48d9689e22f28469ac80 (patch) | |
tree | c5fdc9ec40ddacc06b8177336a025131d74d6b91 /www/squid/files | |
parent | 63572eb1219c8e0027c09d8f67c62f7095c0b149 (diff) | |
download | pkgsrc-211859a8628feb75365b48d9689e22f28469ac80.tar.gz |
Add missing "REQUIRE: DAEMON" so that squid gets started at the correct
time during system startup.
Diffstat (limited to 'www/squid/files')
-rw-r--r-- | www/squid/files/squid.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh index 4ad5039e018..fee1eb9f513 100644 --- a/www/squid/files/squid.sh +++ b/www/squid/files/squid.sh @@ -1,7 +1,8 @@ #!/bin/sh # -# $NetBSD: squid.sh,v 1.4 2000/12/16 09:45:44 hubertf Exp $ +# $NetBSD: squid.sh,v 1.5 2001/01/30 19:24:22 tron Exp $ # +# REQUIRE: DAEMON case $1 in start) |