$OpenBSD: patch-lenses_shellvars_aug,v 1.11 2016/05/14 12:52:49 jasper Exp $

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

--- lenses/shellvars.aug.orig	Wed May  4 01:02:57 2016
+++ lenses/shellvars.aug	Sat May 14 14:45:59 2016
@@ -296,7 +296,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"
@@ -307,8 +306,6 @@ module Shellvars =
                      . incl "/etc/os-release"
                      . incl "/etc/periodic.conf"
                      . incl "/etc/popularity-contest.conf"
-                     . incl "/etc/rc.conf"
-                     . incl "/etc/rc.conf.local"
                      . incl "/etc/selinux/config"
                      . incl "/etc/ucf.conf"
                      . incl "/etc/locale.conf"
