mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4 lines
104 B
Bash
4 lines
104 B
Bash
|
#!/bin/sh
|
||
|
args='-bd -q30m'
|
||
|
[ -x /usr/local/sbin/exim ] && /usr/local/sbin/exim $args && echo -n ' exim'
|