diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-11 23:17:12 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-11 23:17:12 +0000 |
commit | 8df8b979ba0f7367f13e9039a79185a8dbf03e9c (patch) | |
tree | aa9a1d6fbf4864a1757548d29b597e338e5fd17e /security/sudo | |
parent | 001502498e4e4b30cd5861d500a75f1b5d2424e7 (diff) |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 1dc68ef0bea5..567dcc4cb9b7 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -1,9 +1,7 @@ bin/sudo bin/sudoedit bin/sudoreplay -@unexec if cmp -s %D/etc/sudoers.sample %D/etc/sudoers; then rm -f %D/etc/sudoers; fi -etc/sudoers.sample -@exec if [ ! -f %D/etc/sudoers ] ; then cp -p %D/%F %B/sudoers; fi +@sample etc/sudoers.sample @unexec if cmp -s %D/etc/pam.d/sudo.default %D/etc/pam.d/sudo; then rm -f %D/etc/pam.d/sudo ; fi etc/pam.d/sudo.default @exec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi |