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

Diff for /src/etc/Makefile between version 1.347 and 1.348

version 1.347, 2014/03/15 22:13:36 version 1.348, 2014/03/17 17:07:45
Line 183 
Line 183 
                 ${INSTALL} -c -o root -g wheel -m 600 chatscript.sample \                  ${INSTALL} -c -o root -g wheel -m 600 chatscript.sample \
                     ${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; \  
                 ${INSTALL} -c -o root -g wheel -m 600 ppp.conf.sample \  
                     ${DESTDIR}/etc/ppp; \  
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.linkup.sample \  
                     ${DESTDIR}/etc/ppp; \  
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.linkdown.sample \  
                     ${DESTDIR}/etc/ppp; \  
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \  
                     ${DESTDIR}/etc/ppp                      ${DESTDIR}/etc/ppp
         cd signify; \          cd signify; \
                 ${INSTALL} -c -o root -g wheel -m 644 *.pub \                  ${INSTALL} -c -o root -g wheel -m 644 *.pub \

Legend:
Removed from v.1.347  
changed lines
  Added in v.1.348