From 0fff1a23990198bd3788a3db4d9fca122f5cd674 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 16 Jul 2014 12:25:52 +0000 Subject: [PATCH] BIN2 is now just motd; install it direct without the abstractions. While there, let's make it operator writeable. Or let's do a commit changing it to operator writeable and see the pro and con camps rise up. --- src/etc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 7ab490f2..fa73b335 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.377 2014/07/16 10:25:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.378 2014/07/16 12:25:52 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -49,9 +49,6 @@ EXAMPLES_600=bgpd.conf dvmrpd.conf hostapd.conf iked.conf ipsec.conf \ rc.securelevel rc.shutdown relayd.conf ripd.conf \ sasyncd.conf snmpd.conf ypldap.conf -# -rw-rw-r-- -BIN2= motd - # -r-xr-xr-x RCDAEMONS= amd apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd \ ftpd ftpproxy hostapd hotplugd identd ifstated iked \ @@ -108,7 +105,7 @@ distribution-etc-root-var: distrib-dirs chown ${BINOWN} ${DESTDIR}/etc/fbtab && \ chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \ chmod 644 ${DESTDIR}/etc/fbtab - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc + ${INSTALL} -c -o ${BINOWN} -g operator -m 664 motd ${DESTDIR}/etc ${INSTALL} -c -o root -g crontab -m 600 crontab ${DESTDIR}/var/cron/tabs/root ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd