From 968137a96757f5dc0371dfc7acbf354876c78e10 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 22 Dec 2010 12:47:31 +0000 Subject: [PATCH] - use php symlink to binary, fixes #526 --- templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor b/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor index 93eb07b4..a36afcd2 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/lib/php5/bin/php -q scripts/froxlor_master_cronjob.php +*/5 * * * * root /usr/bin/php -q scripts/froxlor_master_cronjob.php