summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-07-06 15:50:46 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-07-06 15:50:46 +0000
commit61838d068bced35ab0d839e0c7955f0e9b7e3b55 (patch)
tree1085a4edbbd3de7c9a4c3acf781bce4facf467c8
parent7b01b2d58c35b0d78b52d7f6ebe7fbb440c4193f (diff)
downloadkrb5-61838d068bced35ab0d839e0c7955f0e9b7e3b55.tar.gz
krb5-61838d068bced35ab0d839e0c7955f0e9b7e3b55.tar.xz
krb5-61838d068bced35ab0d839e0c7955f0e9b7e3b55.zip
Set the default PATH to the one set by login, with the addition of the
/usr/X11R6/bin to the end of the list.
-rw-r--r--krb5-1.5-ksu-path.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/krb5-1.5-ksu-path.patch b/krb5-1.5-ksu-path.patch
new file mode 100644
index 0000000..93aaede
--- /dev/null
+++ b/krb5-1.5-ksu-path.patch
@@ -0,0 +1,14 @@
+Set the default PATH to the one set by login, with the addition of the
+/usr/X11R6/bin to the end of the list.
+
+--- krb5-1.5/src/clients/ksu/Makefile.in 2006-05-24 17:19:23.000000000 -0400
++++ krb5-1.5/src/clients/ksu/Makefile.in 2006-07-05 14:24:41.000000000 -0400
+@@ -2,7 +2,7 @@
+ myfulldir=clients/ksu
+ mydir=clients/ksu
+ BUILDTOP=$(REL)..$(S)..
+-DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"'
++DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /usr/sbin /bin /usr/bin /usr/X11R6/bin"'
+ DEFS=
+
+ PROG_LIBPATH=-L$(TOPLIBD)