aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot6
1 files changed, 4 insertions, 2 deletions
diff --git a/rc.boot b/rc.boot
index c02d4c2..e552f3f 100755
--- a/rc.boot
+++ b/rc.boot
@@ -129,9 +129,11 @@ command -v udevd >/dev/null &&
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
+[ -r "/etc/init/rc.local" ] && \
+ . /etc/init/rc.local
}