Error en Squid3 “Unknown instance: “
Bloc original: http://zenware.net/blog/?p=155 A continuación script mejorado para squid3: #! /bin/sh # # squid3 Startup script for the squid3 HTTP proxy-cache. # # Version: @(#)squid3.rc 2.20 01-Oct-2001 miquels@cistron.nl # ### BEGIN INIT INFO # Provides: squid3 # Required-Start: $local_fs $network # Required-Stop: $local_fs $network # Should-Start: $named # Should-Stop: $named # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: squid3 HTTP Proxy ### END INIT INFO NAME=squid3 DAEMON=/usr/sbin/squid3 LIB=/usr/lib/squid3 PIDFILE=/var/run/$NAME.pid squid3_ARGS="-D -YC" [ ! -f /etc/default/squid3 ] || . /etc/default/squid3 . /lib/lsb/init-functions PATH=/bin:/usr/bin:/sbin:/usr/sbin [ -x $DAEMON ] || exit 0 grepconf () { w=" " # space tab sq=/etc/squid3