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 ...