mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
- 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
17 lines
628 B
Text
17 lines
628 B
Text
--- plugins/sudoers/sudoers.in.orig 2015-07-15 18:44:07 UTC
|
|
+++ plugins/sudoers/sudoers.in
|
|
@@ -32,6 +32,14 @@
|
|
##
|
|
## Defaults specification
|
|
##
|
|
+## Uncomment if needed to preserve environmental variables related to the
|
|
+## 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
|
|
+# Defaults env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES PKGTOOLS_CONF"
|
|
+##
|
|
## You may wish to keep some of the following environment variables
|
|
## when running commands via sudo.
|
|
##
|