Index: server/common/oursrc/tokensys/crontab
===================================================================
--- server/common/oursrc/tokensys/crontab	(revision 281)
+++ server/common/oursrc/tokensys/crontab	(revision 282)
@@ -1,2 +1,2 @@
-@reboot	/home/afsagent/renew
-0  */3  *  *  *	/home/afsagent/renew
+@reboot	afsagent /home/afsagent/renew
+0 */3 * * * afsagent /home/afsagent/renew
Index: server/fedora/specs/tokensys.spec
===================================================================
--- server/fedora/specs/tokensys.spec	(revision 281)
+++ server/fedora/specs/tokensys.spec	(revision 282)
@@ -29,5 +29,5 @@
 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
 install -D renew $RPM_BUILD_ROOT/home/afsagent/renew
-install -D crontab $RPM_BUILD_ROOT/home/afsagent/crontab
+install -D crontab $RPM_BUILD_ROOT/etc/cron.d/afsagent
 
 %clean
@@ -35,6 +35,6 @@
 
 %files
-%defattr(0644, afsagent, afsagent)
-/home/afsagent/crontab
+%defattr(0600, root, root)
+/etc/cron.d/afsagent
 %defattr(0755, afsagent, afsagent)
 /home/afsagent/renew
@@ -44,10 +44,4 @@
 useradd -u 101 -g 101 afsagent
 
-%post
-crontab -u afsagent /home/afsagent/crontab
-
-%preun
-crontab -u afsagent -r
-
 %postun
 userdel -r afsagent
@@ -55,4 +49,7 @@
 %changelog
 
+* Wed Apr 11 2007  Joe Presbrey <presbrey@mit.edu>
+- crontab moved system-wide (/etc/cron.d) to isolate from fail-over cron service
+
 * Sat Sep 30 2006  Jeff Arnold <jbarnold@MIT.EDU> 0.00
 - initial prerelease version
