Compare commits

...

No commits in common. "v962" and "v963" have entirely different histories.
v962 ... v963

View File

@ -9,6 +9,7 @@ stop on runlevel [016]
console none
script
/sbin/CheckPid /var/run/sendmail.pid
if [ -f /etc/mail/sendmail.cf ]; then
/usr/sbin/sendmail -bD -q30m -om
fi