svn commit: r284521 - stable/10/etc
Glen Barber
gjb at FreeBSD.org
Wed Jun 17 18:22:53 UTC 2015
Author: gjb
Date: Wed Jun 17 18:22:52 2015
New Revision: 284521
URL: https://svnweb.freebsd.org/changeset/base/284521
Log:
Revert r284516, which broke the build in a way I do not fully
understand yet. I'll redo this MFC after investigation.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile Wed Jun 17 17:16:06 2015 (r284520)
+++ stable/10/etc/Makefile Wed Jun 17 18:22:52 2015 (r284521)
@@ -217,8 +217,6 @@ 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-stable
mailing list