Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#!/bin/sh
2
 
3
cd /etc/sysconfig/network-scripts
4
. ./network-functions
5
 
6
[ -f ../network ] && . ../network
7
 
8
# Notify programs that have requested notification
9
do_netreport
10
 
11
exit 0