[Pkg-bluetooth-commits] r489 - in /bluez-utils/trunk/debian: changelog patches/003_pand_devname.patch

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sat Jul 14 19:14:08 UTC 2007


Author: filippo
Date: Sat Jul 14 19:14:08 2007
New Revision: 489

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=489
Log:
fix for 433080

Added:
    bluez-utils/trunk/debian/patches/003_pand_devname.patch
Modified:
    bluez-utils/trunk/debian/changelog

Modified: bluez-utils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/bluez-utils/trunk/debian/changelog?rev=489&op=diff
==============================================================================
--- bluez-utils/trunk/debian/changelog (original)
+++ bluez-utils/trunk/debian/changelog Sat Jul 14 19:14:08 2007
@@ -1,3 +1,9 @@
+bluez-utils (3.12-2) UNRELEASED; urgency=low
+
+  * pand/main.c patch for devname/devname (Closes: #433080)
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sat, 14 Jul 2007 21:13:02 +0200
+
 bluez-utils (3.12-1) unstable; urgency=low
 
      The "sorry this was long due" release

Added: bluez-utils/trunk/debian/patches/003_pand_devname.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/bluez-utils/trunk/debian/patches/003_pand_devname.patch?rev=489&op=file
==============================================================================
--- bluez-utils/trunk/debian/patches/003_pand_devname.patch (added)
+++ bluez-utils/trunk/debian/patches/003_pand_devname.patch Sat Jul 14 19:14:08 2007
@@ -1,0 +1,13 @@
+--- pand/main.c	2007-05-23 22:40:52.000000000 +0200
++++ pand/main.c	2007-07-14 21:09:48.405835096 +0200
+@@ -272,8 +272,8 @@
+ 
+ 			ba2str(&l2a.l2_bdaddr, str);
+ 
+-			syslog(LOG_INFO, "New connection from %s %s",
+-								str, netdev);
++			syslog(LOG_INFO, "New connection from %s at %s",
++								str, devname);
+ 
+ 			run_script(devupcmd, devname, str, sk, nsk);
+ 




More information about the Pkg-bluetooth-commits mailing list