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

Diff for /src/etc/Makefile between version 1.77 and 1.78

version 1.77, 1997/10/24 15:57:13 version 1.78, 1997/12/11 03:03:04
Line 117 
Line 117 
                 ${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 644 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 namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \          cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
             ${DESTDIR}/etc/namedb              ${DESTDIR}/etc/namedb

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78