From 6bbbb0a08926263ecb49a1af50be111051f3e658 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 15 Aug 2011 10:46:26 +0200 Subject: bluez, maj footprint --- extra/bluez/.footprint.x86_64 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/bluez/.footprint.x86_64') diff --git a/extra/bluez/.footprint.x86_64 b/extra/bluez/.footprint.x86_64 index 8014dabdc..962e4b5df 100644 --- a/extra/bluez/.footprint.x86_64 +++ b/extra/bluez/.footprint.x86_64 @@ -9,19 +9,19 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root etc/rc.d/init.d/ -rwxr-xr-x root/root etc/rc.d/init.d/bluez drwxr-xr-x root/root etc/rc.d/rc0.d/ -lrwxrwxrwx root/root etc/rc.d/rc0.d/K80bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc0.d/K40bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc1.d/ -lrwxrwxrwx root/root etc/rc.d/rc1.d/K80bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc1.d/K40bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc2.d/ -lrwxrwxrwx root/root etc/rc.d/rc2.d/S20bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc2.d/S30bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc3.d/ -lrwxrwxrwx root/root etc/rc.d/rc3.d/S20bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc3.d/S30bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc4.d/ -lrwxrwxrwx root/root etc/rc.d/rc4.d/S20bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc4.d/S30bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc5.d/ -lrwxrwxrwx root/root etc/rc.d/rc5.d/S20bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc5.d/S30bluez -> ../init.d/bluez drwxr-xr-x root/root etc/rc.d/rc6.d/ -lrwxrwxrwx root/root etc/rc.d/rc6.d/K80bluez -> ../init.d/bluez +lrwxrwxrwx root/root etc/rc.d/rc6.d/K40bluez -> ../init.d/bluez drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/udev/ -rwxr-xr-x root/root lib/udev/hid2hci -- cgit v1.2.3-70-g09d2 From 14045e77cad77473b29dd32baced9046363951ec Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 15 Aug 2011 12:47:36 +0200 Subject: bluez, ajout des fichiers de config --- extra/bluez/.footprint.i686 | 4 ++++ extra/bluez/.footprint.x86_64 | 4 ++++ extra/bluez/Pkgfile | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'extra/bluez/.footprint.x86_64') diff --git a/extra/bluez/.footprint.i686 b/extra/bluez/.footprint.i686 index 962e4b5df..57f48da78 100644 --- a/extra/bluez/.footprint.i686 +++ b/extra/bluez/.footprint.i686 @@ -1,7 +1,11 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/bluetooth/ +-rw-r--r-- root/root etc/bluetooth/audio.conf +-rw-r--r-- root/root etc/bluetooth/input.conf -rw-r--r-- root/root etc/bluetooth/main.conf +-rw-r--r-- root/root etc/bluetooth/network.conf -rw-r--r-- root/root etc/bluetooth/rfcomm.conf +-rw-r--r-- root/root etc/bluetooth/serial.conf drwxr-xr-x root/root etc/dbus-1/ drwxr-xr-x root/root etc/dbus-1/system.d/ -rw-r--r-- root/root etc/dbus-1/system.d/bluetooth.conf diff --git a/extra/bluez/.footprint.x86_64 b/extra/bluez/.footprint.x86_64 index 962e4b5df..57f48da78 100644 --- a/extra/bluez/.footprint.x86_64 +++ b/extra/bluez/.footprint.x86_64 @@ -1,7 +1,11 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/bluetooth/ +-rw-r--r-- root/root etc/bluetooth/audio.conf +-rw-r--r-- root/root etc/bluetooth/input.conf -rw-r--r-- root/root etc/bluetooth/main.conf +-rw-r--r-- root/root etc/bluetooth/network.conf -rw-r--r-- root/root etc/bluetooth/rfcomm.conf +-rw-r--r-- root/root etc/bluetooth/serial.conf drwxr-xr-x root/root etc/dbus-1/ drwxr-xr-x root/root etc/dbus-1/system.d/ -rw-r--r-- root/root etc/dbus-1/system.d/bluetooth.conf diff --git a/extra/bluez/Pkgfile b/extra/bluez/Pkgfile index 9cabe4132..d5edb422e 100644 --- a/extra/bluez/Pkgfile +++ b/extra/bluez/Pkgfile @@ -7,7 +7,7 @@ name=bluez version=4.96 -release=2 +release=3 source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2\ bluez) build() { @@ -29,6 +29,9 @@ cd $name-$version --enable-cups make make DESTDIR=$PKG install +install -m644 network/network.conf \ + input/input.conf \ + audio/audio.conf serial/serial.conf $PKG/etc/bluetooth mkdir -p $PKG/etc/rc.d/{init.d,rc0.d,rc1.d,rc2.d,rc3.d,rc4.d,rc5.d,rc6.d} install -m755 $SRC/bluez $PKG/etc/rc.d/init.d/bluez for i in 0 1 6 -- cgit v1.2.3-70-g09d2