diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:56:54 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:56:54 +0000 |
commit | 5c2132f1a7c081ec35dddff1be6a1b1e474abca7 (patch) | |
tree | 12064f85663d9bb750d92c4c9a0419f5265f84ed /mail/im | |
parent | 26e971957e0ca1238e9e2472541bb961b2a3224d (diff) |
I forgot to add this patch in previous commit.
PR: 13634
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21405
Diffstat (limited to 'mail/im')
-rw-r--r-- | mail/im/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/im/files/patch-ab b/mail/im/files/patch-ab new file mode 100644 index 000000000000..5221825df998 --- /dev/null +++ b/mail/im/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.in~ Fri Aug 20 13:10:00 1999 ++++ configure.in Mon Aug 30 16:57:34 1999 +@@ -96,7 +96,7 @@ + esac + + AC_MSG_CHECKING([domain for mail-address]) +-im_hostname=`hostname` ++im_hostname="_domain_of_your_mail_address_" + AC_MSG_RESULT([$im_hostname]) + + AC_OUTPUT(imali:imali.in imcat:imcat.in imcd:imcd.in imclean:imclean.in \ |