Add debug file extension to freebsd-update(8) after r288176

Reviewed by:	delphij
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D3784
This commit is contained in:
Ed Maste 2015-10-15 01:48:52 +00:00
parent 07670b30fa
commit 7e1ed2c72c

View File

@ -2736,7 +2736,7 @@ backup_kernel () {
if [ $BACKUPKERNELSYMBOLFILES = yes ]; then
FINDFILTER=""
else
FINDFILTER=-"a ! -name *.symbols"
FINDFILTER="-a ! -name *.debug -a ! -name *.symbols"
fi
# Backup all the kernel files using hardlinks.