summaryrefslogtreecommitdiff
path: root/mail/exim/files/exim.sh
blob: c30a25474dd622c6f7d2ec423ef9ee5c5c686b23 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
#	$NetBSD: exim.sh,v 1.2 1999/09/18 20:28:26 ad Exp $
#
if [ -x @PREFIX@/sbin/exim ] ; then
	echo -n ' exim'
	@PREFIX@/sbin/exim -bd -q15m
fi