Todd Zullinger wrote:
Are there guidelines on output from %post scriptlets? Specifically, if a scriptlet calls service whatever condrestart, is it required to send output to /dev/null? Most packages seem to do so, and the scriptlet snippets for init scripts suggest this.
Yes, suppressing scriptlet output is recommended.
-- Rex