bin/121671: [PATCH] nscd prints needless banner

Lyndon Nerenberg lyndon at orthanc.ca
Thu Mar 13 18:40:02 UTC 2008


>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 at 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:


More information about the freebsd-bugs mailing list