diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-05-31 19:41:48 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-05-31 19:41:48 +0000 |
commit | 1f383f1985d26ac7177feb251e652b0227f179c5 (patch) | |
tree | e7c7811fe8eb35b745568f19ede8a597b14ce04b /net-dialup/capi4k-utils | |
parent | stable on amd64, ppc and x86 wrt #93807 (diff) | |
download | historical-1f383f1985d26ac7177feb251e652b0227f179c5.tar.gz historical-1f383f1985d26ac7177feb251e652b0227f179c5.tar.bz2 historical-1f383f1985d26ac7177feb251e652b0227f179c5.zip |
more verbose error message in capi.hotplug
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r-- | net-dialup/capi4k-utils/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/files/capi.hotplug | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/capi4k-utils/Manifest b/net-dialup/capi4k-utils/Manifest index fff92ff9a2c1..7b98e306276d 100644 --- a/net-dialup/capi4k-utils/Manifest +++ b/net-dialup/capi4k-utils/Manifest @@ -14,7 +14,7 @@ MD5 c6d2f5f9e53e0fbf5a88feb8bde1b709 files/capi.usermap 1856 MD5 2fe94d2623c5b129780b72bacaf4a7bc files/rcapid.xinetd 236 MD5 239b613eb69255eead19892de760db8d files/digest-capi4k-utils-20050509 75 MD5 97a56dd67a012daab67041ed96a6d44d files/capi.blacklist 530 -MD5 10d9c7dddff613dd525653c2bc908ae8 files/capi.hotplug 4713 +MD5 da21db7a9d1b9fdfb20e73409660143e files/capi.hotplug 4730 MD5 709e4079ecd09537691845755cb9136d files/digest-capi4k-utils-20050322-r1 75 MD5 e74f9b822b6f485ca6ff834c2699151a files/20041006/README.gentoo 1492 MD5 fb9f9b4003d8d1647e23cf7b329386f6 files/20041006/capi.confd 424 diff --git a/net-dialup/capi4k-utils/files/capi.hotplug b/net-dialup/capi4k-utils/files/capi.hotplug index adec12aa5e7d..9fcc51c0b731 100644 --- a/net-dialup/capi4k-utils/files/capi.hotplug +++ b/net-dialup/capi4k-utils/files/capi.hotplug @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/files/capi.hotplug,v 1.7 2005/05/30 18:52:09 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/files/capi.hotplug,v 1.8 2005/05/31 19:41:48 genstef Exp $ . /etc/conf.d/capi @@ -151,7 +151,7 @@ case "$ACTION" in beep_error; exit 1 fi else - syslog "firmware ${FIRMWARE} not found!" + syslog "firmware ${FIRMWARE} not found in /lib/firmware!" beep_error; exit 1 fi fi |