[Midnightbsd-cvs] src [9578] trunk/etc/Makefile: remove sudo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 23 13:50:08 EDT 2017
Revision: 9578
http://svnweb.midnightbsd.org/src/?rev=9578
Author: laffer1
Date: 2017-09-23 13:50:07 -0400 (Sat, 23 Sep 2017)
Log Message:
-----------
remove sudo
Modified Paths:
--------------
trunk/etc/Makefile
Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile 2017-09-23 13:56:48 UTC (rev 9577)
+++ trunk/etc/Makefile 2017-09-23 17:50:07 UTC (rev 9578)
@@ -106,8 +106,6 @@
SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
.endif
-SUDO= ${.CURDIR}/../contrib/sudo/sudoers
-
.if ${MK_NS_CACHING} != "no"
BIN1+= nscd.conf
.endif
@@ -249,8 +247,6 @@
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${SSL} ${DESTDIR}/etc/ssl
.endif
- cd ${.CURDIR}; ${INSTALL} -o root -g wheel -m 440 \
- ${SUDO} ${DESTDIR}/etc
cd ${.CURDIR}; ${INSTALL} -o root -g wheel -m 644 \
${.CURDIR}/../contrib/mDNSResponder/mDNSPosix/nss_mdns.conf ${DESTDIR}/etc
.if ${MK_KERBEROS} != "no"
More information about the Midnightbsd-cvs
mailing list