Browse Source

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.
OPENBSD_5_6
deraadt 10 years ago
parent
commit
0fff1a2399
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      src/etc/Makefile

+ 2
- 5
src/etc/Makefile View 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


Loading…
Cancel
Save