From d7100c59c7be516663ae8d13b7e587ec4c1124da Mon Sep 17 00:00:00 2001 From: jsatoh Date: Thu, 4 Apr 2013 00:35:54 +0000 Subject: [PATCH] 2013-04-04 Junichi Satoh * pandora_server_installer: As the same as Linux, changed cron setting of maintenance process for BSD to hourly. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/pandora_server_installer | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3b6a1f6a7e..b88fa52132 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2013-04-04 Junichi Satoh + + * pandora_server_installer: As the same as Linux, changed cron setting + of maintenance process for BSD to hourly. + 2013-04-03 Junichi Satoh * pandora_server_installer, Makefile.PL: Added support for NetBSD. diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index 8f47a21b51..af6df38e0b 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -438,7 +438,7 @@ perl-TimeDate perl-XML-Simple perl-XML-Twig perl-libwww-perl mysql-client perl-S if [ $? -ne 0 ] then echo "# Pandora FMS" >> /etc/crontab - echo "2 0 * * * root perl /usr/local/share/pandora_server/util/pandora_db.pl /usr/local/etc/pandora/pandora_server.conf" >> /etc/crontab + echo "2 * * * * root perl /usr/local/share/pandora_server/util/pandora_db.pl /usr/local/etc/pandora/pandora_server.conf" >> /etc/crontab else echo "The crontab for pandora_db.pl is already configured." fi