=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/INSTALL,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/sudo/Attic/INSTALL 2007/09/05 23:55:56 1.17 --- src/usr.bin/sudo/Attic/INSTALL 2007/10/17 04:26:04 1.18 *************** *** 252,257 **** --- 252,264 ---- is to compile noexec support if libtool supports building shared objects on your OS. + --disable-pam-session + Disable sudo's PAM session support. This may be needed on + older PAM implementations or on operating systems where + opening a PAM session changes the utmp or wtmp files. If + PAM session support is disabled, resource limits may not + be updatedin for command being run. + --disable-root-mailer By default sudo will run the mailer as root when tattling on a user so as to prevent that user from killing the mailer.