fix #783629 - start httpd after named

This commit is contained in:
Jan Kaluza 2012-01-23 12:46:55 +01:00
parent ce009f995d
commit a94221331d
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=The Apache HTTP Server (@NAME@ MPM)
After=syslog.target network.target remote-fs.target
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=forking

View File

@ -9,7 +9,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.2.21
Release: 6%{?dist}
Release: 7%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@ -539,6 +539,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd
%changelog
* Mon Jan 23 2012 Jan Kaluza <jkaluza@redhat.com> - 2.2.21-7
- fix #783629 - start httpd after named
* Mon Jan 16 2012 Joe Orton <jorton@redhat.com> - 2.2.21-6
- complete conversion to systemd, drop init script (#770311)
- fix comments in /etc/sysconfig/httpd (#771024)