]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/network-scripts/ifdown-post
- support for interactive starting
[projects/rc-scripts.git] / sysconfig / network-scripts / ifdown-post
CommitLineData
d29c401a 1#!/bin/sh
b0443108 2#
8b3e2b71 3# $Id: ifdown-post,v 1.8 1999/10/13 21:28:40 kloczek Exp $
b0443108 4#
7742e157
AF
5# This should be called whenever an interface goes down, not just when
6# it is brought down explicitly.
7
7742e157 8CONFIG=$1
f3002e12
JK
9. /etc/sysconfig/network
10. /etc/rc.d/init.d/functions
8b3e2b71 11. /etc/sysconfig/network-scripts/.functions
12
7742e157
AF
13source_config
14
15# Notify programs that have requested notification
16do_netreport
17
18exit 0
This page took 0.0950490000000001 seconds and 4 git commands to generate.