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

Diff for /src/etc/Makefile between version 1.479 and 1.480

version 1.479, 2020/09/13 10:03:46 version 1.480, 2020/09/13 11:29:52
Line 164 
Line 164 
                 ${INSTALL} -c -o root -g wheel -m 600 ${EXAMPLES_600} \                  ${INSTALL} -c -o root -g wheel -m 600 ${EXAMPLES_600} \
                     ${DESTDIR}/etc/examples; \                      ${DESTDIR}/etc/examples; \
                 chgrp operator ${DESTDIR}/etc/examples/chio.conf                  chgrp operator ${DESTDIR}/etc/examples/chio.conf
                   chgrp auth ${DESTDIR}/etc/examples/login_ldap.conf
                   chmod 0640 ${DESTDIR}/etc/examples/login_ldap.conf
         cd signify; \          cd signify; \
                 ${INSTALL} -c -o root -g wheel -m 644 *.pub \                  ${INSTALL} -c -o root -g wheel -m 644 *.pub \
                     ${DESTDIR}/etc/signify                      ${DESTDIR}/etc/signify

Legend:
Removed from v.1.479  
changed lines
  Added in v.1.480