btw: Call me stupid, but why are you using constructs like this:
if [ "x$START_EKEYD" != "xYES" ]; then
log_failure_msg "Simtec Entropy Key Daemon is disabled"
exit 0
fiWith the added "x" in the tests? (also on the other ekeyed packages) Doesn't the "..." already solve the problem of an empty $START_EKEYD? Cheers, Chris. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

