From af136cf1f0cdb2455adff639049fe2e30246d296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Mon, 7 Oct 2013 13:42:44 +0200 Subject: [PATCH] - add mod_quotatab_sql to wheezy proftpd fixes #1268 - replace a stray tab with a space --- .../misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor | 2 +- .../misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor | 2 +- .../configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf | 2 +- templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor | 2 +- .../misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor | 2 +- templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor | 2 +- templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor | 2 +- .../misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor b/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor index 1c972c11..b480207d 100644 --- a/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor b/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor index 1c972c11..b480207d 100644 --- a/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf index f80363b4..0c555bcb 100644 --- a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf +++ b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf @@ -59,7 +59,7 @@ LoadModule mod_quotatab_file.c # Install one of the previous SQL backends and decomment # the previous mod_sql.c module to use this -#LoadModule mod_quotatab_sql.c +LoadModule mod_quotatab_sql.c LoadModule mod_quotatab_radius.c LoadModule mod_wrap.c LoadModule mod_rewrite.c diff --git a/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor b/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor index f468354f..9dfc7cb2 100644 --- a/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor @@ -7,4 +7,4 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin # # Please check that all following paths are correct # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor b/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor index 5913b2df..79711361 100644 --- a/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q /srv/www/froxlor/scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q /srv/www/froxlor/scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor b/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor index 1c972c11..b480207d 100644 --- a/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor b/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor index 1c972c11..b480207d 100644 --- a/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php diff --git a/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor b/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor index 1c972c11..b480207d 100644 --- a/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor @@ -5,4 +5,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q scripts/froxlor_master_cronjob.php