On 06/26/2013 04:20 AM, [email protected] wrote: > > Modified: trunk/BOOK/postlfs/security/sudo.xml > ============================================================================== > --- trunk/BOOK/postlfs/security/sudo.xml Tue Jun 25 09:47:58 2013 > (r11313) > +++ trunk/BOOK/postlfs/security/sudo.xml Tue Jun 25 19:20:20 2013 > (r11314) > @@ -6,9 +6,9 @@ > > <!ENTITY sudo-download-http > "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz"> > <!ENTITY sudo-download-ftp > "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz"> > - <!ENTITY sudo-md5sum "6dac48c73c8e0932980efcddafa569af"> > - <!ENTITY sudo-size "1.8 MB"> > - <!ENTITY sudo-buildsize "23 MB"> > + <!ENTITY sudo-md5sum "a02367090e1dac8d0c1747de1127b6bf"> > + <!ENTITY sudo-size "1.9 MB"> > + <!ENTITY sudo-buildsize "31 MB"> > <!ENTITY sudo-time "0.3 SBU"> > ]> > > @@ -101,11 +101,11 @@ > the following commands: > </para> > > -<screen><userinput>./configure --prefix=/usr \ > - --libexecdir=/usr/lib/sudo \ > +<screen><userinput>./configure --prefix=/usr \ > + --libexecdir=/usr/lib/sudo \ > --docdir=/usr/share/doc/sudo-&sudo-version; \ > - --with-all-insults \ > - --with-env-editor && > + --with-all-insults \ > + --with-env-editor && > make</userinput></screen> > > <para> > @@ -250,10 +250,10 @@ > sudo, sudoedit, sudoreplay and visudo > </seg> > <seg> > - sudoers.so and sudo_noexec.so > + group_file.so, sudoers.so, system_group.so, and sudo_noexec.so > </seg> > <seg> > - /usr/lib/sudo and > + /etc/sudoers.d, /var/db/sudo, /usr/lib/sudo, /usr/lib/sudo and
Is there a possibility you can change /var/db/sudo to lets say /var/lib/sudo? This directory isn't FHS compliant. Also, you have listed /usr/lib/sudo twice. > /usr/share/doc/sudo-&sudo-version; > </seg> > </seglistitem> > -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
