Hi,

here on my Fedora and Redhat boxes, user crontab files are located under /var/spool/cron/<user>

--- cfengine_stdlib.cf.old        2011-07-14 16:33:33.460698807 +0200
+++ cfengine_stdlib.cf        2011-07-14 16:42:23.110447442 +0200
@@ -390,7 +390,9 @@
 vars:
   SuSE::
    "crontab" string => "/var/spool/cron/tabs";
- !SuSE::
+  redhat|fedora::
+   "crontab" string => "/var/spool/cron";
+ !(SuSE|redhat|fedora)::
    "crontab" string => "/var/spool/cron/crontabs";
 
 files:


And while we are at it: It seems that something went wrong with the last generation of the web pages, e.g.
http://cfengine.com/manuals/CfengineStdLibrary.html#bundle-agent-cronjob
is missing most of the code content.

Cheers,
Sven
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to