Skip to content

Commit

Permalink
Fixed a bug in the log rotation setting of RPM packages.
Browse files Browse the repository at this point in the history
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@25403 71c3de6d-444a-0410-be80-ed276b4c234a
  • Loading branch information
kohsuke committed Jan 6, 2010
1 parent 0d3735a commit cffd73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensuse/SOURCES/hudson.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
size=+4096k
notifempty
missingok
create 644 root root
create 644
postrotate
kill -SIGALRM `cat /var/run/hudson.pid`
endscript
Expand Down
2 changes: 1 addition & 1 deletion rpm/SOURCES/hudson.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
size=+4096k
notifempty
missingok
create 644 root root
create 644
postrotate
kill -SIGALRM `cat /var/run/hudson.pid`
endscript
Expand Down

0 comments on commit cffd73e

Please sign in to comment.