From 5f894988fe284b6303bd0f85a772e13dc913506f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Dec 06 2011 07:48:34 +0000 Subject: fix #751591 - start httpd after remote-fs --- 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 - 2.2.21-4 +- fix #751591 - start httpd after remote-fs + * Mon Oct 24 2011 Jan Kaluza - 2.2.21-3 - allow change state of BalancerMember in mod_proxy_balancer web interface