Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/hsfmodem/files: hsfmodem-7.68.00.12-gentoo.patch hsfmodem-7.68.00.04-sandbox-violation.patch hsfmodem-7.68.00.04-udev-group.patch
Date: Wed, 30 Jul 2008 20:50:52
Message-Id: E1KOIdF-0007F8-DT@stork.gentoo.org
1 mrness 08/07/30 20:50:49
2
3 Added: hsfmodem-7.68.00.12-gentoo.patch
4 Removed: hsfmodem-7.68.00.04-sandbox-violation.patch
5 hsfmodem-7.68.00.04-udev-group.patch
6 Log:
7 Version bump.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.1 net-dialup/hsfmodem/files/hsfmodem-7.68.00.12-gentoo.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/hsfmodem/files/hsfmodem-7.68.00.12-gentoo.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/hsfmodem/files/hsfmodem-7.68.00.12-gentoo.patch?rev=1.1&content-type=text/plain
15
16 Index: hsfmodem-7.68.00.12-gentoo.patch
17 ===================================================================
18 diff -ur hsfmodem-7.68.00.12x86_64full.orig/modules/Makefile hsfmodem-7.68.00.12x86_64full/modules/Makefile
19 --- hsfmodem-7.68.00.12x86_64full.orig/modules/Makefile 2008-07-16 15:24:00.000000000 +0000
20 +++ hsfmodem-7.68.00.12x86_64full/modules/Makefile 2008-07-30 20:48:03.000000000 +0000
21 @@ -145,7 +145,7 @@
22 ifeq ($(ON_BUILD_SYSTEM)-$(CONFIG_SND_HDA_INTEL),no-)
23 # On Ubuntu Gutsy (7.10), the HDA modules are not included in linux-image but in a seprarate package
24 # and CONFIG_SND_HDA_INTEL is not enabled in the kernel .config file
25 -CONFIG_SND_HDA_INTEL=$(shell modprobe -n snd-hda-intel > /dev/null 2>&1 && echo y || echo n)
26 +# CONFIG_SND_HDA_INTEL=$(shell modprobe -n snd-hda-intel > /dev/null 2>&1 && echo y || echo n)
27 endif
28
29 else
30 diff -ur hsfmodem-7.68.00.12x86_64full.orig/scripts/cnxtconfig.in hsfmodem-7.68.00.12x86_64full/scripts/cnxtconfig.in
31 --- hsfmodem-7.68.00.12x86_64full.orig/scripts/cnxtconfig.in 2008-03-27 19:43:38.000000000 +0000
32 +++ hsfmodem-7.68.00.12x86_64full/scripts/cnxtconfig.in 2008-07-30 20:48:03.000000000 +0000
33 @@ -1973,9 +1973,9 @@
34 if [ -d /etc/udev/rules.d ]; then
35 rm -f /etc/udev/rules.d/00-@CNXTTARGET@.rules
36 if [ "@CNXTDRIVER@" = "dgc" ]; then
37 - echo 'KERNEL=="ttyACM0", SYMLINK="modem"' > /etc/udev/rules.d/00-@CNXTTARGET@.rules
38 + echo 'KERNEL=="ttyACM0", SYMLINK="modem", GROUP="dialout"' > /etc/udev/rules.d/00-@CNXTTARGET@.rules
39 else
40 - echo 'KERNEL=="ttyS@CNXTSERDEV@0", SYMLINK="modem"' > /etc/udev/rules.d/00-@CNXTTARGET@.rules
41 + echo 'KERNEL=="ttyS@CNXTSERDEV@0", SYMLINK="modem", GROUP="dialout"' > /etc/udev/rules.d/00-@CNXTTARGET@.rules
42 fi
43 fi