]> git.pld-linux.org Git - packages/filtergen.git/commitdiff
- networking config isn't used, so don't source the config
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 00:28:53 +0000 (00:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filter.init -> 1.4

filter.init

index 6b7c1a006141f985159804c965b9c316f3998a2e..1b41770713386599b62f57ec73bae86690d29ff3 100755 (executable)
@@ -7,21 +7,12 @@
 # Source function library
 . /etc/rc.d/init.d/functions
 
-# Get network config
-. /etc/sysconfig/network
-
 # Get service config
 CONFIG=/etc/filter/simple.conf
 GEN_CONFIG=/etc/filter/generated_rules
 SUBSYS=/var/lock/subsys/filter
 [ -f /etc/sysconfig/filter ] && . /etc/sysconfig/filter
 
-# Check that networking is up.
-# if is_no "${NETWORKING}" ; then
-#      msg_network_down "filter"
-#      exit 1
-# fi
-
 confstatus() {
        if [ ! -e "$GEN_CONFIG" ]; then
                confstatus=3
This page took 0.083616 seconds and 4 git commands to generate.