diff options
Diffstat (limited to 'mageia/usr/sbin/vpn-stop')
-rwxr-xr-x | mageia/usr/sbin/vpn-stop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mageia/usr/sbin/vpn-stop b/mageia/usr/sbin/vpn-stop index 048c909f..48863868 100755 --- a/mageia/usr/sbin/vpn-stop +++ b/mageia/usr/sbin/vpn-stop @@ -6,7 +6,7 @@ if [ -z "$TYPE" ] || [ -z "$NAME" ]; then echo "usage: $0: <VPN type> <VPN name>" fi -PID=/var/run/"$TYPE"-"$NAME".pid +PID=/run/"$TYPE"-"$NAME".pid . /etc/init.d/functions if [ -e "$PID" ]; then |