aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/pppd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/pppd.sh b/net.Linux/pppd.sh
index d2dce255..dff69c28 100644
--- a/net.Linux/pppd.sh
+++ b/net.Linux/pppd.sh
@@ -181,7 +181,7 @@ pppd_pre_start() {
fi
if ! eend $? "Failed to start PPP" ; then
- mark_service_starting "net.${IFACE}"
+ mark_service_stopped "net.${IFACE}"
return 1
fi