]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/ppp/ip-down
BETA 1!
[people/teissler/ipfire-2.x.git] / src / ppp / ip-down
1 #!/bin/sh
2 #
3
4 . /etc/sysconfig/rc
5 . $rc_functions
6
7 eval $(/usr/local/bin/readhash /var/ipfire/ppp/settings)
8
9 rm -f /var/ipfire/red/active
10
11 run_subdir ${rc_base}/init.d/networking/red.down/
12
13 [ -e "/var/ipfire/ppp/nobeeps" ] || /etc/rc.d/init.d/beep down
14
15 [ -e "/var/ipfire/red/keepconnected" ] && \
16 /etc/rc.d/init.d/connectd reconnect &