Handle hostnames with upper-case letters
[webmin.git] / cron / config-open-linux
1 cron_dir=/var/spool/cron
2 cron_deny_file=/etc/cron.deny
3 cron_input=1
4 cron_delete_command=crontab -u USER -r
5 cron_user_delete_command=crontab -r
6 cron_edit_command=crontab -u USER -e
7 cron_user_edit_command=crontab -e
8 vixie_cron=1
9 cron_deny_all=2
10 system_crontab=/etc/crontab
11 cron_allow_file=/etc/cron.allow
12 cron_get_command=crontab -u USER -l
13 cron_user_get_command=crontab -l
14 run_parts=/usr/sbin/cronloop
15 run_parts_dir=/etc/cron.d
16 cronfiles_dir=/etc/cron.d/tabs.d
17 max_len=80
18 show_run=0
19 show_time=0
20 match_mode=0
21 match_user=1
22 kill_subs=0
23 show_comment=0
24 hourly_only=0
25 max_jobs=100