David, Would you be able to understand what this code does if it was written like this:
if [ "$sendmail_flags" != NO ] && [ -s /etc/mailer.conf ]; then
echo -n ' sendmail'
/usr/sbin/sendmail $sendmail_flags > /dev/null 2>&1 &
fi
# Han
David, Would you be able to understand what this code does if it was written like this:
if [ "$sendmail_flags" != NO ] && [ -s /etc/mailer.conf ]; then
echo -n ' sendmail'
/usr/sbin/sendmail $sendmail_flags > /dev/null 2>&1 &
fi
# Han