I figured out the tidy question. But I would still like to find a copy
of the documentation for version 2.1.9. Is there someplace I can find a
copy? Does anyone have a copy they could send me? 

I moved the order around

This is what I had
My tidy statement:
tidy:
        any::
                /tmp            pat=*   r=inf   age=7
                /var/tmp        pat=*   r=inf   age=7
ignore:
        .webmin
        .X11-unix

This is what I changed it to:
My tidy statement:
tidy:
        any::
                /tmp            pat=*  age=7 r=inf
/var/tmp        pat=*  age=7 r=inf  
ignore:
        
       any::
                .webmin
        .X11-unix

It works like a charm now.......

Mark Wolf
UNIX/Linux System Administrator
ESCO Corporation
Office 503-778-6278
Cell 503-703-6671
 
Choose Linux or....
Choose Two: Good, Fast, or Cheap!
  
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Wolf, Mark W.
Sent: Thursday, April 06, 2006 12:55 PM
To: Help-cfengine@cfengine.org
Subject: tidy question

I am trying use tidy to clean directories out of /tmp 

I am using version 2.1.9

My tidy statement:
tidy:
        any::
                /tmp            pat=*   r=inf   age=7
                /var/tmp        pat=*   r=inf   age=7
ignore:
        .webmin
        .X11-unix

I am getting an error message telling that I need to set that age. I am
using documentation for 2.1.11, which may be the problem. So I have two
questions
What is the proper way to define the age for version 2.1.9?
And is there some place I can find a copy of the reference for this
version? 



Mark Wolf
UNIX/Linux System Administrator
ESCO Corporation

Choose Linux or....
Choose Two: Good, Fast, or Cheap!
 
 

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

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

Reply via email to