From 0ef4db5de579402bb5e43fb118f25ebe9bb66961 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 15 Oct 2009 18:34:18 +0000 Subject: [PATCH] remove monitor-client.cron update spec file accordingly --- Monitor.spec | 4 ++-- monitor.cron | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 monitor.cron 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 - -- 2.43.0