FS#25623 - [initscripts] mistype in 'functions' file
Attached to Project:
Arch Linux
Opened by Sergej Pupykin (sergej) - Wednesday, 17 August 2011, 16:36 GMT
Last edited by Tom Gundersen (tomegun) - Thursday, 18 August 2011, 21:58 GMT
Opened by Sergej Pupykin (sergej) - Wednesday, 17 August 2011, 16:36 GMT
Last edited by Tom Gundersen (tomegun) - Thursday, 18 August 2011, 21:58 GMT
|
Details
echo "A daemon is starting another daemon, this is unlikely
to work as intended.\n"
probably should be echo -e "A daemon is starting another daemon, this is unlikely to work as intended.\n" or echo "A daemon is starting another daemon, this is unlikely to work as intended." |
This task depends upon
Comment by Tom Gundersen (tomegun) -
Thursday, 18 August 2011, 21:57 GMT
Indeed. Fixed in git. Thanks!