Attempt to get Apache and OpenAFS to start in the right order sipb-xen-www/3.14
authorEvan Broder <broder@mit.edu>
Sun, 5 Oct 2008 03:33:37 +0000 (23:33 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 5 Oct 2008 03:33:37 +0000 (23:33 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=1045

debian/changelog
files/etc/init.d/apache2.invirt

index 45b9cf2..23c03ba 100644 (file)
@@ -1,3 +1,10 @@
+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
 
   * Don't add another Listen 443 directive - apache gets angry
 sipb-xen-www (3.13.1) unstable; urgency=low
 
   * Don't add another Listen 443 directive - apache gets angry
index 9b07a5c..254508d 100755 (executable)
@@ -1,4 +1,12 @@
 #!/usr/bin/pagsh -e
 #!/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.
 #
 #
 # Apache kstart wrapper by anders.
 #