Blame | Last modification | View Log | RSS feed
#!/bin/sh cd /etc/sysconfig/network-scripts . ./network-functions [ -f ../network ] && . ../network # Notify programs that have requested notification do_netreport exit 0
#!/bin/sh
cd /etc/sysconfig/network-scripts
. ./network-functions
[ -f ../network ] && . ../network
# Notify programs that have requested notification
do_netreport
exit 0