Date: Sat, 7 Aug 2004 10:30:20 GMT From: Thomas-Martin Seck <tmseck@netcologne.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70108: www/squid starts with 'squid_enable="NO"' Message-ID: <200408071030.i77AUKFp082123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70108; it has been noted by GNATS. From: Thomas-Martin Seck <tmseck@netcologne.de> To: bug-followup@freebsd.org Cc: turutani@scphys.kyoto-u.ac.jp Subject: Re: ports/70108: www/squid starts with 'squid_enable="NO"' Date: Sat, 7 Aug 2004 12:28:06 +0200 squid.sh uses the /default/ startup mechanism for the system it is installed upon. On 4.x, that's not rcNG, unfortunately. So the way to disable a daemon is to 'chmod -x' it's startup script or renaming it, see rc(8). If you want rcNG functionality for squid.sh on 4.x, you just need to change squid.sh yourself to extend the check and include statement regarding rc_subr to search /usr/local (or whereever you installed the rc_subr port to), too. (You might as well copy rc_subr to /etc/.) Please understand that I am not going to support rcNG on 4.x "officially", please see the freebsd-ports and -ports-bugs mailinglist archives and the cvs history of squid.sh for details.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408071030.i77AUKFp082123>