Title: Message

I have a simple editfiles example to test recrsive (subdir) editing. The file edits works fine, it is the "Unknown action in editing of file" message that thows me off. Here is the cfengine version info:

# cfagent -V
GNU cfengine 2.1.14
Free Software Foundation 1994-
Donated by Mark Burgess, Faculty of Engineering,
Oslo University College, 0254 Oslo, Norway
This program is covered by the GNU Public License and may be
copied free of charge.  No warranty is implied.

#

Thanks in advance for your help.

-Yehia Beyh

 

editfiles:

   { /tmp/test1
           Recurse "inf"          # iterated over all files                   
           AppendIfNoSuchLine "testing"                                       
   }

# cfagent -K
...
CF_TST: Unknown action in editing of file /tmp/test1/dir1/file1
CF_TST: Saving edit changes to file /tmp/test1/dir1/file1
CF_TST: Moved /tmp/test1/dir1/file1_1117209376_Fri_May_27_11_56_16_2005_.cfsaved to repository location /etc/cfengine/repository/_tmp_test1_dir1_file1_1117209376_Fri_May_27_11_56_16_2005_.cfsaved
CF_TST: Unknown action in editing of file /tmp/test1/dir2/file2
CF_TST: Saving edit changes to file /tmp/test1/dir2/file2
CF_TST: Moved /tmp/test1/dir2/file2_1117209376_Fri_May_27_11_56_16_2005_.cfsaved to repository location /etc/cfengine/repository/_tmp_test1_dir2_file2_1117209376_Fri_May_27_11_56_16_2005_.cfsaved
CF_TST: Unknown action in editing of file /tmp/test1/file
CF_TST: Saving edit changes to file /tmp/test1/file
CF_TST: Moved /tmp/test1/file_1117209376_Fri_May_27_11_56_16_2005_.cfsaved to repository location /etc/cfengine/repository/_tmp_test1_file_1117209376_Fri_May_27_11_56_16_2005_.cfsaved
CF_TST: do one:two:three:four nodea

# cfagent -K
CF_TST: Unknown action in editing of file /tmp/test1/dir1/file1
CF_TST: Unknown action in editing of file /tmp/test1/dir2/file2
CF_TST: Unknown action in editing of file /tmp/test1/file
CF_TST: do one:two:three:four nodea
#

_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to