]> git.pld-linux.org Git - packages/openvpn.git/commitdiff
- rel.3 - no need to check networking
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 11 Mar 2012 20:49:38 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openvpn.init -> 1.39
    openvpn.spec -> 1.171

openvpn.init
openvpn.spec

index 6173c4ac2f20fdf89df03dd87c9da20b036a2b95..9c47799074dcd379a8086b8d4fffcc68be93eedc 100644 (file)
@@ -28,16 +28,6 @@ fi
 # Source networking configuration.
 . /etc/sysconfig/network
 
-# Check that networking is up.
-if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               msg_network_down "OpenVPN"
-               exit 1
-       fi
-else
-       exit 0
-fi
-
 # check if the tunnel $1 is up
 tunlup() {
        local tun="$1"
index ec51d49b14628c997544b3e8a06ab34b3b85b2cd..bc794526b2be7427487d17135ba3f61f9001f536 100644 (file)
@@ -8,7 +8,7 @@ Summary:        VPN Daemon
 Summary(pl.UTF-8):     Serwer VPN
 Name:          openvpn
 Version:       2.2.2
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://swupdate.openvpn.net/community/releases/%{name}-%{version}.tar.gz
This page took 0.074794 seconds and 4 git commands to generate.