Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 53cc7e02d8a76b200cbe189ce9bf3035 > files > 234

mrtg-2.16.4-3.fc14.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