summaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-19 12:24:10 +0000
committerRoy Marples <roy@marples.name>2007-04-19 12:24:10 +0000
commitb9f75802b06b4dae605fc238f31b7552f8163f7d (patch)
tree8d5b3657c1e7714f6fd62676b0e362f0bb0954f6 /net.Linux
parent768a8cf86c5d95affcaa313ca19c74ae2f277107 (diff)
downloadopenrc-b9f75802b06b4dae605fc238f31b7552f8163f7d.tar.gz
openrc-b9f75802b06b4dae605fc238f31b7552f8163f7d.tar.bz2
openrc-b9f75802b06b4dae605fc238f31b7552f8163f7d.tar.xz
duh, idiot uber
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 d2dce25..dff69c2 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