]> git.pld-linux.org Git - packages/cronie.git/blame - cronie-paths.patch
- pldize paths
[packages/cronie.git] / cronie-paths.patch
CommitLineData
84a870a4
AM
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.023288 seconds and 4 git commands to generate.