1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/exim-devel/files/exim.sh
Mark Murray bfcc6414a5 Upgrade to version 2.053 (test release), which includes embedded perl
support and incorporates some FreeBSD-specific patches.
1998-11-16 09:45:24 +00:00

4 lines
104 B
Bash

#!/bin/sh
args='-bd -q30m'
[ -x /usr/local/sbin/exim ] && /usr/local/sbin/exim $args && echo -n ' exim'