diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0c462d8b58..79b7fe98f6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,10 +40,13 @@ --> - January 17th, 2006 + + [bdubbs] - Added patch to clear selected environment variables. + Submitted by archaic. + [randy] - Updated to the HTML::TableExtract-2.06 Perl Module and added new modules HTML::Element::Extended and HTML::Tree as diff --git a/postlfs/security/sudo.xml b/postlfs/security/sudo.xml index b164ad0e89..6e8feb3e01 100644 --- a/postlfs/security/sudo.xml +++ b/postlfs/security/sudo.xml @@ -61,20 +61,19 @@ - + @@ -83,7 +82,8 @@ Install sudo by running the following commands: -./configure --prefix=/usr --libexecdir=/usr/lib \ +patch -Np1 -i ../sudo-&sudo-version;-envar_fix-1.patch && +./configure --prefix=/usr --libexecdir=/usr/lib \ --enable-noargs-shell --with-ignore-dot --with-all-insults \ --enable-shell-sets-home && make