On 06/26/2013 09:50 PM, Igor Živković wrote: > On 26.06.2013 20:54, [email protected] wrote: >> Author: bdubbs >> Date: Wed Jun 26 11:54:44 2013 >> New Revision: 11318 >> >> Log: >> Add back some optional options and fix a typo >> >> Modified: >> trunk/BOOK/postlfs/security/sudo.xml >> >> Modified: trunk/BOOK/postlfs/security/sudo.xml >> ============================================================================== >> --- trunk/BOOK/postlfs/security/sudo.xml Wed Jun 26 11:38:21 2013 >> (r11317) >> +++ trunk/BOOK/postlfs/security/sudo.xml Wed Jun 26 11:54:44 2013 >> (r11318) >> @@ -102,7 +102,7 @@ >> </para> >> >> <screen><userinput>./configure --prefix=/usr \ >> - -libexecdir=/usr/lib/sudo \ >> + --libexecdir=/usr/lib/sudo \ >> --docdir=/usr/share/doc/sudo-&sudo-version; \ >> --with-timedir=/var/lib/sudo \ >> --with-all-insults \ >> @@ -139,6 +139,17 @@ >> environment variable EDITOR for <command>visudo</command>. >> </para> >> >> + <para> >> + <option>--without-pam</option>: This switch disables the use of >> + <application>PAM</application> authentication. Use this if you do >> + not have <application>Linux PAM</application> installed. >> + </para> >> + >> + <para> >> + <option>--without-sendmail</option>: This switch disables the use >> of >> + sendmail. Add this if you do not have a sendmail compatible MTA. >> + </para> >> + >> <note> >> <para> >> There are many options to <application>sudo</application>'s >> > > Last time I checked I didn't have to explicitly pass those switches to > configure script and I didn't have PAM and MTA installed. Above > explanations look like you have to use them in such case. >
Yeah, they were commented in the xml, that's why I removed them completely. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
