]> git.pld-linux.org Git - packages/cronie.git/blob - cronie-paths.patch
7bb1ceb3ed1fd046e61ccdff92cbba8e5c4b8530
[packages/cronie.git] / cronie-paths.patch
1 --- cronie-1.4.1/src/cron-paths.h~      2009-08-11 22:01:57.847314880 +0200
2 +++ cronie-1.4.1/src/cron-paths.h       2009-08-11 22:06:36.364162561 +0200
3 @@ -17,11 +17,11 @@
4                 /* cron allow/deny file.  At least cron.deny must
5                  * exist for ordinary users to run crontab.
6                  */
7 -#define        CRON_ALLOW      "/etc/cron.allow"
8 -#define        CRON_DENY       "/etc/cron.deny"
9 +#define        CRON_ALLOW      "/etc/cron/cron.allow"
10 +#define        CRON_DENY       "/etc/cron/cron.deny"
11  
12                 /* 4.3BSD-style crontab f.e. /etc/crontab */
13 -#define SYSCRONTAB     "/etc/crontab"
14 +#define SYSCRONTAB     "/etc/cron.d/crontab"
15  
16                 /* system crontab dir f.e. /etc/cron.d/ */
17  #define SYS_CROND_DIR  "/etc/cron.d"
This page took 0.015578 seconds and 2 git commands to generate.