From: Todd C. Miller Date: Tue, 13 Jan 1998 04:37:14 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_5_4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b05743b62242056c564b09e0babbab34226fddf;p=sudo ++version --- diff --git a/BUGS b/BUGS index 538d9f283..ab0e154f6 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -Known bugs in sudo version 1.5.3 +Known bugs in sudo version 1.5.4 ================================ 1) "make install-man" should substitute correct paths into the @@ -9,3 +9,6 @@ Known bugs in sudo version 1.5.3 3) configure variables that have been cached cannot be overridden in subsequent configure runs, even if other --with-* options are given. This is a flaw in GNU autoconf. + +4) Cmnd_Alias's need to precede permissions specs. At the very least, + visudo should give an error if you get this wrong.