remove monitor-client.cron
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 15 Oct 2009 18:34:18 +0000 (18:34 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 15 Oct 2009 18:34:18 +0000 (18:34 +0000)
update spec file accordingly

Monitor.spec
monitor.cron [deleted file]

index b892f96..7a86896 100644 (file)
@@ -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 (file)
index 57d98eb..0000000
+++ /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
-