mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
d82852fbb9
commit
4c1e476ea1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126718
@ -794,7 +794,7 @@ if [ -z "${PRE_WORLD}" -a -z "${RERUN}" ]; then
|
||||
fi
|
||||
done
|
||||
case "${STALE_RC_FILES}" in
|
||||
'')
|
||||
''|' *')
|
||||
echo ' *** No stale files found'
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user