FS#33907 - lighttpd logrotate uses initscript

Attached to Project: Arch Linux
Opened by Soup (Soup) - Sunday, 17 February 2013, 18:53 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 17 February 2013, 18:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Not really a bug, probably just something that needs to be switched to systemd before initscripts are removed, so I set severity to very low.

Name : lighttpd
Version : 1.4.32-2

Possibly /etc/logrotate.d/lighttpd:

postrotate
- /etc/rc.d/lighttpd reload >/dev/null || true
+ /usr/bin/systemctl reload lighttpd.service >/dev/null || true
endscript
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 17 February 2013, 18:58 GMT
Reason for closing:  Not a bug
Additional comments about closing:  already fixed in trunk

Loading...