[httpd/f16] fix #751591 - start httpd after network filesystems

Jan Kaluža jkaluza at fedoraproject.org
Mon Mar 5 10:40:50 UTC 2012


commit 309ff656a1cce7e3c06c0a1e8eb9f5978c339a2f
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Mon Mar 5 11:35:18 2012 +0100

    fix #751591 - start httpd after network filesystems
    
    - fix #783629 - start httpd after named

 httpd.service |    2 +-
 httpd.spec    |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/httpd.service b/httpd.service
index 35e662c..40c8e7c 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 nss-lookup.target
 
 [Service]
 Type=forking
diff --git a/httpd.spec b/httpd.spec
index be2de75..aed22a2 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.22
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -515,6 +515,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Mon Mar 05 2012 Jan Kaluza <jkaluza at redhat.com> - 2.2.22-2
+- fix #751591 - start httpd after network filesystems
+- fix #783629 - start httpd after named
+
 * Mon Feb 13 2012 Joe Orton <jorton at redhat.com> - 2.2.22-1
 - update to 2.2.22
 


More information about the scm-commits mailing list