[Pkg-bluetooth-maintainers] [PATCH] /var/lib/dpkg/info/bluez-utils.postinst bluez-utils 3.1-4

Lubomir Host rajo at platon.sk
Wed Aug 23 14:03:22 UTC 2006


Hi gyus,

during upgrade of bluez-utils 3.1-4 a error occurs:

Setting up bluez-utils (3.1-4) ...
Installing new version of config file /etc/init.d/bluetooth ...
Creating device nodes ...
/var/lib/dpkg/info/bluez-utils.postinst: line 38: ./MAKEDEV: No such file or directory
dpkg: error processing bluez-utils (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 bluez-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)


Here is the patch, which fix my problem:

# diff -u /var/lib/dpkg/info/bluez-utils.postinst.orig /var/lib/dpkg/info/bluez-utils.postinst
--- /var/lib/dpkg/info/bluez-utils.postinst.orig        2006-08-23 17:59:42.846935000 +0200
+++ /var/lib/dpkg/info/bluez-utils.postinst     2006-08-23 17:59:45.899125750 +0200
@@ -35,7 +35,7 @@

         # use MAKEDEV instead of the original bluez script below as per policy 10.6
         echo "Creating device nodes ..."
-        cd /dev && ./MAKEDEV bluetooth
+        MAKEDEV bluetooth

         if [ -r /etc/bluetooth/pin ]; then
             echo "Converting default outgoing PIN to default passkey:"

Please, fix this issue.

Thanks, best regards

P.S.: please Cc: me, I'm not in the list

-- 
Lubomir Host 'rajo' <rajo AT platon.sk>   ICQ #:  257322664   ,''`.
Platon Group                              http://platon.sk/  : :' :
Homepage: http://rajo.platon.sk/                             `. `'
http://www.gnu.org/philosophy/no-word-attachments.html         `-



More information about the Pkg-bluetooth-maintainers mailing list