Hello community, here is the log from the commit of package nginx for openSUSE:Factory checked in at 2016-10-23 12:52:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx (Old) and /work/SRC/openSUSE:Factory/.nginx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx" Changes: -------- --- /work/SRC/openSUSE:Factory/nginx/nginx.changes 2016-10-14 09:06:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2016-10-23 12:52:12.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 10 10:23:47 UTC 2016 - [email protected] + +- Fix the logrotate script: we had a hardcoded postrotate action + pointing to /etc/init.d/nginx. This does not exist anymore on + systemd hosts. Replace it with /usr/sbin/nginx -s reopen, which + will use the pid file passed in the config file or the compiled + in default path. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx.logrotate ++++++ --- /var/tmp/diff_new_pack.ufS680/_old 2016-10-23 12:52:13.000000000 +0200 +++ /var/tmp/diff_new_pack.ufS680/_new 2016-10-23 12:52:13.000000000 +0200 @@ -8,7 +8,8 @@ notifempty create 644 root root postrotate - /etc/init.d/nginx reopen + # -s reopen will use the pid file passed in the config file or the compiled in default path + /usr/sbin/nginx -s reopen endscript }
