summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/sudo/sudoers5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers
index 9b70fd78739..53a27fdacd6 100644
--- a/usr.bin/sudo/sudoers
+++ b/usr.bin/sudo/sudoers
@@ -1,4 +1,4 @@
-# $OpenBSD: sudoers,v 1.20 2008/03/20 12:46:43 sthen Exp $
+# $OpenBSD: sudoers,v 1.21 2008/04/11 20:51:57 thib Exp $
#
# sudoers file.
#
@@ -21,6 +21,9 @@ Defaults env_keep +="OKAY_FILES OWNER PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH"
Defaults env_keep +="PKG_TMPDIR PORTSDIR RELEASEDIR SUBPACKAGE WRKOBJDIR"
Defaults env_keep +="SSH_AUTH_SOCK EDITOR VISUAL SHARED_ONLY"
+# Uncomment to disable the lecture the first time you run sudo
+#Defaults !lecture
+
# Uncomment to preserve the environment for users in group wheel
#Defaults:%wheel !env_reset