diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /x11/libgnome/files/patch-ag | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'x11/libgnome/files/patch-ag')
-rw-r--r-- | x11/libgnome/files/patch-ag | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag deleted file mode 100644 index 1045193a6db5..000000000000 --- a/x11/libgnome/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- libgnome/gnome-util.c.orig Fri Apr 23 16:14:08 1999 -+++ libgnome/gnome-util.c Mon Jul 12 10:31:19 1999 -@@ -371,8 +371,9 @@ - int i; - char *shell; - static char *shells [] = { -- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh", -- "/bin/csh", "/bin/sh", 0 -+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh", -+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh", -+ "%%LOCALBASE%%/bin/zsh", 0 - }; - - if ((shell = getenv ("SHELL"))){ |