First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 144841
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kazuo Teramoto <kaz.rag@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 144841 depends on: Show dependency tree
Show dependency graph
Bug 144841 blocks: 126089
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-23 04:20 0000
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 From Emiliano Vavassori 2006-08-27 03:10:24 0000 -------
Same here. Fix works.

------- Comment #2 From Colin Macdonald 2006-08-28 15:12:27 0000 -------
A similar fix is needed for ltmodem.

------- Comment #3 From Alin Năstac 2006-09-09 08:28:40 0000 -------
Corrected in slmodem-2.9.11_pre20051101-r1.

First Last Prev Next    No search results available      Search page      Enter new bug