]> git.pld-linux.org Git - packages/squid.git/commitdiff
- add initial value of DELAY_IN_RESTART (sysconfig in upgrade is marked as
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 24 Aug 2003 11:05:39 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  config...)

Changed files:
    squid.init -> 1.31

squid.init

index ded68a1ec1567f302c8fb1affc62d243c81debfb..a7ea3ae9f0c77508cd6481ee8b68eceb93c95a11 100644 (file)
@@ -51,6 +51,9 @@ else
        exit 0
 fi
 
+# initial value:
+DELAY_IN_RESTART=30
+
 # Sanity check
 [ -f /etc/squid/squid.conf ] || exit 0
 
This page took 0.141096 seconds and 4 git commands to generate.