freebsd-ports/news/inn/files/patch-lib_innconf.c
Shaun Amott 4cba7980c2 For the inn ports:
- Fix build in the case where the host machine has either no DNS, or an
  incomplete hostname.
- Use a generic placeholder in the default config file rather than the
  build machine's name.
- Pet portlint(1) while here.
2006-08-30 00:39:07 +00:00

11 lines
366 B
C

--- lib/innconf.c.orig Mon Mar 20 04:14:57 2006
+++ lib/innconf.c Sat Aug 26 00:22:04 2006
@@ -395,7 +395,7 @@
if (GetFQDN(innconf->domain) == NULL) {
warn("hostname does not resolve or domain not set in inn.conf");
- okay = false;
+/* okay = false; */
}
if (innconf->mta == NULL) {
warn("must set mta in inn.conf");