- Timestamp:
- Oct 4, 2008, 11:33:37 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/debian/changelog
r1028 r1045 1 sipb-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 1 8 sipb-xen-www (3.13.1) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-www/files/etc/init.d/apache2.invirt
r854 r1045 1 1 #!/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 2 10 # 3 11 # Apache kstart wrapper by anders.
Note: See TracChangeset
for help on using the changeset viewer.