move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/staging/dedeckeh.git] / openwrt / package / bluez-utils / files / givepin
diff --git a/openwrt/package/bluez-utils/files/givepin b/openwrt/package/bluez-utils/files/givepin
deleted file mode 100644 (file)
index e52a338..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# Write bluetooth PIN number here:
-pin=
-
-if [ -z "$pin" ]; then
-       msg="Set bluetooth PIN in file $0"
-       logger -p user.err "$msg"
-       for i in /dev/pts/* ; do
-               [ -w $i ] && echo "$msg" > $i
-       done
-else
-       echo "PIN:$pin"
-fi