In the case where /etc/rc.d/ is empty, do not bogusly ask the user if

they want to delete '*'. It turns out that there is one valid case where
this might happen, installing to an empty DESTDIR.

Patch submitted by:	schweikh
This commit is contained in:
Doug Barton 2004-03-07 10:10:19 +00:00
parent d82852fbb9
commit 4c1e476ea1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126718

View File

@ -794,7 +794,7 @@ if [ -z "${PRE_WORLD}" -a -z "${RERUN}" ]; then
fi
done
case "${STALE_RC_FILES}" in
'')
''|' *')
echo ' *** No stale files found'
;;
*)