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

Diff for /src/etc/Makefile between version 1.31 and 1.32

version 1.31, 1996/12/19 02:38:08 version 1.32, 1997/01/02 23:14:13
Line 80 
Line 80 
                 install -c -o root -g wheel -m 444 4.4BSD.dist \                  install -c -o root -g wheel -m 444 4.4BSD.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree)
         (cd ppp; \          (cd ppp; \
                 install -c -o root -g wheel -m 644 chap-secrets \                  install -c -o root -g wheel -m 600 chap-secrets \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 644 options \                  install -c -o root -g wheel -m 600 options \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 644 options.leaf \                  install -c -o root -g wheel -m 600 options.leaf \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 644 pap-secrets \                  install -c -o root -g wheel -m 600 options.sample \
                       ${DESTDIR}/etc/ppp; \
                   install -c -o root -g wheel -m 600 chatscript.sample \
                       ${DESTDIR}/etc/ppp; \
                   install -c -o root -g wheel -m 600 pap-secrets \
                     ${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.31  
changed lines
  Added in v.1.32