Resolves: #1647241 - fix apachectl script
This commit is contained in:
parent
25b89a9479
commit
2fa14eded5
@ -26,7 +26,7 @@ Upstream-Status: vendor specific patch
|
||||
+if [ "x$2" != "x" ] ; then
|
||||
+ echo Passing arguments to httpd using apachectl is no longer supported.
|
||||
+ echo You can only start/stop/restart httpd using this script.
|
||||
+ echo To pass extra arguments to httpd, see the httpd.service(8)
|
||||
+ echo "To pass extra arguments to httpd, see the httpd.service(8)"
|
||||
+ echo man page.
|
||||
+fi
|
||||
+
|
||||
|
@ -13,7 +13,7 @@
|
||||
Summary: Apache HTTP Server
|
||||
Name: httpd
|
||||
Version: 2.4.37
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: https://httpd.apache.org/
|
||||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
Source1: index.html
|
||||
@ -729,6 +729,9 @@ exit $rv
|
||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2018 Luboš Uhliarik <luhliari@redhat.com> - 2.4.37-3
|
||||
- Resolves: #1647241 - fix apachectl script
|
||||
|
||||
* Wed Oct 31 2018 Joe Orton <jorton@redhat.com> - 2.4.37-2
|
||||
- add DefaultStateDir/ap_state_dir_relative()
|
||||
- mod_dav_fs: use state dir for default DAVLockDB
|
||||
|
Loading…
Reference in New Issue
Block a user