summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-19 19:35:35 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-19 19:35:35 +0000
commitbfa907be0eb9362caf41622c704c9c6a39a616a6 (patch)
tree11511ecdae02aa5dcb43b3ef0187cd525dd67541 /net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild
parentVersion bump (diff)
downloadgentoo-2-bfa907be0eb9362caf41622c704c9c6a39a616a6.tar.gz
gentoo-2-bfa907be0eb9362caf41622c704c9c6a39a616a6.tar.bz2
gentoo-2-bfa907be0eb9362caf41622c704c9c6a39a616a6.zip
really fix the pin number stuff
Diffstat (limited to 'net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild')
-rw-r--r--net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild b/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild
index 15f42fd2118e..849274c77d5b 100644
--- a/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild
+++ b/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild,v 1.2 2003/09/19 18:10:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.3-r1.ebuild,v 1.3 2003/09/19 19:35:28 liquidx Exp $
DESCRIPTION="bluetooth utilities"
HOMEPAGE="http://bluez.sourceforge.net/"
@@ -53,7 +53,8 @@ src_install() {
make DESTDIR=${D} install || die
dodoc README
- sed -e "s:\(pin_helper \)/bin/bluepin:\1/etc/bluetooth/pin" \
+ sed -e "s:\(pin_helper \).*:\1/etc/bluetooth/pin;:" \
+ -e "s:security auto;:security user;:" \
-i ${D}/etc/bluetooth/hcid.conf
insinto /etc/init.d