aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-04-28 22:42:03 -0400
committerTom Gundersen <teg@jklm.no>2011-05-22 17:13:09 +0200
commit68c61ed4ce2eddf29c4f047133406d72162fd396 (patch)
treec86a3ed41b3531b8648373fbfd00f9230c7faa65 /network
parente0e1420a3506a5988b8f76139788f0ffea298e0c (diff)
downloadinitscripts-68c61ed4ce2eddf29c4f047133406d72162fd396.tar.xz
network/rc.sysinit: remove dead code
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'network')
-rwxr-xr-xnetwork5
1 files changed, 0 insertions, 5 deletions
diff --git a/network b/network
index 5a261b4..9cd6109 100755
--- a/network
+++ b/network
@@ -210,11 +210,6 @@ case "$1" in
fi
;;
stop)
- #if ck_daemon network; then
- # echo "Network is not running. Try 'network start'"
- # exit
- #fi
-
if [[ $NETWORK_PERSIST =~ yes|YES && $RUNLEVEL == [06] ]]; then
status "Skipping Network Shutdown" true
exit 0