[augeas-devel] augeas: master - Dput: add 'allow_dcut' parameter

David Lutterkort lutter at fedoraproject.org
Wed Feb 24 01:47:13 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=6216f3cb9c13a313d6aed2ce643c8b202f539627
Commit:        6216f3cb9c13a313d6aed2ce643c8b202f539627
Parent:        6c7f09a92a33c668f8c36f99d9d54fe98006e4e0
Author:        Raphael Pinson <raphink at gmail.com>
AuthorDate:    Tue Feb 23 16:44:55 2010 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Tue Feb 23 16:44:55 2010 -0800

Dput: add 'allow_dcut' parameter

Fixes bug #105
---
 lenses/dput.aug |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lenses/dput.aug b/lenses/dput.aug
index 0eb6cc8..58ba0ca 100644
--- a/lenses/dput.aug
+++ b/lenses/dput.aug
@@ -19,7 +19,8 @@ let comment  = IniFile.comment IniFile.comment_re IniFile.comment_default
 let sep      = IniFile.sep IniFile.sep_re IniFile.sep_default
 
 
-let setting = "allow_non-us_software"
+let setting = "allow_dcut"
+            | "allow_non-us_software"
             | "allow_unsigned_uploads"
             | "check_version"
             | "default_host_main"




More information about the augeas-devel mailing list