Bug:

Backup "single" or Backup "one" in editfiles is
treated the same as Backup "false"


Patch:

--- src/edittools.c.orig        2006-11-24 11:33:57.276910000
-0500
+++ src/edittools.c     2006-11-24 11:34:24.278227000
-0500
@@ -1721,7 +1721,7 @@
           
           if (strcmp("single",ToLowerStr(expdata)) ==
0 || strcmp("one",ToLowerStr(expdata)) == 0)
              {
-             IMAGEBACKUP = 'n';
+             IMAGEBACKUP = 'y';
              }
           
           if (strcmp("timestamp",ToLowerStr(expdata))
== 0 || strcmp("stamp",ToLowerStr(expdata)) == 0)

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine

Reply via email to