diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-12-08 13:52:50 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-12-08 13:52:50 +0000 |
commit | 6849a176301e601341eb9dc235c5db32ae1d0751 (patch) | |
tree | c06aa5081412cab02fd752be4f0467e28dcb810a /usr/local/sbin | |
parent | faab50d4a24cdd4f614813a2ba110554d8be4f74 (diff) | |
download | pfsense-6849a176301e601341eb9dc235c5db32ae1d0751.zip pfsense-6849a176301e601341eb9dc235c5db32ae1d0751.tar.gz |
Generate the {interface}up status file.
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-x | usr/local/sbin/ppp-linkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/ppp-linkup b/usr/local/sbin/ppp-linkup index ca502dd..ff1157a 100755 --- a/usr/local/sbin/ppp-linkup +++ b/usr/local/sbin/ppp-linkup @@ -19,4 +19,4 @@ fi # let the configuration system know that the ip has changed. /bin/echo $1 > /tmp/rc.newwanip /bin/echo $4 > /tmp/$1_router - +/usr/bin/touch /tmp/$1up |