aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-22 00:03:44 +0300
committerCem Keylan <cem@ckyln.com>2020-01-22 00:03:44 +0300
commitc46107cb12306aaa81a0a6b363f8f01c9d469ddb (patch)
treef8e3513f77828c3259e4171f1e7a0592d5711d17
parent69fcae39d94d526771e3715f1ce404e8906dfc5f (diff)
downloadinit-c46107cb12306aaa81a0a6b363f8f01c9d469ddb.tar.gz
tell full path of rc.local
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index cde7726..9078b4e 100755
--- a/rc.boot
+++ b/rc.boot
@@ -166,7 +166,7 @@ for file in /etc/init/*.boot ; do
out "Running $file" && . "$file"
done
-out "Running rc.local..."; {
+out "Running /etc/init/rc.local..."; {
[ -r "/etc/init/rc.local" ] && \
. /etc/init/rc.local
}