diff options
Diffstat (limited to 'news/inn/files/patch-lib_innconf.c')
-rw-r--r-- | news/inn/files/patch-lib_innconf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/inn/files/patch-lib_innconf.c b/news/inn/files/patch-lib_innconf.c new file mode 100644 index 000000000000..05d8eadfb946 --- /dev/null +++ b/news/inn/files/patch-lib_innconf.c @@ -0,0 +1,11 @@ +--- 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"); |