From acb42d5c8d53331a6257c1a472686faaa5e5dad9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 17 Jul 2020 15:11:01 +0300 Subject: rc.boot: remove handling of rc.local --- rc.boot | 8 -------- 1 file changed, 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..." -- cgit v1.2.3