help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: copy / timestamp


From: skaar
Subject: Re: copy / timestamp
Date: Thu, 10 Jul 2003 11:07:15 -0400
User-agent: Mutt/1.4i

ignore that - it seems to be a different problem.

* skaar (skaar@aol.net) [030710 09:32]:
> Mark,
> 
> did you add backup=timestamp to copy: ? It doesn't work
> 
> install.c:
> if ((strcmp(value,"timestamp") == 0))
>    {
>    *pflag = 's';
>    return;
>    }
> 
> image.c:
>    if (IMAGEBACKUP == 's')
>       {
>       strcat(backup,stamp);
>       }
> 
>    strcat(backup,CF_SAVED);
> 
> shouldn't that be:
> image.c:
>    if (IMAGEBACKUP == 's')
>       {
>       strcat(backup,stamp);
>       }
>    else
>       {
>       strcat(backup,CF_SAVED);
>       }
> 
> -- 
> /skaar
> 
> +-------------------------------------------------------------------+
> +----- skaar@aol.net                   kent skaar   ----------------+
> +----- internet services: infrastructure security   ----------------+
> +-------------------------------------------------------------------+
> 
> 
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-cfengine

-- 
/skaar

+-------------------------------------------------------------------+
+----- skaar@aol.net                   kent skaar   ----------------+
+----- internet services: infrastructure security   ----------------+
+-------------------------------------------------------------------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]