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:
parent
07670b30fa
commit
7e1ed2c72c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user