]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/network-scripts/ifdown-post
Synced with rc-scripts-0.0.1 from old repo.
[projects/rc-scripts.git] / sysconfig / network-scripts / ifdown-post
1 #!/bin/sh
2 # This should be called whenever an interface goes down, not just when
3 # it is brought down explicitly.
4
5 cd /etc/sysconfig/network-scripts
6 . network-functions
7
8 CONFIG=$1
9 source_config
10
11 # Notify programs that have requested notification
12 do_netreport
13
14 exit 0
This page took 0.038548 seconds and 4 git commands to generate.