Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144841 - net-dialup/slmodem-2.9.11_pre20051101 wrong udev rule
Summary: net-dialup/slmodem-2.9.11_pre20051101 wrong udev rule
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: udev-meta
  Show dependency tree
 
Reported: 2006-08-23 04:20 UTC by Kazuo Teramoto
Modified: 2006-09-09 08:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kazuo Teramoto 2006-08-23 04:20:25 UTC
Hi,
I think the udev rules to slmodem need to be corrected, this is the patch (it is so simple (= -> ==) so I don't put it attached)

--- slmodem-2.9.11_pre20051101.ebuild.origin    2006-08-23 08:17:41.000000000 -0300
+++ slmodem-2.9.11_pre20051101.ebuild   2006-08-23 08:19:13.000000000 -0300
@@ -100,9 +100,9 @@
                insinto /etc/devfs.d/; newins "${FILESDIR}/${PN}-2.9.devfs" ${PN}
        elif [ -e "${ROOT}/dev/.udev" ] ; then
                dodir /etc/udev/rules.d/
-               echo 'KERNEL="slamr", NAME="slamr0" GROUP="dialout"' > \
+               echo 'KERNEL=="slamr", NAME="slamr0" GROUP="dialout"' > \
                         "${D}/etc/udev/rules.d/55-${PN}.rules"
-               echo 'KERNEL="slusb", NAME="slusb0" GROUP="dialout"' >> \
+               echo 'KERNEL=="slusb", NAME="slusb0" GROUP="dialout"' >> \
                         "${D}/etc/udev/rules.d/55-${PN}.rules"
        fi
Comment 1 Emiliano Vavassori 2006-08-27 03:10:24 UTC
Same here. Fix works.
Comment 2 Colin Macdonald 2006-08-28 15:12:27 UTC
A similar fix is needed for ltmodem.
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2006-09-09 08:28:40 UTC
Corrected in slmodem-2.9.11_pre20051101-r1.