bin/153667: [PATCH] libexec/comsat/comsat.c: gratuitous newline

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Craig Leres
Date: Monday, January 3, 2011 - 5:14 pm

>Number:         153667
Lawrence Berkeley National Laboratory
	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

     There is a gratuitous newline in a debugging syslog format in
     comsat.c.

     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--
 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
 
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
bin/153667: [PATCH] libexec/comsat/comsat.c: gratuitous ne ..., Craig Leres, (Mon Jan 3, 5:14 pm)