]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid.init
- Cache directories are no longer initialized from /etc/rc.d/init.d/squid
[packages/squid.git] / squid.init
index 1b6dc9c136f7cd088d575ca85e2fe886744512b9..cebb8f65c81522576af913af168a45c7c3801acd 100644 (file)
@@ -40,13 +40,6 @@ case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/squid ]; then
-               show "Prepare squid cache"
-               busy
-               if [ ! -d $CACHE_SWAP/00 ]; then
-                       squid -z -F &>/dev/null
-               fi
-               deltext;ok
-
                msg_starting Squid
                busy            
                squid -N $SQUID_OPTS &
This page took 0.079959 seconds and 4 git commands to generate.