[augeas-devel] [PATCH 1 of 4] sto_to_com is a sto_to_com_cmnd (allows spaces) in cmnd_spec

Raphael Pinson raphink at gmail.com
Tue Aug 12 11:59:03 UTC 2008


# HG changeset patch
# User Raphael Pinson <raphink at gmail.com>
# Date 1218541935 -7200
# Node ID c7493880b0712a521f2bd2ab631497e229a593b0
# Parent  f5cfb9fc03f4a7eeefb2a8633bfd3159e4b1e6be
sto_to_com is a sto_to_com_cmnd (allows spaces) in cmnd_spec

diff -r f5cfb9fc03f4 -r c7493880b071 lenses/sudoers.aug
--- a/lenses/sudoers.aug	Tue Aug 12 13:42:08 2008 +0200
+++ b/lenses/sudoers.aug	Tue Aug 12 13:52:15 2008 +0200
@@ -161,7 +161,7 @@ module Sudoers =
     (***********************************************************************************
     *  Cmnd_Spec ::= Runas_Spec? Tag_Spec* Cmnd
     ***********************************************************************************)
-    let cmnd_spec  = [ label "command" .  runas_spec? . tag_spec* . sto_to_com ]
+    let cmnd_spec  = [ label "command" .  runas_spec? . tag_spec* . sto_to_com_cmnd ]
 
     (***********************************************************************************
     * Cmnd_Spec_List ::= Cmnd_Spec |




More information about the augeas-devel mailing list