From: Stephen Soltesz Date: Thu, 15 Oct 2009 18:34:18 +0000 (+0000) Subject: remove monitor-client.cron X-Git-Tag: Monitor-3.0-23~4 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=0ef4db5de579402bb5e43fb118f25ebe9bb66961 remove monitor-client.cron update spec file accordingly --- diff --git a/Monitor.spec b/Monitor.spec index b892f96..7a86896 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -130,7 +130,7 @@ cd .. rm -rf $RPM_BUILD_ROOT #################### CLIENT #install -D -m 755 monitor-client.init $RPM_BUILD_ROOT/%{_initrddir}/monitor -install -D -m 644 monitor.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/monitor +#install -D -m 644 monitor.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/monitor install -D -m 755 timeout.pl $RPM_BUILD_ROOT/usr/bin/timeout.pl @@ -209,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT %files client %defattr(-,root,root) #%{_initrddir}/monitor -%{_sysconfdir}/cron.d/monitor +#%{_sysconfdir}/cron.d/monitor /usr/bin/timeout.pl %files pcucontrol diff --git a/monitor.cron b/monitor.cron deleted file mode 100644 index 57d98eb..0000000 --- a/monitor.cron +++ /dev/null @@ -1,5 +0,0 @@ -# Runs once a day at 12pm to fetch the monitor account keys in case it was -# inaccessible previously due to a network outage. - -0 12 * * * root /etc/init.d/monitor start > /dev/null 2>&1 -