diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-11-03 09:44:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-11-03 09:44:23 +0000 |
commit | 5ebc099a7949ff791958791a5797dcbc4a9a6405 (patch) | |
tree | a212ee89026819b116cdf00cb4f43ac65843e97d /security/sudo/files/patch-plugins__sudoers__sudoers.in | |
parent | - Improve rc script (diff) |
- Update security/sudo to 1.8.15
- Remove patch-plugins__sudoers__Makefile.in, unnecessary on stagedir days
- Remove patch-plugins__sudoers__audit.c, sudo_gettext.h is already included
by sudoers.h
- Rework patch-plugins__sudoers__sudoers.in to replace pkg_* utilities by
pkg on message
Notes
Notes:
svn path=/head/; revision=400688
Diffstat (limited to 'security/sudo/files/patch-plugins__sudoers__sudoers.in')
-rw-r--r-- | security/sudo/files/patch-plugins__sudoers__sudoers.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/files/patch-plugins__sudoers__sudoers.in b/security/sudo/files/patch-plugins__sudoers__sudoers.in index cdc4428cb78b..d98171752380 100644 --- a/security/sudo/files/patch-plugins__sudoers__sudoers.in +++ b/security/sudo/files/patch-plugins__sudoers__sudoers.in @@ -5,8 +5,8 @@ ## Defaults specification ## +## Uncomment if needed to preserve environmental variables related to the -+## FreeBSD pkg_* utilities and fetch. -+# Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR FTP_PASSIVE_MODE" ++## FreeBSD pkg utility and fetch. ++# Defaults env_keep += "PKG_CACHEDIR PKG_DBDIR FTP_PASSIVE_MODE" +## +## Additionally uncomment if needed to preserve environmental variables +## related to portupgrade |