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

Diff for /src/etc/Makefile between version 1.330 and 1.331

version 1.330, 2013/03/26 18:06:00 version 1.331, 2013/03/31 21:46:53
Line 144 
Line 144 
                     ${DESTDIR}/root/.profile; \                      ${DESTDIR}/root/.profile; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \                  ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
                     ${DESTDIR}/root/.Xdefaults; \                      ${DESTDIR}/root/.Xdefaults; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.cvsrc \
                       ${DESTDIR}/root/.cvsrc; \
                 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 160 
Line 162 
                     ${DESTDIR}/etc/skel/.profile; \                      ${DESTDIR}/etc/skel/.profile; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \                  ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
                     ${DESTDIR}/etc/skel/.Xdefaults; \                      ${DESTDIR}/etc/skel/.Xdefaults; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.cvsrc \
                       ${DESTDIR}/etc/skel/.cvsrc; \
                 ${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.330  
changed lines
  Added in v.1.331