freebsd-share-10.3-gentoo-skel.patch 600 B

123456789101112131415161718192021
  1. diff --git a/share/skel/Makefile b/share/skel/Makefile
  2. index 024985c..6f6e563 100644
  3. --- a/share/skel/Makefile
  4. +++ b/share/skel/Makefile
  5. @@ -2,11 +2,11 @@
  6. # $FreeBSD: stable/10/share/skel/Makefile 291794 2015-12-04 18:21:05Z bdrewery $
  7. FILESGROUPS= FILES1 FILES2
  8. -FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
  9. +FILES1= dot.login_conf dot.mailrc \
  10. dot.shrc
  11. -FILES2= dot.mail_aliases dot.rhosts
  12. -FILES1DIR= ${SHAREDIR}/skel
  13. -FILES2DIR= ${SHAREDIR}/skel
  14. +FILES2= dot.mail_aliases
  15. +FILES1DIR= /etc/skel
  16. +FILES2DIR= /etc/skel
  17. FILES1MODE= 0644
  18. FILES2MODE= 0600
  19. NO_OBJ=