Fix the problem that the startup directory is printed out if it

is empty.

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
This commit is contained in:
obrien 2001-09-30 22:07:19 +00:00
parent a437a2e49d
commit ff4992fd7c

2
etc/rc
View File

@ -806,7 +806,7 @@ case ${local_startup} in
(set -T
trap 'exit 1' 2
${script} start)
else
elif [ -f "${script}" ]; then
echo "Skipping ${script}, not executable"
fi
done