]> git.pld-linux.org Git - packages/openvpn.git/commitdiff
- cosmetic
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 09:20:13 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openvpn.init -> 1.26

openvpn.init

index d52872bde0f7fdf0e1fb557b5d1fa8a833e8dff5..0e755684c728fde32a15a0dd943d10ee2c15186a 100644 (file)
@@ -127,7 +127,7 @@ case "$1" in
                [ -f "$pidfile" ] || continue
                tun=${pidfile#/var/run/openvpn/}
                tun=${tun%.pid}
-               tunlup $tun && echo -n " $tun($(cat /var/run/openvpn/$tun.pid))"
+               tunlup $tun && echo -n " $tun($(cat $pidfile))"
        done
        echo ""
        tunlsup
This page took 0.222385 seconds and 4 git commands to generate.