aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.boot8
1 files changed, 0 insertions, 8 deletions
diff --git a/rc.boot b/rc.boot
index 8412326..ec0ddc5 100755
--- a/rc.boot
+++ b/rc.boot
@@ -107,12 +107,4 @@ out "Stopping device manager..."; {
run_hook boot
-# rc.local is deprecated and will be removed in
-# a month. You should switch to boot hooks
-out "Running rc.local..."; {
-[ -r "/etc/init/rc.local" ] && \
- . /etc/init/rc.local
-}
-
-
out "Boot stage complete..."