diff --git a/apache2.changes b/apache2.changes index 6ab22f0..256698f 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 3 15:12:04 UTC 2015 - pgajdos@suse.com + +- httpd2.pid in rc.apache2 was wrong [bnc#898193] + ------------------------------------------------------------------- Fri Jan 16 04:24:04 UTC 2015 - crrodriguez@opensuse.org diff --git a/rc.apache2 b/rc.apache2 index ba3807b..4a9fea1 100644 --- a/rc.apache2 +++ b/rc.apache2 @@ -29,7 +29,7 @@ pname=apache2 : ${sysconfdir:=/etc/$pname} : ${apache_link:=/usr/sbin/httpd2} : ${sysconfig_apache:=/etc/sysconfig/$pname} -: ${pidfile:=/var/run/httpd2.pid} +: ${pidfile:=/var/run/httpd.pid} : ${logdir:=/var/log/$pname} : ${homedir:=/var/lib/$pname}