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

Diff for /src/etc/Makefile between version 1.273 and 1.274

version 1.273, 2009/04/21 09:12:24 version 1.274, 2009/04/25 17:36:46
Line 101 
Line 101 
                     ${DESTDIR}/root/.login; \                      ${DESTDIR}/root/.login; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                     ${DESTDIR}/root/.profile; \                      ${DESTDIR}/root/.profile; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
                       ${DESTDIR}/root/.Xdefaults; \
                 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \                  rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                     ${DESTDIR}/.cshrc; \                      ${DESTDIR}/.cshrc; \
Line 115 
Line 117 
                     ${DESTDIR}/etc/skel/.mailrc; \                      ${DESTDIR}/etc/skel/.mailrc; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                     ${DESTDIR}/etc/skel/.profile; \                      ${DESTDIR}/etc/skel/.profile; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
                       ${DESTDIR}/etc/skel/.Xdefaults; \
                 ${INSTALL} -c -o root -g wheel -m 600 /dev/null \                  ${INSTALL} -c -o root -g wheel -m 600 /dev/null \
                     ${DESTDIR}/etc/skel/.ssh/authorized_keys                      ${DESTDIR}/etc/skel/.ssh/authorized_keys
         cd kerberosV; \          cd kerberosV; \

Legend:
Removed from v.1.273  
changed lines
  Added in v.1.274