Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2020-10-18 16:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Sun Oct 18 16:18:39 2020 rev:174 rq:841747 version:2.4.46

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2020-09-25 
16:28:17.399717938 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new.3486/apache2.changes        
2020-10-18 16:18:44.996419485 +0200
@@ -1,0 +2,10 @@
+Wed Oct 14 09:43:08 UTC 2020 - Franck Bui <f...@suse.com>
+
+- /var/run is depracted, /run should be used instead
+
+-------------------------------------------------------------------
+Wed Oct 14 06:43:21 UTC 2020 - Franck Bui <f...@suse.com>
+
+- systemd-ask-password is located in /usr/bin
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-systemd-ask-pass ++++++
--- /var/tmp/diff_new_pack.vfSjf1/_old  2020-10-18 16:18:46.768420274 +0200
+++ /var/tmp/diff_new_pack.vfSjf1/_new  2020-10-18 16:18:46.768420274 +0200
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): "
+exec /usr/bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): "




++++++ start_apache2 ++++++
--- /var/tmp/diff_new_pack.vfSjf1/_old  2020-10-18 16:18:47.016420384 +0200
+++ /var/tmp/diff_new_pack.vfSjf1/_new  2020-10-18 16:18:47.016420384 +0200
@@ -79,7 +79,7 @@
 # be used in the configuration to change this, otherwise
 # stopping will not work
 #
-pid_file=/var/run/httpd${instance_suffix}.pid
+pid_file=/run/httpd${instance_suffix}.pid
 
 unset sysconfig_setting
 #


Reply via email to