Project

General

Profile

Download (205 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2
/sbin/pfctl -i $1 -Fs
3
# delete the node just in case mpd cannot do that
4
/bin/rm -f /var/etc/nameserver_$1
5
/bin/rm -f /tmp/$1_router
6
/bin/rm -f /tmp/$1up
7
/usr/local/sbin/pfSctl -c 'filter reload'
(7-7/23)