diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-17 15:11:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-17 15:11:01 +0300 |
commit | acb42d5c8d53331a6257c1a472686faaa5e5dad9 (patch) | |
tree | 2bbf76c5c3ce4f46075e6ed6cc3c91eb0b9a74fe | |
parent | 49774766cb2f9a8313b10133d66ab87703de72d1 (diff) | |
download | init-acb42d5c8d53331a6257c1a472686faaa5e5dad9.tar.gz |
rc.boot: remove handling of rc.local
-rwxr-xr-x | rc.boot | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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..." |