2017-10-08 08:19:25 +00:00
|
|
|
$OpenBSD: patch-lenses_shellvars_aug,v 1.13 2017/10/08 08:19:25 jasper Exp $
|
2012-12-30 19:09:23 +00:00
|
|
|
|
2012-12-30 19:38:44 +00:00
|
|
|
- adduser.conf is not a shell script, so don't try to parse it as such.
|
2014-07-21 14:12:35 +00:00
|
|
|
- rc.conf* are not shell scripts anymore.
|
2012-12-30 19:09:23 +00:00
|
|
|
|
2017-10-08 08:19:25 +00:00
|
|
|
Index: lenses/shellvars.aug
|
|
|
|
--- lenses/shellvars.aug.orig
|
|
|
|
+++ lenses/shellvars.aug
|
2016-08-15 10:32:33 +00:00
|
|
|
@@ -298,7 +298,6 @@ module Shellvars =
|
2012-12-30 19:09:23 +00:00
|
|
|
. incl "/etc/environment"
|
2014-02-06 10:21:09 +00:00
|
|
|
. incl "/etc/firewalld/firewalld.conf"
|
2012-12-30 19:09:23 +00:00
|
|
|
. incl "/etc/blkid.conf"
|
|
|
|
- . incl "/etc/adduser.conf"
|
|
|
|
. incl "/etc/cowpoke.conf"
|
|
|
|
. incl "/etc/cvs-cron.conf"
|
|
|
|
. incl "/etc/cvs-pserver.conf"
|
2017-10-08 08:19:25 +00:00
|
|
|
@@ -310,9 +309,7 @@ module Shellvars =
|
2014-07-21 14:12:35 +00:00
|
|
|
. incl "/etc/os-release"
|
2015-06-03 06:10:42 +00:00
|
|
|
. incl "/etc/periodic.conf"
|
2014-07-21 14:12:35 +00:00
|
|
|
. incl "/etc/popularity-contest.conf"
|
|
|
|
- . incl "/etc/rc.conf"
|
2017-10-08 08:19:25 +00:00
|
|
|
. incl "/etc/rc.conf.d/*"
|
2014-07-21 14:12:35 +00:00
|
|
|
- . incl "/etc/rc.conf.local"
|
|
|
|
. incl "/etc/selinux/config"
|
|
|
|
. incl "/etc/ucf.conf"
|
|
|
|
. incl "/etc/locale.conf"
|