diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-27 17:32:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-27 17:32:30 +0000 |
commit | 5e46b37c898c6a2401cb6dc3588f1cf86ef58127 (patch) | |
tree | f753180d199276bc2a1df3bc24eb7a6d2c878616 /usr | |
parent | 59a63553ae555743b5a0352feb29c649f092ce6b (diff) | |
download | pfsense-5e46b37c898c6a2401cb6dc3588f1cf86ef58127.zip pfsense-5e46b37c898c6a2401cb6dc3588f1cf86ef58127.tar.gz |
MFC 7196
mpd blocks until ppp-linkup exits, background rc.newwanip as dyndns is tripping this up (it tries to connect out a pppoe connection that's blocking on this script).
Tested-by: DungaBee, Hoba, and a few others.
Diffstat (limited to 'usr')
-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 da43796..8e86894 100755 --- a/usr/local/sbin/ppp-linkup +++ b/usr/local/sbin/ppp-linkup @@ -18,5 +18,5 @@ fi # let the configuration system know that the # WAN IP address has changed -/etc/rc.newwanip +/etc/rc.newwanip & |