diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-10-11 20:39:03 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-10-11 20:39:03 +0000 |
commit | fe81eb3aa4f5425d0e0a6a93a4e242fc7682ee96 (patch) | |
tree | fae7095ab356c1d42a4f5b971c20879f76efc315 /security | |
parent | 70fe31aee8e6494dd7981215440e8054dfcd965c (diff) | |
download | ports-fe81eb3aa4f5425d0e0a6a93a4e242fc7682ee96.tar.gz ports-fe81eb3aa4f5425d0e0a6a93a4e242fc7682ee96.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/files/patch-sudoers | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/security/sudo/files/patch-sudoers b/security/sudo/files/patch-sudoers index 90bb834734dc..0183f396f043 100644 --- a/security/sudo/files/patch-sudoers +++ b/security/sudo/files/patch-sudoers @@ -1,16 +1,15 @@ ---- sudoers.orig 2007-07-08 09:06:33.000000000 -0400 -+++ sudoers 2007-08-27 15:37:00.868840000 -0400 -@@ -12,6 +12,14 @@ +--- sudoers.orig 2008-01-15 22:18:17.000000000 +0000 ++++ sudoers 2008-10-11 20:36:46.928244000 +0000 +@@ -14,6 +14,13 @@ # Cmnd alias specification # Defaults specification +# Uncomment if needed to preserve environmental variables related to the -+# FreeBSD pkg_* utilities. -+#Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR" ++# FreeBSD pkg_* utilities and fetch. ++#Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR FTP_PASSIVE_MODE" + -+# Uncomment if needed to preserve environmental variables related to -+# portupgrade. (portupgrade uses some of the same variables as the pkg_* -+# tools so their Defaults above should be uncommented if needed too.) ++# Additionally uncomment if needed to preserve environmental variables ++# related to portupgrade. +#Defaults env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES PKGTOOLS_CONF" # Runas alias specification |