Re: [ANNOUNCE] udev 015 release

From: Martin Schlemmer (azarah_at_nosferatu.za.org)
Date: 01/30/04

  • Next message: Nick Piggin: "Re: [PATCH][CFT] mm swapping improvements"
    To: Greg KH <greg@kroah.com>
    Date:	Fri, 30 Jan 2004 06:41:27 +0200
    
    
    

    On Thu, 2004-01-29 at 20:30, Martin Schlemmer wrote:

    <snip>

    > --- udev-015/logging.c 2004-01-29 19:20:40.673380296 +0200
    > +++ udev-015.log_option/logging.c 2004-01-29 20:02:41.316184344 +0200
    > @@ -26,6 +26,7 @@
    > #include <unistd.h>
    > #include <syslog.h>
    >
    > +#include "udev.h"
    > #include "logging.h"
    >
    >
    > @@ -47,6 +48,9 @@ int log_message(int level, const char *f
    > {
    > va_list args;
    >
    > + if (0 != strncmp(udev_log_str, "yes", BOOL_SIZE))

    This should be:

    --
    +       if (0 != strncmp(udev_log_str, UDEV_LOG_DEFAULT, BOOL_SIZE))
    --
    of course ...
    > +               return 0;
    > +
    >         if (!logging_init)
    >                 init_logging();
    >         va_start(args, format);
    -- 
    Martin Schlemmer
    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Nick Piggin: "Re: [PATCH][CFT] mm swapping improvements"

    Relevant Pages

    • Re: udev and devfs - The final word
      ... On Thu, 2004-01-01 at 04:03, Martin Schlemmer wrote: ... > Afiak, we are current on udev:D ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: initramfs for /dev/console with udev?
      ... On Friday 04 November 2005 18:26, Martin Schlemmer wrote: ... Rob ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • 2.6.0 bk snapshots
      ... Getting the bk snapshots on kernel.org up again for 2.6.0 when ever ... Martin Schlemmer ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • 2.6.0 bk snapshots
      ... Getting the bk snapshots on kernel.org up again for 2.6.0 when ever ... Martin Schlemmer ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: no atapi cdrecord burning with 2.6.0-test11-bk10 / bk13
      ... On Wed, 2003-12-17 at 19:35, Thomas Voegtle wrote: ... > Yes, this fixes the problem. ... Martin Schlemmer ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)