FS#168 - Mistake in /etc/rc.shutdown
Attached to Project:
Arch Linux
Opened by (toth64) - Wednesday, 24 September 2003, 13:30 GMT
Last edited by Judd Vinet (judd) - Friday, 10 October 2003, 01:00 GMT
Opened by (toth64) - Wednesday, 24 September 2003, 13:30 GMT
Last edited by Judd Vinet (judd) - Friday, 10 October 2003, 01:00 GMT
|
Details
In /etc/rc.shutdown, when shutting down daemons, the first
item in the daemon array is never shutdown. The line:
while [[ i -gt 0 ]]; do should be while [[ i -ge 0 ]]; do so that DAEMONS[0] is stopped properly. This is only a problem for daemon scripts that do not add an entry to /var/run/daemons (such as pcmcia, which is how I noticed it), but is an easy fix. |
This task depends upon
Closed by Anonymous Submitter
Reason for closing: Fixed
Reason for closing: Fixed
Comment by Judd Vinet (judd) - Friday,
10 October 2003, 01:00 GMT
- Task details edited
Fixed in 0.5-8.