blob: eee7fb383ddf60b85ac378217520024fbab990b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
cd /etc/sysconfig/network-scripts
. ./network-functions
[ -f ../network ] && . ../network
# Notify programs that have requested notification
do_netreport
exit 0
|