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 | 65b9dbffcc00fdcec1800ee5400bf28ab07c6de8 (patch) | |
tree | 1d385f25a0d82c5112bc040a3be9a2508be5cccb /net-dialup | |
parent | stable on amd64, ppc and x86 wrt #93807 (diff) | |
download | gentoo-2-65b9dbffcc00fdcec1800ee5400bf28ab07c6de8.tar.gz gentoo-2-65b9dbffcc00fdcec1800ee5400bf28ab07c6de8.tar.bz2 gentoo-2-65b9dbffcc00fdcec1800ee5400bf28ab07c6de8.zip |
more verbose error message in capi.hotplug
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/capi4k-utils/files/capi.hotplug | 4 |
1 files changed, 2 insertions, 2 deletions
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 |