| Revision 1108, 175 bytes checked in by daisuke, 16 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [1108] | 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 |