Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 11:22:41 -0700 (PDT)
From:      Lyndon Nerenberg <lyndon@orthanc.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/121671: [PATCH] nscd prints needless banner
Message-ID:  <200803131822.m2DIMf26092239@orthanc.ca>
Resent-Message-ID: <200803131840.m2DIe263001017@freefall.freebsd.org>

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

>Number:         121671
>Category:       bin
>Synopsis:       [PATCH] nscd prints needless banner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 13 18:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Lyndon Nerenberg
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD orthanc.ca 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Mar 12 17:03:12 PDT 2008 root@orthanc.ca:/var/obj/usr/src/sys/GANDALF i386

>Description:
	nscd prints needless verbiage. 
>How-To-Repeat:
	Run nscd and examine the first two lines of output.
>Fix:

--- nscd.c	2008/03/13 18:17:53	1.1
+++ nscd.c	2008/03/13 18:18:16
@@ -622,9 +622,6 @@
 	/* by default all debug messages are omitted */
 	TRACE_OFF();
 
-	/* startup output */
-	print_version_info();
-
 	/* parsing command line arguments */
 	trace_mode_enabled = 0;
 	force_single_threaded = 0;
>Release-Note:
>Audit-Trail:
>Unformatted:



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