1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Sigh, fix the unfixed typo: s/-l/-L/.

This commit is contained in:
Ruslan Ermilov 2001-10-02 12:00:39 +00:00
parent 73a9c61338
commit c88bd8a742
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84370

2
etc/rc
View File

@ -806,7 +806,7 @@ case ${local_startup} in
(set -T
trap 'exit 1' 2
${script} start)
elif [ -f "${script}" -o -l "${script}" ]; then
elif [ -f "${script}" -o -L "${script}" ]; then
echo -n " (skipping ${script##*/}, not executable)"
fi
done