FS#23945 - [lighttpd] a small mistake in /etc/rc.d/lighttpd
Attached to Project:
Arch Linux
Opened by Miao Jiang (jiangmiao) - Tuesday, 26 April 2011, 11:55 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 27 April 2011, 13:06 GMT
Opened by Miao Jiang (jiangmiao) - Tuesday, 26 April 2011, 11:55 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 27 April 2011, 13:06 GMT
|
Details
Description:
a small mistake in /etc/rc.d/lighttpd Line: 47 if [ ! -d "{$piddir}" ]; then Should be if [ ! -d "${piddir}" ]; then Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Comment by Pierre Schmitz (Pierre) -
Wednesday, 27 April 2011, 13:06 GMT
Good catch, thanks.