diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-03-13 09:02:50 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-03-13 09:02:50 +0000 |
commit | b7ce01d9a25f261a701cf21fe3135248b8521075 (patch) | |
tree | 51fe335ac16ffdc1a95bbc67bf7bf5f9c1160861 /net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch | |
parent | add debug to IUSE and tweak src_check einfo as noted by kevquinn (diff) | |
download | gentoo-2-b7ce01d9a25f261a701cf21fe3135248b8521075.tar.gz gentoo-2-b7ce01d9a25f261a701cf21fe3135248b8521075.tar.bz2 gentoo-2-b7ce01d9a25f261a701cf21fe3135248b8521075.zip |
Version bump (#167939).
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch')
-rw-r--r-- | net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch b/net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch new file mode 100644 index 000000000000..6ecde46e7b39 --- /dev/null +++ b/net-dialup/hsfmodem/files/hsfmodem-7.60.00.02-udev-group.patch @@ -0,0 +1,12 @@ +diff -Nru hsfmodem-7.60.00.02x86_64full.orig/scripts/cnxtconfig.in hsfmodem-7.60.00.02x86_64full/scripts/cnxtconfig.in +--- hsfmodem-7.60.00.02x86_64full.orig/scripts/cnxtconfig.in 2006-12-16 02:46:10.000000000 +0200 ++++ hsfmodem-7.60.00.02x86_64full/scripts/cnxtconfig.in 2007-02-10 10:23:18.000000000 +0200 +@@ -1833,7 +1833,7 @@ + + if [ -d /etc/udev/rules.d ]; then + rm -f /etc/udev/rules.d/@CNXTTARGET@.rules +- echo 'KERNEL=="ttyS@CNXTSERDEV@0", SYMLINK="modem"' > /etc/udev/rules.d/@CNXTTARGET@.rules ++ echo 'KERNEL=="ttyS@CNXTSERDEV@0", SYMLINK="modem", GROUP="dialout"' > /etc/udev/rules.d/@CNXTTARGET@.rules + fi + + touch "${cnxtetcdir}/.serial_configured" |