Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 7ca84d00a753576dfaee15bac39038f0 > files > 233

mrtg-2.14.5-4.el5.x86_64.rpm

#!/bin/sh
#
# smtp-stats: invoke mailstats from a wrapper for use in inetd.
#
PATH=/bin:/sbin
if [ -x "/bin/mailstats" ]
   then
   exec /bin/mailstats -f/etc/mail/sendmail.st
   fi