[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.360 and 1.361

version 1.360, 2014/07/11 21:20:10 version 1.361, 2014/07/11 21:30:21
Line 42 
Line 42 
   
 EXAMPLES=bgpd.conf chio.conf dhcpd.conf dvmrpd.conf hostapd.conf \  EXAMPLES=bgpd.conf chio.conf dhcpd.conf dvmrpd.conf hostapd.conf \
         ifstated.conf iked.conf inetd.conf ipsec.conf ldapd.conf ldpd.conf \          ifstated.conf iked.conf inetd.conf ipsec.conf ldapd.conf ldpd.conf \
         mrouted.conf nsd.conf ospf6d.conf ospfd.conf rbootd.conf \          mrouted.conf ospf6d.conf ospfd.conf rbootd.conf \
         relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf \          relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf \
         ypldap.conf          ypldap.conf
   
Line 115 
Line 115 
         ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
         pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd          pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
         ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
           ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/var/nsd/etc
         ${INSTALL} -c -o root -g wheel -m 644 unbound.conf ${DESTDIR}/var/unbound/etc          ${INSTALL} -c -o root -g wheel -m 644 unbound.conf ${DESTDIR}/var/unbound/etc
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
             etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev              etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev

Legend:
Removed from v.1.360  
changed lines
  Added in v.1.361