source: branches/fc15-dev/server/common/patches/httpd-sysv-deps.patch @ 2032

Last change on this file since 2032 was 2032, checked in by ezyang, 12 years ago
Add systemd dependencies on remote filesystems/cron to httpd.
File size: 436 bytes
RevLine 
[2032]1--- a/httpd.init.orig   2011-11-05 19:10:18.897425517 -0400
2+++ b/httpd.init        2011-11-05 19:11:22.523201035 -0400
3@@ -12,7 +12,7 @@
4 #
5 ### BEGIN INIT INFO
6 # Provides: httpd
7-# Required-Start: $local_fs $remote_fs $network $named
8+# Required-Start: $local_fs $remote_fs $network $named openafs-client crond
9 # Required-Stop: $local_fs $remote_fs $network
10 # Should-Start: distcache
11 # Short-Description: start and stop Apache HTTP Server
Note: See TracBrowser for help on using the repository browser.