diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-09-10 15:35:40 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-09-10 15:35:40 +0000 |
commit | c06f007e9d9bc7f746611d62fa5482494c7b0a66 (patch) | |
tree | bbf9d3b85b330c7eb0e2d3c525687b4457610f51 /net-dialup/isdn4k-utils/files | |
parent | Removed vulnerable 1.0.3 (bug #140545). (diff) | |
download | gentoo-2-c06f007e9d9bc7f746611d62fa5482494c7b0a66.tar.gz gentoo-2-c06f007e9d9bc7f746611d62fa5482494c7b0a66.tar.bz2 gentoo-2-c06f007e9d9bc7f746611d62fa5482494c7b0a66.zip |
added missing dependecy (bug #129902) and fixed hisax init-script (bug #134312).
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'net-dialup/isdn4k-utils/files')
-rw-r--r-- | net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.8_pre20050821 | 2 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/files/hisax.initd | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.8_pre20050821 b/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.8_pre20050821 index f0dac960c47f..8f0afc27424c 100644 --- a/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.8_pre20050821 +++ b/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.8_pre20050821 @@ -1 +1,3 @@ MD5 dcbe134eb8d4a4aea4a24a180a129c93 isdn4k-utils-CVS-2005-08-21.tar.bz2 5650794 +RMD160 f23f4bf9f0c89f0ea154a723db70ae68713233ec isdn4k-utils-CVS-2005-08-21.tar.bz2 5650794 +SHA256 8d5c16dfe6e0b0d806572946e03e1cedaeb9a931896ff1bc782c75ad3435ebaa isdn4k-utils-CVS-2005-08-21.tar.bz2 5650794 diff --git a/net-dialup/isdn4k-utils/files/hisax.initd b/net-dialup/isdn4k-utils/files/hisax.initd index ecff8f97f61a..34ab58339865 100644 --- a/net-dialup/isdn4k-utils/files/hisax.initd +++ b/net-dialup/isdn4k-utils/files/hisax.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/files/hisax.initd,v 1.4 2006/02/04 21:14:17 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/files/hisax.initd,v 1.5 2006/09/10 15:35:40 sbriesen Exp $ depend() { use isapnp pcmcia @@ -229,6 +229,7 @@ start() { stop() { ebegin "Unloading HiSax driver" - /sbin/modprobe -sqr hisax_fcpcipnp && /sbin/modprobe -sqr hisax + /sbin/modprobe -sqr hisax_fcpcipnp + /sbin/modprobe -sqr hisax eend $? } |