diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-21 04:18:59 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-21 04:18:59 +0000 |
commit | ea51359e63631e6e63dca09271bd5e7528edd1bc (patch) | |
tree | b4cc6f79925aaeb409f9ab61427035cdbc224f4e /comms/mgetty+sendfax | |
parent | Set ownership and permissions (diff) |
#define MAILER "/usr/sbin/sendmail"
Notes
Notes:
svn path=/head/; revision=440
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/scripts/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/scripts/configure b/comms/mgetty+sendfax/scripts/configure index dddd70aa4d26..9bf8c0727493 100644 --- a/comms/mgetty+sendfax/scripts/configure +++ b/comms/mgetty+sendfax/scripts/configure @@ -371,4 +371,6 @@ cat <<END END wn "file (eg /usr/local/lib/mgetty+sendfax/dialin.config):" CNDFILE +ww MAILER \"/usr/sbin/sendmail\" + exit 0 |