summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.reboot9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index b3ed50a..ecc47c2 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -21,15 +21,6 @@ else
/etc/rc.conf_mount_ro
fi
-killall -TERM sshd 2>&1 /dev/null
-
sleep 1
-echo -n "Downing interfaces: "
-for INTERFACE in `/sbin/ifconfig -l`; do
- echo -n "$INTERFACE "
- /sbin/ifconfig $INTERFACE down
-done
-
/sbin/shutdown -r now
-
OpenPOWER on IntegriCloud