diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-17 11:50:07 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-17 11:50:07 +0000 |
commit | 79036c17e5788bb8c0cf834c577a365179f7c571 (patch) | |
tree | 744e8918b361ef356cb833da1b6767fb92f075db /security/sudo/files | |
parent | b03f2de5918107e329df85e283bc03afbbb1e801 (diff) | |
download | ports-79036c17e5788bb8c0cf834c577a365179f7c571.tar.gz ports-79036c17e5788bb8c0cf834c577a365179f7c571.zip |
Update to sudo-1.6.3p8, which *really* includes the CDPATH fix, and
another one that does not directly affect FreeBSD (our _PATH_VARTMP
was fine before, too).
Approved by: mharo (maintainer)
Notes
Notes:
svn path=/head/; revision=121805
Diffstat (limited to 'security/sudo/files')
-rw-r--r-- | security/sudo/files/patch-env.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/sudo/files/patch-env.c b/security/sudo/files/patch-env.c deleted file mode 100644 index dc64aad1bc25..000000000000 --- a/security/sudo/files/patch-env.c +++ /dev/null @@ -1,10 +0,0 @@ ---- env.c.orig Mon Nov 15 12:58:46 2004 -+++ env.c Mon Nov 15 12:58:55 2004 -@@ -123,6 +123,7 @@ - "TERMCAP", /* XXX - only if it starts with '/' */ - "ENV", - "BASH_ENV", -+ "CDPATH", - NULL - }; - |