svn commit: r283989 - head/etc

Glen Barber gjb at FreeBSD.org
Thu Jun 4 15:02:05 UTC 2015


Author: gjb
Date: Thu Jun  4 15:02:05 2015
New Revision: 283989
URL: https://svnweb.freebsd.org/changeset/base/283989

Log:
  Re-implement endian-aware services_mkdb(8) in the 'distribute'
  target.  This effectively reverts r261142, which reverted both
  r261031 and r261044.
  
  Prodded by:	jhb
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Thu Jun  4 12:46:56 2015	(r283988)
+++ head/etc/Makefile	Thu Jun  4 15:02:05 2015	(r283989)
@@ -207,6 +207,8 @@ distribution:
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
 		${BIN1} ${DESTDIR}/etc; \
 	    cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
+	    services_mkdb ${CAP_MKDB_ENDIAN} -q -o ${DESTDIR}/var/db/services.db \
+		${DESTDIR}/etc/services; \
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
 		${BIN2} ${DESTDIR}/etc; \
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \


More information about the svn-src-head mailing list