From b76270bf9e6dd375e495fec92140a79a79415d27 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 19 May 2010 08:58:23 +0000 Subject: Slackware 13.1 Wed May 19 08:58:23 UTC 2010 Slackware 13.1 x86_64 stable is released! Lots of thanks are due -- see the RELEASE_NOTES and the rest of the ChangeLog for credits. The ISOs are on their way to replication, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We are taking pre-orders now at store.slackware.com, and offering a discount if you sign up for a subscription. Consider picking up a copy to help support the project. Thanks again to the Slackware community for testing, contributing, and generally holding us to a high level of quality. :-) Enjoy! --- source/n/nn/nn.diff | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'source/n/nn/nn.diff') diff --git a/source/n/nn/nn.diff b/source/n/nn/nn.diff index 04ec3c4c..e78cad97 100644 --- a/source/n/nn/nn.diff +++ b/source/n/nn/nn.diff @@ -1,5 +1,19 @@ ---- ./config.h-dist.orig 2005-04-01 14:44:22.000000000 -0600 -+++ ./config.h-dist 2006-06-27 16:33:00.000000000 -0500 +--- conf/s-linux.h.orig 2009-11-11 15:43:05.780197095 -0500 ++++ conf/s-linux.h 2009-11-11 15:44:38.760195349 -0500 +@@ -131,9 +131,9 @@ + * (in config.h). + */ + +-#define HAVE_GETHOSTNAME /* BSD systems */ ++/* #define HAVE_GETHOSTNAME /* BSD systems */ + /* #define HAVE_UNAME */ /* System V */ +-/* #define HOSTNAME_FILE "/etc/uucpname" /* or another file */ ++#define HOSTNAME_FILE "/etc/HOSTNAME" /* or another file */ + /* #define HOSTNAME_WHOAMI /* in */ + + /* +--- config.h-dist.orig 2009-11-11 15:44:13.560225381 -0500 ++++ config.h-dist 2009-11-11 15:49:36.937239629 -0500 @@ -45,7 +45,7 @@ #define DO_NOV_DIGEST @@ -73,6 +87,17 @@ #define DAEMON_MAN_SECTION "8" +@@ -301,8 +301,8 @@ + * SIGN_TYPE is the program to be used to create digital signatures. + */ + +-/* #define SIGN_TYPE "gpg" */ +-#define SIGN_TYPE "pgp" ++#define SIGN_TYPE "gpg" ++/* #define SIGN_TYPE "pgp" */ + + /* + * If no "Lines:" header field is present, NN can be made to @@ -425,7 +425,7 @@ * Default: NEWS_LIB_DIR/{rm,del}group */ @@ -83,3 +108,13 @@ +/* #define NEWS_LIB_DIRECTORY "/var/lib/news" */ /************************ CONFIGURATION COMPLETED ************************/ +--- hostname.c.orig 2009-11-11 16:00:16.485194441 -0500 ++++ hostname.c 2009-11-11 16:15:25.741225660 -0500 +@@ -17,6 +17,7 @@ + #include + #include + #include "config.h" ++#include "global.h" + + #undef DONE + -- cgit v1.2.3