BIN2 is now just motd; install it direct without the abstractions. While
authorderaadt <deraadt@openbsd.org>
Wed, 16 Jul 2014 12:25:52 +0000 (12:25 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 16 Jul 2014 12:25:52 +0000 (12:25 +0000)
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.

etc/Makefile

index 7ab490f..fa73b33 100644 (file)
@@ -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