Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2024-03-04 21:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx (Old)
 and      /work/SRC/openSUSE:Factory/.nginx.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx"

Mon Mar  4 21:24:38 2024 rev:86 rq:1154408 version:1.25.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx/nginx.changes      2024-02-25 
14:04:45.737954256 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new.1770/nginx.changes    2024-03-04 
21:24:40.373387254 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 10:24:27 UTC 2024 - Adam Mizerski <[email protected]>
+
+- logrotate: don't fail if service not running
+
+-------------------------------------------------------------------

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

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


++++++ nginx.logrotate ++++++
--- /var/tmp/diff_new_pack.BcvMmx/_old  2024-03-04 21:24:41.101413670 +0100
+++ /var/tmp/diff_new_pack.BcvMmx/_new  2024-03-04 21:24:41.105413816 +0100
@@ -8,9 +8,8 @@
     notifempty
     delaycompress
     lastaction
-      # -s reopen will use the pid file passed in the config file or the 
compiled in default path
-      /usr/sbin/nginx -s reopen
-    endscript  
+      # "-s reopen" will use the pid file passed in the config file or the 
compiled in default path
+      [ -f /run/nginx.pid ] && /usr/sbin/nginx -s reopen
+    endscript
 }
 
-

Reply via email to