Description of problem: Running like this: 'sh -x /etc/init.d/lldpad status' one gets: /etc/init.d/lldpad: line 141: syntax error near unexpected token `<' /etc/init.d/lldpad: line 141: ` read RUNLEVEL REST < <(/sbin/runlevel);' It is not clear what this line was expected to do as variables RUNLEVEL and REST do not seem to be used anywhere. Version-Release number of selected component (if applicable): lldpad-0.9.38-1.fc14
Please note that if you use 'bash -x /etc/init.d/lldpad status' instead of your 'sh -x /etc/init.d/lldpad status', the command won't fail. I'm closing this as WONTFIX.