Author: baggins                      Date: Fri Mar 30 12:55:51 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- don't require network, as network requires this daemons to start interfaces

---- Files affected:
packages/openvswitch:
   openvswitch.init (1.2 -> 1.3) , openvswitch.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/openvswitch/openvswitch.init
diff -u packages/openvswitch/openvswitch.init:1.2 
packages/openvswitch/openvswitch.init:1.3
--- packages/openvswitch/openvswitch.init:1.2   Mon Mar 19 22:11:13 2012
+++ packages/openvswitch/openvswitch.init       Fri Mar 30 14:55:46 2012
@@ -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
@@ -30,16 +30,6 @@
 [ -f /etc/sysconfig/openvswitch ] && . /etc/sysconfig/openvswitch
 
 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?

================================================================
Index: packages/openvswitch/openvswitch.spec
diff -u packages/openvswitch/openvswitch.spec:1.11 
packages/openvswitch/openvswitch.spec:1.12
--- packages/openvswitch/openvswitch.spec:1.11  Tue Mar 27 08:42:50 2012
+++ packages/openvswitch/openvswitch.spec       Fri Mar 30 14:55:46 2012
@@ -24,7 +24,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):    -
@@ -312,6 +312,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2012/03/30 12:55:46  baggins
+- rel 4
+- don't require network, as network requires this daemons to start interfaces
+
 Revision 1.11  2012/03/27 06:42:50  baggins
 - rel 3
 - own kernel module dir
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/openvswitch/openvswitch.init?r1=1.2&r2=1.3
    
http://cvs.pld-linux.org/packages/openvswitch/openvswitch.spec?r1=1.11&r2=1.12

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to