busybox/miscutils
Rob Landley 06813d066b Tito posted a devfsd error message fix. It's highly deprecated and will
presumably be removed eventually (use udev), but as long as it's in there.

Tito says:

The sense of this patch is to call:
read_config_file_err:
#ifdef CONFIG_DEVFSD_VERBOSE
    msg_logger(((optional ==  0 ) && (errno == ENOENT))? DIE : NO_DIE, LOG_ERR, "read config file: %s: %m\n", path);
#else
    if(optional ==  0  && errno == ENOENT)
        exit(EXIT_FAILURE);
#endif

just after the failure of the  call that set errno ( stat and fopen)
to avoid false error messages.
2005-06-07 03:47:00 +00:00
..
adjtimex.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Config.in Add automatic umount support to eject command. Patch from Tito, 2005-05-14 00:46:18 +00:00
crond.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
crontab.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
dc.c Patch by Paul Whittaker, make busybox dc compatable with GNU dc. 2004-07-24 06:01:52 +00:00
devfsd.c Tito posted a devfsd error message fix. It's highly deprecated and will 2005-06-07 03:47:00 +00:00
eject.c Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), 2005-05-15 01:32:47 +00:00
hdparm.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
last.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
makedevs.c Fix incorrect arguments being passed to mknod 2004-07-30 17:48:21 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in import eject by Peter Willis / Tito Ragusa 2005-05-11 00:25:47 +00:00
mt.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
rx.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
strings.c Clean up strings.c to use busybox's option processing. Bug 006, apparently. 2005-06-07 03:21:20 +00:00
time.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
watchdog.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00