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

Diff for /src/etc/Makefile between version 1.357 and 1.358

version 1.357, 2014/04/29 21:30:20 version 1.358, 2014/07/11 16:59:03
Line 38 
Line 38 
         remote rpc services shells syslog.conf weekly \          remote rpc services shells syslog.conf weekly \
         etc.${MACHINE}/login.conf \          etc.${MACHINE}/login.conf \
         etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \          etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \
         moduli pf.os sensorsd.conf ifstated.conf mixerctl.conf          moduli pf.os sensorsd.conf mixerctl.conf
   
   EXAMPLES=chio.conf dvmrpd.conf hostapd.conf ifstated.conf ldpd.conf \
           ospf6d.conf ospfd.conf
   
 .if ${MACHINE} != "aviion"  .if ${MACHINE} != "aviion"
 BIN1+=  wsconsctl.conf  BIN1+=  wsconsctl.conf
 .endif  .endif
Line 109 
Line 112 
         ${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 bgpd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 ospfd.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 ospf6d.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 dvmrpd.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 ldpd.conf ${DESTDIR}/etc  
         ${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 operator -m 644 chio.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 relayd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 relayd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 iked.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 iked.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc
Line 173 
Line 170 
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \                  ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \
                     ${DESTDIR}/etc/ppp                      ${DESTDIR}/etc/ppp
           cd examples; \
                   ${INSTALL} -c -o root -g wheel -m 644 ${EXAMPLES} \
                       ${DESTDIR}/etc/examples
         cd signify; \          cd signify; \
                 ${INSTALL} -c -o root -g wheel -m 644 *.pub \                  ${INSTALL} -c -o root -g wheel -m 644 *.pub \
                     ${DESTDIR}/etc/signify                      ${DESTDIR}/etc/signify

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358