summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-03-17 09:51:26 +0000
committerChristian Heim <phreak@gentoo.org>2006-03-17 09:51:26 +0000
commit80cec78680195612923d8ef312481fea68470864 (patch)
tree624751ef2d174406b30983c9076d6545977cf33d /net-scripts/init.d/net.lo
parentMerging r1943 (diff)
downloadbaselayout-vserver-80cec78680195612923d8ef312481fea68470864.tar.gz
baselayout-vserver-80cec78680195612923d8ef312481fea68470864.tar.bz2
baselayout-vserver-80cec78680195612923d8ef312481fea68470864.zip
Merging r1948
svn path=/baselayout-vserver/branches/baselayout-1_12/; revision=290
Diffstat (limited to 'net-scripts/init.d/net.lo')
-rwxr-xr-xnet-scripts/init.d/net.lo2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-scripts/init.d/net.lo b/net-scripts/init.d/net.lo
index 0ee6262..f73dfac 100755
--- a/net-scripts/init.d/net.lo
+++ b/net-scripts/init.d/net.lo
@@ -796,6 +796,7 @@ run_start() {
# We need to mark the service as started incase a
# postdown function wants to restart services that depend on us
mark_service_started "net.${iface}"
+ end_service "net.${iface}" 0
einfo "Running postup function"
eindent
( postup "${iface}" )
@@ -840,6 +841,7 @@ run_stop() {
# We need to mark the service as stopped incase a
# postdown function wants to restart services that depend on us
[[ ${IN_BACKGROUND} != "true" ]] && mark_service_stopped "net.${iface}"
+ end_service "net.${iface}" 0
einfo "Running postdown function"
eindent
( postdown "${iface}" )