summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-01 22:52:32 +0000
committerobrien <obrien@FreeBSD.org>2001-10-01 22:52:32 +0000
commit34e7592a675c40585af2983d15f65c01cf488a6d (patch)
tree90cf178f13cf529373fc3d07dd8ce6fa4f2dd6de /etc/rc
parent57562e1667f1d5b94a421e68b8d165ac68b26d2f (diff)
downloadFreeBSD-src-34e7592a675c40585af2983d15f65c01cf488a6d.zip
FreeBSD-src-34e7592a675c40585af2983d15f65c01cf488a6d.tar.gz
Add ()'s around the warning message when skipping a startup script.
Also don't give the whole path, just the script name. Submitted by: des Requested by: jhb
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 0af115d..d47f2ec 100644
--- a/etc/rc
+++ b/etc/rc
@@ -807,7 +807,7 @@ case ${local_startup} in
trap 'exit 1' 2
${script} start)
elif [ -f "${script}" -or -l "${script}" ]; then
- echo -n " Skipping ${script}, not executable"
+ echo -n " (skipping ${script##*/}, not executable)"
fi
done
IFS="${script_save_sep}"
OpenPOWER on IntegriCloud