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

Diff for /src/etc/Makefile between version 1.204 and 1.205

version 1.204, 2004/05/03 15:18:19 version 1.205, 2004/05/04 19:35:25
Line 105 
Line 105 
                 ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \
                     ${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 600 dot.rhosts \  
                     ${DESTDIR}/etc/skel/.rhosts  
         cd kerberosV; \          cd kerberosV; \
                 ${INSTALL} -c -o root -g wheel -m 644 README \                  ${INSTALL} -c -o root -g wheel -m 644 README \
                     ${DESTDIR}/etc/kerberosV; \                      ${DESTDIR}/etc/kerberosV; \

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205