diff options
author | tnut <tnut at nutyx dot com> | 2011-08-15 12:47:36 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-15 12:47:36 +0200 |
commit | 14045e77cad77473b29dd32baced9046363951ec (patch) | |
tree | 0be77edb3980bbf444ab9ab16ffea756c56df38c | |
parent | 100e30d223897ff1dfed1c676cf0d133fca32f1b (diff) | |
download | nutyx-extra-14045e77cad77473b29dd32baced9046363951ec.tar.gz nutyx-extra-14045e77cad77473b29dd32baced9046363951ec.tar.bz2 nutyx-extra-14045e77cad77473b29dd32baced9046363951ec.tar.xz nutyx-extra-14045e77cad77473b29dd32baced9046363951ec.zip |
bluez, ajout des fichiers de config
-rw-r--r-- | extra/bluez/.footprint.i686 | 4 | ||||
-rw-r--r-- | extra/bluez/.footprint.x86_64 | 4 | ||||
-rw-r--r-- | extra/bluez/Pkgfile | 5 |
3 files changed, 12 insertions, 1 deletions
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 |