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>-&#45;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>-&#45;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
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to