diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-09 21:37:54 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-09 21:37:54 +0800 |
commit | a67ef1d886c6d49a2d5de47ceb31e99a3298b899 (patch) | |
tree | 8e27862df0ef8d11d4802614c911f00aae0cc5c4 /www/squid27/pkg-install | |
parent | 92547c536599a040ac9bd2872ba6950da16d6d11 (diff) | |
download | freebsd-ports-gnome-a67ef1d886c6d49a2d5de47ceb31e99a3298b899.tar.gz freebsd-ports-gnome-a67ef1d886c6d49a2d5de47ceb31e99a3298b899.tar.zst freebsd-ports-gnome-a67ef1d886c6d49a2d5de47ceb31e99a3298b899.zip |
Rename the rc script back to squid.sh, since some versions of
/etc/rc.d/localpkg only run scripts ending in .sh
PR: ports/91387
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>, maintainer
Diffstat (limited to 'www/squid27/pkg-install')
-rw-r--r-- | www/squid27/pkg-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install index 2fe7823411a2..b277f08d2660 100644 --- a/www/squid27/pkg-install +++ b/www/squid27/pkg-install @@ -147,13 +147,13 @@ POST-INSTALL) echo " initialize the cache directory by running \"squid -z\"" echo " as 'root' or '${squid_user}' before starting squid." echo "" - echo " Please note that ${PKG_PREFIX}/etc/rc.d/squid is a" + echo " Please note that ${PKG_PREFIX}/etc/rc.d/squid.sh is a" echo " new style rc script. This means that squid will not" echo " start automatically at boot time." echo "" echo " To enable squid, set squid_enable=yes in either" echo " /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid" - echo " See ${PKG_PREFIX}/etc/rc.d/squid for more" + echo " See ${PKG_PREFIX}/etc/rc.d/squid.sh for more" echo " configuration options." echo "" echo " If you want the port to install an old style rc script, run" |