buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

Error in message-switch initscript

Open inigoml opened this issue 9 years ago • 1 comments

Scripts include single "-" for pidfile and daemon, but it's double -- start_daemon -p "$PIDFILE" $exec -pidfile" $PIDFILE" -daemon $MESSAGE_SWITCH_OPTION should be start_daemon -p "$PIDFILE" $exec --pidfile "$PIDFILE" --daemon $MESSAGE_SWITCH_OPTION

inigoml avatar Jul 03 '15 12:07 inigoml

CentOS 6.6

inigoml avatar Jul 03 '15 12:07 inigoml