svn path=/trunk/packages/sipb-xen-www/; revision=1045
+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
#!/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.
#