[BACK]Return to BUGS CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Annotation of src/usr.bin/sudo/BUGS, Revision 1.1

1.1     ! millert     1: Known bugs in sudo version 1.6
        !             2: ==============================
        !             3:
        !             4: 1) "make install-man" should substitute correct paths into the
        !             5:     man pages themselves.
        !             6:
        !             7: 2) Sudo should log when removing "dangerous" envariables.
        !             8:
        !             9: 3) configure variables that have been cached cannot be overridden
        !            10:    in subsequent configure runs, even if other --with-* options are
        !            11:    given.  This is a flaw in GNU autoconf.
        !            12:
        !            13: 4) On DUNIX in sia mode, hitting return at the prompt does not quit.
        !            14:
        !            15: 5) In parse.lex, '@" should not need to be a special character.
        !            16:    For some reason, if it is not excluded from WORD, Defaults@ doesn't
        !            17:    match.