Hi! * Hideki Yamane <[email protected]> [101123 09:10]:
> I created a patch for this bug - just ignore error. > Please check and apply if it's okay. No, I think a better fix is to test, if update-inetd exists and only call it, if that's the case. Better than ignoring ALL errors. And, by the way, this change: > - deluser --quiet identd || true > + deluser --quiet identd 2>/dev/null || true Isn't about the actual problem. (Again, I think it would be more elegant to not ignore all errors, but just the really necessary ones.) Best Regards, Alexander -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

