Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2017-03-10 21:45:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Fri Mar 10 21:45:08 2017 rev:131 rq:477566 version:2.4.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2017-02-26 
17:02:17.419299372 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2017-03-10 
21:45:09.300241941 +0100
@@ -1,0 +2,7 @@
+Tue Mar  7 15:14:29 UTC 2017 - pgaj...@suse.com
+
+- start_apache2: include individual sysconfig.d files instead of
+  sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf
+  is processed [bsc#1023616]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------



++++++ start_apache2 ++++++
--- /var/tmp/diff_new_pack.1VW0ji/_old  2017-03-10 21:45:11.675904990 +0100
+++ /var/tmp/diff_new_pack.1VW0ji/_new  2017-03-10 21:45:11.675904990 +0100
@@ -157,9 +157,12 @@
 # run Apache
 #
 
-exec $apache_bin -f $httpd_conf $server_flags \
+exec $apache_bin $server_flags \
         -C "PidFile $pid_file" \
-        -C "Include $sysconfd_dir" \
+        -C "Include $sysconfd_dir/loadmodule.conf" \
+        -C "Include $sysconfd_dir/global.conf" \
+        -f $httpd_conf \
+        -c "Include $sysconfd_dir/include.conf" \
         "${sysconfig_setting[@]}" \
         $@
 


Reply via email to