Hi,
applying the attached patch makes nn use the set hostname as a domain
instead of hardcoding it to "AUTO"
Regards,
Regis
--
"While a monkey can be a manager, it takes a human to be an engineer"
Erik Zapletal
diff -urN nn-6.6.5.bc/debian/config.h nn-6.6.5/debian/config.h
--- nn-6.6.5.bc/debian/config.h 2005-08-03 20:20:53.441904832 +0100
+++ nn-6.6.5/debian/config.h 2005-08-03 20:45:14.363810944 +0100
@@ -125,7 +125,7 @@
* See comment below on HIDDENNET.
*/
-#define DOMAIN "AUTO"
+/* #define DOMAIN "AUTO" */
/*
* If you define HIDDENNET, the hostname will not appear in the posting
@@ -133,7 +133,7 @@
* DOMAIN as defined above). If you don't want this, comment it out.
*/
-#define HIDDENNET
+/* #define HIDDENNET */
/***************** OPERATING SYSTEM DEPENDENT DEFINITIONS *******************