aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-17 15:11:01 +0300
committerCem Keylan <cem@ckyln.com>2020-07-17 15:11:01 +0300
commitacb42d5c8d53331a6257c1a472686faaa5e5dad9 (patch)
tree2bbf76c5c3ce4f46075e6ed6cc3c91eb0b9a74fe
parent49774766cb2f9a8313b10133d66ab87703de72d1 (diff)
downloadinit-acb42d5c8d53331a6257c1a472686faaa5e5dad9.tar.gz
rc.boot: remove handling of rc.local
-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..."