[23962] in Source-Commits
/svn/athena r23572 - in trunk/debathena/debathena: clusterinfo/debian pyhesiodfs/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Mar 7 16:50:50 2009
Date: Sat, 7 Mar 2009 16:50:03 -0500
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903072150.n27Lo31q014989@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-07 16:50:03 -0500 (Sat, 07 Mar 2009)
New Revision: 23572
Modified:
trunk/debathena/debathena/clusterinfo/debian/changelog
trunk/debathena/debathena/clusterinfo/debian/rules
trunk/debathena/debathena/pyhesiodfs/debian/changelog
trunk/debathena/debathena/pyhesiodfs/debian/rules
Log:
In clusterinfo:
* Update clusterinfo late enough in the boot process that there's a
chance networking will be up.
In pyhesiodfs:
* Start pyhesiodfs before ssh so that users don't end up without their
homedirs
Modified: trunk/debathena/debathena/clusterinfo/debian/changelog
===================================================================
--- trunk/debathena/debathena/clusterinfo/debian/changelog 2009-03-07 21:30:12 UTC (rev 23571)
+++ trunk/debathena/debathena/clusterinfo/debian/changelog 2009-03-07 21:50:03 UTC (rev 23572)
@@ -1,3 +1,10 @@
+debathena-clusterinfo (1.2) unstable; urgency=low
+
+ * Update clusterinfo late enough in the boot process that there's a
+ chance networking will be up.
+
+ -- Evan Broder <broder@mit.edu> Sat, 07 Mar 2009 16:31:12 -0500
+
debathena-clusterinfo (1.1) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
Modified: trunk/debathena/debathena/clusterinfo/debian/rules
===================================================================
--- trunk/debathena/debathena/clusterinfo/debian/rules 2009-03-07 21:30:12 UTC (rev 23571)
+++ trunk/debathena/debathena/clusterinfo/debian/rules 2009-03-07 21:50:03 UTC (rev 23572)
@@ -1,3 +1,5 @@
#!/usr/bin/make -f
+DEB_UPDATE_RCD_PARAMS_debathena-clusterinfo += defaults 90 10
+
include /usr/share/cdbs/1/rules/debhelper.mk
Modified: trunk/debathena/debathena/pyhesiodfs/debian/changelog
===================================================================
--- trunk/debathena/debathena/pyhesiodfs/debian/changelog 2009-03-07 21:30:12 UTC (rev 23571)
+++ trunk/debathena/debathena/pyhesiodfs/debian/changelog 2009-03-07 21:50:03 UTC (rev 23572)
@@ -1,3 +1,10 @@
+debathena-pyhesiodfs (0.0.r167-0debathena3) unstable; urgency=low
+
+ * Start pyhesiodfs before ssh so that users don't end up without their
+ homedirs
+
+ -- Evan Broder <broder@mit.edu> Sat, 07 Mar 2009 16:32:07 -0500
+
debathena-pyhesiodfs (0.0.r167-0debathena2) unstable; urgency=low
* Change "Debian-Athena Project" to "Debathena Project".
Modified: trunk/debathena/debathena/pyhesiodfs/debian/rules
===================================================================
--- trunk/debathena/debathena/pyhesiodfs/debian/rules 2009-03-07 21:30:12 UTC (rev 23571)
+++ trunk/debathena/debathena/pyhesiodfs/debian/rules 2009-03-07 21:50:03 UTC (rev 23572)
@@ -9,6 +9,8 @@
DEB_DH_INSTALLINIT_ARGS += --restart-after-upgrade
endif
+DEB_UPDATE_RCD_PARAMS_debathena-pyhesiodfs += defaults 15 85
+
clean::
if [ -f pyhesiodfs ]; then mv pyhesiodfs pyHesiodFS.py; fi