Package: hotplug
Version: 0.0.20040329-22
Severity: normal

There is a typo in the log message in a few of the hotplug scripts.
Unfortunately, this breaks logcheck's ability to match these messages
since the regular expression I use checks for a properly spelled word.

Here's a patch that fixes the spelling:

--- ide.rc.orig 2005-04-07 09:37:22.000000000 -0700
+++ ide.rc      2005-05-13 09:10:57.000000000 -0700
@@ -32,7 +32,7 @@
        if is_blacklisted $MODULE; then
            mesg "     $MODULE: blacklisted"
        elif modprobe --quiet $MODULE; then
-           mesg "     $MODULE: loaded sucessfully"
+           mesg "     $MODULE: loaded successfully"
        else
            mesg "     $MODULE: can't be loaded"
        fi
--- isapnp.rc.orig      2005-04-07 09:37:22.000000000 -0700
+++ isapnp.rc   2005-05-13 09:10:48.000000000 -0700
@@ -48,7 +48,7 @@
 
        # see do_pnp_entry() in /usr/src/linux/scripts/file2alias.c
        if $MODPROBE -q $MODULE; then
-           mesg "     $MODULE: loaded sucessfully"
+           mesg "     $MODULE: loaded successfully"
        else
            mesg "     $MODULE: can't be loaded"
        fi
--- scsi.agent.orig     2005-04-07 09:37:22.000000000 -0700
+++ scsi.agent  2005-05-13 09:12:14.000000000 -0700
@@ -51,7 +51,7 @@
        if is_blacklisted $MODULE; then
            mesg "     $MODULE: blacklisted (for $TYPE)"
        elif modprobe --quiet $MODULE; then
-           mesg "     $MODULE: loaded sucessfully (for $TYPE)"
+           mesg "     $MODULE: loaded successfully (for $TYPE)"
        else
            mesg "     $MODULE: can't be loaded (for $TYPE)"
        fi


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages hotplug depends on:
ii  bash                         2.05b-26    The GNU Bourne Again SHell
ii  debconf                      1.4.30.13   Debian configuration management sy
ii  grep                         2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools            3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils                     2.4.26-1.2  Linux module utilities
ii  procps                       1:3.2.1-2   The /proc file system utilities
ii  sed                          4.1.2-8     The GNU sed stream editor

-- debconf information:
  hotplug/ignore_pci_class_display: true
  hotplug/net_agent_policy: hotplug
  hotplug/static_module_list:
  hotplug/x11_usbmice_hack: false

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to