From 1f0ddd30a84164fa1837ac89c4747cdfcd80a156 Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 27 Mar 2010 08:09:02 +0000 Subject: [PATCH] Explicitly set the exit status of the script to not make mpd fail. --- usr/local/sbin/ppp-linkup | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/sbin/ppp-linkup b/usr/local/sbin/ppp-linkup index 6374987d3b..c6c3ac013b 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