From 34e7592a675c40585af2983d15f65c01cf488a6d Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Oct 2001 22:52:32 +0000 Subject: 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 --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.1