summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-09-14 22:48:27 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-09-14 22:48:27 +0000
commitc3c3fc44436d14baee1b7d78a026ffaff22d3905 (patch)
treeb3bfceb53d1c78c6379d2977812eb2e10314dcdf /net-dialup/misdn
parentfix built_with_use check, thanks zzam and jakub (diff)
downloadgentoo-2-c3c3fc44436d14baee1b7d78a026ffaff22d3905.tar.gz
gentoo-2-c3c3fc44436d14baee1b7d78a026ffaff22d3905.tar.bz2
gentoo-2-c3c3fc44436d14baee1b7d78a026ffaff22d3905.zip
MODE="0660" is needed for udev, thanks sbriesen
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup/misdn')
-rw-r--r--net-dialup/misdn/ChangeLog5
-rw-r--r--net-dialup/misdn/misdn-20060811.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/misdn/ChangeLog b/net-dialup/misdn/ChangeLog
index c2c18ea4588b..8237dce6b8f5 100644
--- a/net-dialup/misdn/ChangeLog
+++ b/net-dialup/misdn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/misdn
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.11 2006/08/11 21:25:54 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.12 2006/09/14 22:48:27 genstef Exp $
+
+ 14 Sep 2006; Stefan Schweizer <genstef@gentoo.org> misdn-20060811.ebuild:
+ MODE="0660" is needed for udev, thanks sbriesen
*misdn-20060811 (11 Aug 2006)
diff --git a/net-dialup/misdn/misdn-20060811.ebuild b/net-dialup/misdn/misdn-20060811.ebuild
index 08541a31279f..3bc4472c745b 100644
--- a/net-dialup/misdn/misdn-20060811.ebuild
+++ b/net-dialup/misdn/misdn-20060811.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-20060811.ebuild,v 1.1 2006/08/11 21:25:54 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-20060811.ebuild,v 1.2 2006/09/14 22:48:27 genstef Exp $
inherit eutils linux-mod
@@ -69,7 +69,7 @@ src_install() {
doins "${WORKDIR}/${MY_P}/include/linux/"*.h
dodir /etc/udev/rules.d
- echo 'KERNEL=="obj-*", NAME="mISDN", GROUP="dialout"' \
+ echo 'KERNEL=="obj-*", NAME="mISDN", GROUP="dialout", MODE="0660"' \
> "${D}/etc/udev/rules.d/53-${PN}.rules"
insinto /etc/modules.d