summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-27 08:09:02 +0000
committerErmal <eri@pfsense.org>2010-03-27 08:09:02 +0000
commit1f0ddd30a84164fa1837ac89c4747cdfcd80a156 (patch)
tree009618c4867ab715caf011dda611f5f063fccfbc /usr/local/sbin
parent8f4f1e308114dd181ad5a7ff5f9db44c69d871e9 (diff)
downloadpfsense-1f0ddd30a84164fa1837ac89c4747cdfcd80a156.zip
pfsense-1f0ddd30a84164fa1837ac89c4747cdfcd80a156.tar.gz
Explicitly set the exit status of the script to not make mpd fail.
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/ppp-linkup1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/sbin/ppp-linkup b/usr/local/sbin/ppp-linkup
index 6374987..c6c3ac0 100755
--- a/usr/local/sbin/ppp-linkup
+++ b/usr/local/sbin/ppp-linkup
@@ -23,3 +23,4 @@ fi
/bin/echo $1 > /tmp/rc.newwanip
/bin/echo $4 > /tmp/$1_router
/usr/bin/touch /tmp/$1up
+exit 0
OpenPOWER on IntegriCloud