]> git.pld-linux.org Git - packages/openvswitch.git/commitdiff
- rel 4 auto/th/openvswitch-1_4_0-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Mar 2012 12:55:46 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't require network, as network requires this daemons to start interfaces

Changed files:
    openvswitch.init -> 1.3
    openvswitch.spec -> 1.12

openvswitch.init
openvswitch.spec

index a739ccff660969a117f794c51b710760d1a1bbb9..2761df9411a780d4ba4dd57fc272512561a58dae 100644 (file)
@@ -7,8 +7,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          openvswitch-switch
-# Required-Start:    $network $named $remote_fs $syslog
-# Required-Stop:     $remote_fs
+# Required-Start:    $syslog
+# Required-Stop:     
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Open vSwitch switch
@@ -31,16 +31,6 @@ VSWITCHD_MLOCKALL="yes"
 
 ovs_ctl=/usr/share/openvswitch/scripts/ovs-ctl
 
-# Check that networking is up.
-if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status -a "$1" != init ]; then
-               msg_network_down "Open vSwitch switch"
-               exit 1
-       fi
-else
-       exit 0
-fi
-
 start () {
        # Check if the service is already running?
        if [ -f /var/lock/subsys/openvswitch ]; then
index b56a112278b415edbd1cd90ae0fafaffb8ce23a4..af2cd40d5b87126205d478cf2b24b4196b7fa974 100644 (file)
@@ -23,7 +23,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     3
+%define                rel     4
 %define                pname   openvswitch
 Summary:       Production Quality, Multilayer Open Virtual Switch
 #Summary(pl.UTF-8):    -
This page took 0.835054 seconds and 4 git commands to generate.