Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > by-pkgid > 09f8482796b422dd56a45b97ec1e48fb > files > 96

initscripts-9.34-3.x86_64.rpm

#!/bin/sh

if [ -r /etc/sysconfig/network-scripts/ifcfg-$1 ]; then
    . /etc/sysconfig/network-scripts/ifcfg-$1
    if [ -n "$VPN_TYPE" ] && [ -n "$VPN_NAME" ]; then
        /usr/sbin/vpn-stop $VPN_TYPE $VPN_NAME
    fi
fi