summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-06-25 20:59:57 +0000
committerAlin Năstac <mrness@gentoo.org>2008-06-25 20:59:57 +0000
commit27914682680a208a34d4689d1cf87dae0b9b110c (patch)
tree340ac4c31420904f4a4dee87b2bb1c04fa8dd114 /net-dialup
parentx86 stable, bug #225399 (diff)
downloadgentoo-2-27914682680a208a34d4689d1cf87dae0b9b110c.tar.gz
gentoo-2-27914682680a208a34d4689d1cf87dae0b9b110c.tar.bz2
gentoo-2-27914682680a208a34d4689d1cf87dae0b9b110c.zip
Update device name - ttySLTM instead ttyLTM (#229365).
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ltmodem/ChangeLog8
-rw-r--r--net-dialup/ltmodem/files/ltmodem_udev4
-rw-r--r--net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild (renamed from net-dialup/ltmodem/ltmodem-2.6.9.ebuild)8
3 files changed, 13 insertions, 7 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog
index 30b7a3f3ef1d..3822fe1101ce 100644
--- a/net-dialup/ltmodem/ChangeLog
+++ b/net-dialup/ltmodem/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dialup/ltmodem
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.41 2008/05/21 06:37:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.42 2008/06/25 20:59:56 mrness Exp $
+
+*ltmodem-2.6.9-r1 (25 Jun 2008)
+
+ 25 Jun 2008; Alin Năstac <mrness@gentoo.org> files/ltmodem_udev,
+ -ltmodem-2.6.9.ebuild, +ltmodem-2.6.9-r1.ebuild:
+ Update device name - ttySLTM instead ttyLTM (#229365).
21 May 2008; Alin Năstac <mrness@gentoo.org> ltmodem-2.6.9.ebuild:
Add PCI_LEGACY to CONFIG_CHECK (#220021).
diff --git a/net-dialup/ltmodem/files/ltmodem_udev b/net-dialup/ltmodem/files/ltmodem_udev
index 7675ecc0c0cf..e3bede8a890a 100644
--- a/net-dialup/ltmodem/files/ltmodem_udev
+++ b/net-dialup/ltmodem/files/ltmodem_udev
@@ -1,5 +1,5 @@
#
# UDEV rule for ltmodem
-# creates symlink /dev/modem to /dev/ttyLT?, and takes care of permissions
+# creates symlink /dev/modem to /dev/ttySLT?, and takes care of permissions
-KERNEL=="ttyLTM[0-9]", NAME="%k", MODE="0660", GROUP="dialout", SYMLINK="modem"
+KERNEL=="ttySLTM[0-9]", NAME="%k", MODE="0660", GROUP="dialout", SYMLINK="modem"
diff --git a/net-dialup/ltmodem/ltmodem-2.6.9.ebuild b/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild
index 5ecb293ad984..70d1b8836a8d 100644
--- a/net-dialup/ltmodem/ltmodem-2.6.9.ebuild
+++ b/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-2.6.9.ebuild,v 1.5 2008/05/21 06:37:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-2.6.9-r1.ebuild,v 1.1 2008/06/25 20:59:56 mrness Exp $
inherit linux-mod eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://linmodems.technion.ac.il/"
SRC_URI="http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ltmodem-${MY_ALK_VER}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="-* x86"
IUSE=""
RESTRICT="userpriv"
@@ -70,9 +70,9 @@ pkg_postinst() {
udevcontrol reload_rules
eend $?
else
- mknod --mode=0660 /dev/ttyLTM0 c 62 64 && chgrp dialout /dev/ttyLTM0
+ mknod --mode=0660 /dev/ttySLTM0 c 62 64 && chgrp dialout /dev/ttySLTM0
fi
- elog "Use /dev/ttyLTM0 to access modem"
+ elog "Use /dev/ttySLTM0 to access modem"
echo
ewarn "Remember, in order to access the modem,"