Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 21:26:11 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347371 - head/etc
Message-ID:  <201905082126.x48LQBma000494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905082126.x48LQBma000494>