svn commit: r347371 - head/etc

Emmanuel Vadot manu at FreeBSD.org
Wed May 8 21:26:12 UTC 2019


Author: manu
Date: Wed May  8 21:26:11 2019
New Revision: 347371
URL: https://svnweb.freebsd.org/changeset/base/347371

Log:
  etc/Makefile: Remove empty newline
  
  This was commited accidently in r347356 and cause distribution with
  NO_ROOT set to fail.
  
  Reported by:	ci, kib
  MFC after:	2 weeks
  X-MFC-With:	r347356

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Wed May  8 21:03:03 2019	(r347370)
+++ head/etc/Makefile	Wed May  8 21:26:11 2019	(r347371)
@@ -83,7 +83,6 @@ distribution:
 		echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
 		echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
 		echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
-
 	) | ${METALOG.add}
 .endif
 	${_+_}cd ${.CURDIR}/gss; ${MAKE} install


More information about the svn-src-all mailing list