patch-lenses_shellvars_aug 1.1 KB

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-lenses_shellvars_aug,v 1.12 2016/08/15 10:32:33 jasper Exp $
  2. - adduser.conf is not a shell script, so don't try to parse it as such.
  3. - rc.conf* are not shell scripts anymore.
  4. --- lenses/shellvars.aug.orig Sat Aug 6 00:08:48 2016
  5. +++ lenses/shellvars.aug Fri Aug 12 21:05:49 2016
  6. @@ -298,7 +298,6 @@ module Shellvars =
  7. . incl "/etc/environment"
  8. . incl "/etc/firewalld/firewalld.conf"
  9. . incl "/etc/blkid.conf"
  10. - . incl "/etc/adduser.conf"
  11. . incl "/etc/cowpoke.conf"
  12. . incl "/etc/cvs-cron.conf"
  13. . incl "/etc/cvs-pserver.conf"
  14. @@ -310,8 +309,6 @@ module Shellvars =
  15. . incl "/etc/os-release"
  16. . incl "/etc/periodic.conf"
  17. . incl "/etc/popularity-contest.conf"
  18. - . incl "/etc/rc.conf"
  19. - . incl "/etc/rc.conf.local"
  20. . incl "/etc/selinux/config"
  21. . incl "/etc/ucf.conf"
  22. . incl "/etc/locale.conf"