Vodz' last_patch57:
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:56 +0000 (20:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:56 +0000 (20:39 -0000)
commit02e6ba91e887bd11146a57185b223582f56f3f09
treecc1954165fe7e6efed1ba0dfa7d5c3aea97fffa5
parenta6f6e06107e69b79858acaa511c452a0a73cf207
Vodz' last_patch57:
    Hi, Erik.

    my_getpw(uid/gid) and applets used it have problem:
    if username for uid not found, applets can`t detect it
    (but code pessent). Also "%8ld " format is bad:
    spaces not required (applets have self format
    or spec format (tar applet) and overflow for "id" applet...)
    This problem also pressent in stable version.
    Patch for unstable in attach.

    --w
    vodz
archival/tar.c
coreutils/id.c
coreutils/logname.c
coreutils/whoami.c
include/libbb.h
libbb/my_getgrgid.c
libbb/my_getpwuid.c
procps/ps.c
sysklogd/logger.c