f3f020da659a
fda894de422b
1 2 3 4 5
6
7 8 9 10 11
#! /bin/sh if [ $# -eq 0 -o "$1" = "start" ]; then if [ -x !!PREFIX!!/sbin/smtpfwdd ] ; then !!PREFIX!!/sbin/smtpfwdd echo -n " smtpfwdd" fi fi if [ "$1" = "stop" ]; then killall smtpfwdd fi