freebsd-ports/mail/mailagent/files/patch-agent-magent.sh
John Marino 1b8383012b Convert mail/mailagent from an interactive to a regular port
This PR saved this unmaintained port from the chopping block next week.

PR:		196642
Submitted by:	Yoshiaki Kasahara
2014-08-14 14:59:26 +00:00

15 lines
386 B
Bash

--- ./agent/magent.sh.orig 2011-12-23 07:44:07.000000000 +0900
+++ ./agent/magent.sh 2014-08-14 01:59:33.545705026 +0900
@@ -116,10 +116,10 @@
\$phostname = '$phostname';
# Our domain name
-\$mydomain = '$mydomain';
+\$mydomain = '';
# Hidden network (advertised host)
-\$hiddennet = '$hiddennet';
+\$hiddennet = '';
# Directory where mail is spooled
\$maildir = '$maildir';