[25378] in Source-Commits
/svn/athena r24936 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Feb 3 14:48:43 2011
Date: Thu, 3 Feb 2011 14:48:37 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102031948.p13Jmb40004828@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-02-03 14:48:37 -0500 (Thu, 03 Feb 2011)
New Revision: 24936
Modified:
trunk/debathena/config/auto-update/debian/debathena-auto-update.postinst
trunk/debathena/config/auto-update/debian/debathena-auto-update.prerm
Log:
Fix typos in maintainer scripts
Modified: trunk/debathena/config/auto-update/debian/debathena-auto-update.postinst
===================================================================
--- trunk/debathena/config/auto-update/debian/debathena-auto-update.postinst 2011-02-03 19:42:43 UTC (rev 24935)
+++ trunk/debathena/config/auto-update/debian/debathena-auto-update.postinst 2011-02-03 19:48:37 UTC (rev 24936)
@@ -59,10 +59,10 @@
hostname=`hostname | tr 'A-Z' 'a-z'`
case $hostname in
m38-370*)
- upginterval=420
+ upginterval=480
;;
w20-575*)
- upginterval=480
+ upginterval=420
;;
esac
desync2cron 2 $upginterval root /usr/sbin/athena-auto-upgrade >> $UPG_CRONFILE
Modified: trunk/debathena/config/auto-update/debian/debathena-auto-update.prerm
===================================================================
--- trunk/debathena/config/auto-update/debian/debathena-auto-update.prerm 2011-02-03 19:42:43 UTC (rev 24935)
+++ trunk/debathena/config/auto-update/debian/debathena-auto-update.prerm 2011-02-03 19:48:37 UTC (rev 24936)
@@ -1,5 +1,5 @@
#!/bin/sh
-# prerm script for #PACKAGE#
+# prerm script for debathena-auto-update
#
# see: dh_installdeb(1)