diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 10:32:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 10:32:02 +0800 |
commit | a99d0fedd11c66f7de86a94067461d0183bce5c3 (patch) | |
tree | 197e0b30b2f65323324b9e740ba648e65780462d /news/nn/files | |
parent | 6271f7e73f122fd9524e1c7525771cce8208af7e (diff) | |
download | freebsd-ports-gnome-a99d0fedd11c66f7de86a94067461d0183bce5c3.tar.gz freebsd-ports-gnome-a99d0fedd11c66f7de86a94067461d0183bce5c3.tar.zst freebsd-ports-gnome-a99d0fedd11c66f7de86a94067461d0183bce5c3.zip |
Mark this port as being interactive and other misc. cleanups from the
new maintainer.
PR: 9686
Submitted by: Jasper O'Malley <jooji@neptune.oceancomputer.com>
Diffstat (limited to 'news/nn/files')
-rw-r--r-- | news/nn/files/patch-ai | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/news/nn/files/patch-ai b/news/nn/files/patch-ai index 57213860970d..76856f96e23f 100644 --- a/news/nn/files/patch-ai +++ b/news/nn/files/patch-ai @@ -1,11 +1,13 @@ ---- inews/conf.h.orig Sun May 2 17:08:27 1999 -+++ inews/conf.h Sun May 2 17:08:33 1999 -@@ -51,7 +51,7 @@ - * define DOMAIN to be your FQDN. - */ - --/* #define DOMAIN "frobozz.com.bogus" */ -+#define DOMAIN "frobozz.com.bogus" - - /* - * If you define this, the hostname will not appear in the posting +*** inews/version.c Sun Jan 24 23:44:03 1999 +--- inews/version.c.new Sun Jan 24 23:44:36 1999 +*************** +*** 2,5 **** + * Provide the version number of this release. + */ + +! char nntp_version[] = "1.5.8 (11 March 90)"; +--- 2,5 ---- + * Provide the version number of this release. + */ + +! char nntp_version[] = "1.5.8.MINI (MINI-INEWS)"; |