Index: trunk/packages/sipb-xen-www/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-www/debian/changelog	(revision 1042)
+++ trunk/packages/sipb-xen-www/debian/changelog	(revision 1045)
@@ -1,2 +1,9 @@
+sipb-xen-www (3.14) unstable; urgency=low
+
+  * Try to fix startup ordering problem by specifying that the new startup
+    script depends on $remote_fs
+
+ -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:32:14 -0400
+
 sipb-xen-www (3.13.1) unstable; urgency=low
 
Index: trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt
===================================================================
--- trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt	(revision 1042)
+++ trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt	(revision 1045)
@@ -1,3 +1,11 @@
 #!/usr/bin/pagsh -e
+### BEGIN INIT INFO
+# Provides:          apache2
+# Required-Start:    $local_fs $remote_fs $network $syslog openafs-client
+# Required-Stop:     $local_fs $remote_fs $network $syslog openafs-client
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start/stop apache2 web server
+### END INIT INFO
 #
 # Apache kstart wrapper by anders.
