svn commit: r255407 - user/cperciva/freebsd-update-mirror

Colin Percival cperciva at FreeBSD.org
Sun Sep 8 21:07:42 UTC 2013


Author: cperciva
Date: Sun Sep  8 21:07:41 2013
New Revision: 255407
URL: http://svnweb.freebsd.org/changeset/base/255407

Log:
  Don't just print an error message, actually refuse to keep going.

Modified:
  user/cperciva/freebsd-update-mirror/umirror-package.sh

Modified: user/cperciva/freebsd-update-mirror/umirror-package.sh
==============================================================================
--- user/cperciva/freebsd-update-mirror/umirror-package.sh	Sun Sep  8 21:04:43 2013	(r255406)
+++ user/cperciva/freebsd-update-mirror/umirror-package.sh	Sun Sep  8 21:07:41 2013	(r255407)
@@ -23,6 +23,7 @@ if find "${PRIVDIR}" \! -perm -444 | gre
 	find "${PRIVDIR}" \! -perm -444
 	echo
 	echo "You should fix this before publishing them."
+	exit 1
 fi
 
 # Create a tarball


More information about the svn-src-user mailing list