source: projects/initscripts/trunk/NetworkManager/dispatcher.d/00-netreport @ 1108

Revision 1108, 175 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1#!/bin/sh
2
3cd /etc/sysconfig/network-scripts
4. ./network-functions
5
6[ -f ../network ] && . ../network
7
8# Notify programs that have requested notification
9do_netreport
10
11exit 0
Note: See TracBrowser for help on using the repository browser.