[httpd] fix #751591 - start httpd after remote-fs

Jan Kaluža jkaluza at fedoraproject.org
Tue Dec 6 07:52:12 UTC 2011


commit 5f894988fe284b6303bd0f85a772e13dc913506f
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Tue Dec 6 08:48:34 2011 +0100

    fix #751591 - start httpd after remote-fs

 httpd.service |    2 +-
 httpd.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpd.service b/httpd.service
index 35e662c..4fc2b7e 100644
--- a/httpd.service
+++ b/httpd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=The Apache HTTP Server (@NAME@ MPM)
-After=syslog.target network.target
+After=syslog.target network.target remote-fs.target
 
 [Service]
 Type=forking
diff --git a/httpd.spec b/httpd.spec
index ab7425b..d3bfcbb 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.21
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rpm/macros.httpd
 
 %changelog
+* Tue Dec 06 2011 Jan Kaluza <jkaluza at redhat.com> - 2.2.21-4
+- fix #751591 - start httpd after remote-fs
+
 * Mon Oct 24 2011 Jan Kaluza <jkaluza at redhat.com> - 2.2.21-3
 - allow change state of BalancerMember in mod_proxy_balancer web interface
 


More information about the scm-commits mailing list