提交 9c01038a 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-5784] logrotate script for RPM/openSUSE bug fix

上级 15c66f0d
...@@ -52,6 +52,9 @@ Upcoming changes</a> ...@@ -52,6 +52,9 @@ Upcoming changes</a>
<li class=bug> <li class=bug>
Fixed a JVM dependency in debian package so that it can run with OpenJDK Fixed a JVM dependency in debian package so that it can run with OpenJDK
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8159">issue 8159</a>) (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8159">issue 8159</a>)
<li class=bug>
Fixed a log rotation configuration problem on Red Hat
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-5784">issue 5784</a>)
<li class=rfe> <li class=rfe>
Debian package will force-terminate Jenkins if it fails to shut down in 5 seconds. Debian package will force-terminate Jenkins if it fails to shut down in 5 seconds.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-5415">issue 5415</a>) (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5415">issue 5415</a>)
......
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
missingok missingok
create 644 create 644
postrotate postrotate
kill -SIGALRM `cat /var/run/jenkins.pid` kill -s SIGALRM `cat /var/run/jenkins.pid`
endscript endscript
} }
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
missingok missingok
create 644 create 644
postrotate postrotate
kill -SIGALRM `cat /var/run/jenkins.pid` kill -s SIGALRM `cat /var/run/jenkins.pid`
endscript endscript
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册