diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-03 00:56:00 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-03 00:56:00 +0000 |
commit | dcf4228f5c4ff09e88c977e93382a064f0d7534a (patch) | |
tree | d73232ad3bea4c67415d7657312de0381e04b22d /security/sudo | |
parent | 5ebcc72b0fe400fde0409cbcc0a6fa4561ff8a84 (diff) | |
download | ports-dcf4228f5c4ff09e88c977e93382a064f0d7534a.tar.gz ports-dcf4228f5c4ff09e88c977e93382a064f0d7534a.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 1 | ||||
-rw-r--r-- | security/sudo/files/pam.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8977434059c7..e0aa17aa1cd6 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudo PORTVERSION= 1.6.9.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ diff --git a/security/sudo/files/pam.conf b/security/sudo/files/pam.conf index 29aafcf2508c..d0eaef11ee01 100644 --- a/security/sudo/files/pam.conf +++ b/security/sudo/files/pam.conf @@ -13,7 +13,7 @@ account include system # session # XXX: pam_lastlog (used in system) causes users to appear as though # they are no longer logged in in system logs. -session include pam_permit.so +session required pam_permit.so # password password include system |