diff options
author | 2006-02-21 23:29:59 +0000 | |
---|---|---|
committer | 2006-02-21 23:29:59 +0000 | |
commit | f0b1c41148066ea07bd4f7d57451c9414a488d8a (patch) | |
tree | bc21104daf23046f4d01bdda1b2d47103ac0c384 /net-dialup/hsfmodem/files | |
parent | Modular X dep fix & disallow building without x11 (diff) | |
download | gentoo-2-f0b1c41148066ea07bd4f7d57451c9414a488d8a.tar.gz gentoo-2-f0b1c41148066ea07bd4f7d57451c9414a488d8a.tar.bz2 gentoo-2-f0b1c41148066ea07bd4f7d57451c9414a488d8a.zip |
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/hsfmodem/files')
-rw-r--r-- | net-dialup/hsfmodem/files/digest-hsfmodem-7.43.00.01 | 3 | ||||
-rw-r--r-- | net-dialup/hsfmodem/files/hsfmodem-7.43.00.01-udev-group.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-dialup/hsfmodem/files/digest-hsfmodem-7.43.00.01 b/net-dialup/hsfmodem/files/digest-hsfmodem-7.43.00.01 new file mode 100644 index 000000000000..242f4b2b17a9 --- /dev/null +++ b/net-dialup/hsfmodem/files/digest-hsfmodem-7.43.00.01 @@ -0,0 +1,3 @@ +MD5 e6d8fea8f5f641d7bb4dfb33c6f478e7 100498D_RM_HxF_Released.pdf 718949 +MD5 97976a1b434e8a8da6d86cd3f902ca7f hsfmodem-7.43.00.01full.tar.gz 1294537 +MD5 e1fa34ff1c2aaf91f5cd952d578e803e hsfmodem-7.43.00.01x86_64full.tar.gz 1431960 diff --git a/net-dialup/hsfmodem/files/hsfmodem-7.43.00.01-udev-group.patch b/net-dialup/hsfmodem/files/hsfmodem-7.43.00.01-udev-group.patch new file mode 100644 index 000000000000..8a20d9b09d91 --- /dev/null +++ b/net-dialup/hsfmodem/files/hsfmodem-7.43.00.01-udev-group.patch @@ -0,0 +1,12 @@ +diff -Nru hsfmodem-7.43.00.01full.orig/scripts/cnxtconfig.in hsfmodem-7.43.00.01full/scripts/cnxtconfig.in +--- hsfmodem-7.43.00.01full.orig/scripts/cnxtconfig.in 2006-02-08 00:48:22.000000000 +0200 ++++ hsfmodem-7.43.00.01full/scripts/cnxtconfig.in 2006-02-22 01:24:48.676530250 +0200 +@@ -1783,7 +1783,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 + } + |