]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/squid
Clamav kommt erstma ohne Virendefinitionen daher.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / squid
index 8db4f665ff8ceb281325be2327f9946e316a3611..c8a9b245ea35786933d931c2de5a977a11868693 100644 (file)
@@ -47,9 +47,8 @@ transparent() {
 
 case "$1" in
        start)
-               boot_mesg "Starting Squid Proxy Server..."
-               
                if [ -e /var/ipfire/proxy/enable -o -e /var/ipfire/proxy/enable_blue ]; then
+                       boot_mesg "Starting Squid Proxy Server..."
                        loadproc /usr/sbin/squid -D -z >/dev/null 2>&1
                        loadproc /usr/sbin/squid -D
                fi