$OpenBSD: patch-lenses_shellvars_aug,v 1.14 2020/10/10 08:01:31 kn Exp $

- adduser.conf is not a shell script, so don't try to parse it as such.
- rc.conf* are not shell scripts anymore.

Index: lenses/shellvars.aug
--- lenses/shellvars.aug.orig
+++ lenses/shellvars.aug
@@ -304,7 +304,6 @@ module Shellvars =
                      . incl "/etc/environment"
                      . incl "/etc/firewalld/firewalld.conf"
                      . incl "/etc/blkid.conf"
-                     . incl "/etc/adduser.conf"
                      . incl "/etc/cowpoke.conf"
                      . incl "/etc/cvs-cron.conf"
                      . incl "/etc/cvs-pserver.conf"
@@ -316,9 +315,7 @@ module Shellvars =
                      . incl "/etc/os-release"
                      . incl "/etc/periodic.conf"
                      . incl "/etc/popularity-contest.conf"
-                     . incl "/etc/rc.conf"
                      . incl "/etc/rc.conf.d/*"
-                     . incl "/etc/rc.conf.local"
                      . incl "/etc/selinux/config"
                      . incl "/etc/ucf.conf"
                      . incl "/etc/locale.conf"
