From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 4 00:20:07 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988DD1065670 for ; Tue, 4 Jan 2011 00:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54F828FC0A for ; Tue, 4 Jan 2011 00:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p040K73b007479 for ; Tue, 4 Jan 2011 00:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p040K7sX007478; Tue, 4 Jan 2011 00:20:07 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jan 2011 00:20:07 GMT Resent-Message-Id: <201101040020.p040K7sX007478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5F31106564A for ; Tue, 4 Jan 2011 00:14:18 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2001:400:610:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id CCE698FC08 for ; Tue, 4 Jan 2011 00:14:18 +0000 (UTC) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2001:400:610:102::cb]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.4/8.14.4) with ESMTP id p040EFhs023560 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 3 Jan 2011 16:14:15 -0800 (PST) Message-Id: <4D226657.4010503@ee.lbl.gov> Date: Mon, 03 Jan 2011 16:14:15 -0800 From: Craig Leres To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: bin/153667: [PATCH] libexec/comsat/comsat.c: gratuitous newline X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 00:20:07 -0000 >Number: 153667 >Category: bin >Synopsis: [PATCH] libexec/comsat/comsat.c: gratuitous newline >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: Tue Jan 04 00:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 8.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: FreeBSD hot.ee.lbl.gov 8.1-RELEASE FreeBSD 8.1-RELEASE #4 r8: Wed Dec 1 11:41:54 PST 2010 leres@ss.ee.lbl.gov:/usr/src/8.1-RELEASE/sys/amd64/compile/LBLSMPIPV6 amd64 >Description: There is a gratuitous newline in a debugging syslog format in comsat.c. >How-To-Repeat: >Fix: Patch attached. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0iZlcACgkQWxlAhAje3JvBywCfa8THYLpwQpfilZCu2wqCTFrr Br8AnRFqvVRt440vIE6npUZrbgnwVaAP =ey9S -----END PGP SIGNATURE----- --------------020501070908030102000902 Content-Type: text/plain; name="patch-comsat.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-comsat.c" --- comsat.c.virgin 2011-01-03 15:58:20.000000000 -0800 +++ comsat.c 2011-01-03 16:05:36.000000000 -0800 @@ -219,7 +219,7 @@ dsyslog(LOG_DEBUG, "%s: wrong mode on %s", utp->ut_name, tty); return; } - dsyslog(LOG_DEBUG, "notify %s on %s\n", utp->ut_name, tty); + dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_name, tty); switch (fork()) { case -1: syslog(LOG_NOTICE, "fork failed (%m)"); --------------020501070908030102000902 Content-Type: application/octet-stream; name="patch-comsat.c.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-comsat.c.sig" iEYEABECAAYFAk0iZlcACgkQWxlAhAje3JuFdwCdGhXZi6VL+717wvA0/D38ouoyv+8An37g RRKs+7hxNzPLz927CL4BZMKe --------------020501070908030102000902-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------020501070908030102000902 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1