Changeset 1045


Ignore:
Timestamp:
Oct 4, 2008, 11:33:37 PM (16 years ago)
Author:
broder
Message:

Attempt to get Apache and OpenAFS to start in the right order

Location:
trunk/packages/sipb-xen-www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/debian/changelog

    r1028 r1045  
     1sipb-xen-www (3.14) unstable; urgency=low
     2
     3  * Try to fix startup ordering problem by specifying that the new startup
     4    script depends on $remote_fs
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:32:14 -0400
     7
    18sipb-xen-www (3.13.1) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt

    r854 r1045  
    11#!/usr/bin/pagsh -e
     2### BEGIN INIT INFO
     3# Provides:          apache2
     4# Required-Start:    $local_fs $remote_fs $network $syslog openafs-client
     5# Required-Stop:     $local_fs $remote_fs $network $syslog openafs-client
     6# Default-Start:     2 3 4 5
     7# Default-Stop:      0 1 6
     8# Short-Description: Start/stop apache2 web server
     9### END INIT INFO
    210#
    311# Apache kstart wrapper by anders.
Note: See TracChangeset for help on using the changeset viewer.