[augeas-devel] augeas: master - Modprobe: Suse includes

David Lutterkort lutter at fedoraproject.org
Fri Feb 26 19:03:54 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=7da96e843c3b8d75d9bd4dd2da128c155045012c
Commit:        7da96e843c3b8d75d9bd4dd2da128c155045012c
Parent:        8b23a3b319ce9d50bb485bc5f47d0276c57960db
Author:        Frederik Wagner <wagner at lrz.de>
AuthorDate:    Fri Feb 26 15:10:50 2010 +0100
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Fri Feb 26 11:02:20 2010 -0800

Modprobe: Suse includes

* lenses/modprobe.aug: included /etc/modprobe.conf.local
---
 lenses/modprobe.aug |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lenses/modprobe.aug b/lenses/modprobe.aug
index 4f3a487..7cfa2c9 100644
--- a/lenses/modprobe.aug
+++ b/lenses/modprobe.aug
@@ -44,6 +44,7 @@ let lns = (comment|empty|entry)*
 
 let filter = (incl "/etc/modprobe.conf") .
   (incl "/etc/modprobe.d/*").
+  (incl "/etc/modprobe.conf.local").
   Util.stdexcl
 
 let xfm = transform lns filter




More information about the augeas-devel mailing list