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

Diff for /src/etc/Makefile between version 1.401 and 1.402

version 1.401, 2015/03/27 18:49:50 version 1.402, 2015/05/18 13:48:38
Line 97 
Line 97 
         ${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 wheel -m 640 ntpd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/var/nsd/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 \

Legend:
Removed from v.1.401  
changed lines
  Added in v.1.402