svn commit: r289352 - head/usr.sbin/freebsd-update

Ed Maste emaste at FreeBSD.org
Thu Oct 15 01:48:54 UTC 2015


Author: emaste
Date: Thu Oct 15 01:48:52 2015
New Revision: 289352
URL: https://svnweb.freebsd.org/changeset/base/289352

Log:
  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

Modified:
  head/usr.sbin/freebsd-update/freebsd-update.sh

Modified: head/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.sh	Thu Oct 15 01:46:55 2015	(r289351)
+++ head/usr.sbin/freebsd-update/freebsd-update.sh	Thu Oct 15 01:48:52 2015	(r289352)
@@ -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.


More information about the svn-src-all mailing list