Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 23:05:44 +0100 (CET)
From:      balu@dva.in-berlin.de
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9710: NN-6.5.3 with NOV enabled can't find .overview (libnov.c)
Message-ID:  <199901262205.XAA35546@dva.in-berlin.de>

next in thread | raw e-mail | index | archive | help

>Number:         9710
>Category:       ports
>Synopsis:       NN-6.5.3 with NOV enabled can't find .overview (libnov.c)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 26 14:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Boris Staeblow
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

NN-6.5.3, INN 2.2 both with NOV enabled

>Description:

nn can't find the .overview-files because of an bug in
the _original_ release of nn-6.5.3

>How-To-Repeat:

Install nn-6.5.3
enable NOV
try to read news

>Fix:
	
--- libnov.c.orig	Wed Jul 15 22:40:57 1998
+++ libnov.c	Tue Jan 26 22:12:20 1999
@@ -323,7 +323,7 @@
 	if (gp->g_dir == NULL && gp->g_stream == NULL)
 		return 0;
 	if (gp->g_stream == NULL) {
-		line = str3save(gp->g_dir, "/", "overviewfiles");
+		line = str3save(gp->g_dir, "/", overviewfiles);
 		if (line == NULL)
 			return 0;
 		gp->g_stream = fopen(line, "r");
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901262205.XAA35546>