1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add a patch for gnome_util_user_shll().

This commit is contained in:
Vanilla I. Shu 1998-10-24 17:12:47 +00:00
parent 824e8c59d6
commit bb64ab003a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14167
6 changed files with 42 additions and 3 deletions

View File

@ -0,0 +1,14 @@
--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998
+++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998
@@ -217,8 +217,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", "/usr/local/bin/tcsh",
+ "/usr/local/bin/bash", "/usr/local/bin/ksh",
+ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0
};
if ((shell = getenv ("SHELL"))){

View File

@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo
@dirrm include/libgnorba
@dirrm include/zvt
@dirrm share/gnome/games
@dirrm share/gnome/html
@dirrm share/gnome/pixmaps
@dirrm share/gnome

View File

@ -0,0 +1,14 @@
--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998
+++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998
@@ -217,8 +217,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", "/usr/local/bin/tcsh",
+ "/usr/local/bin/bash", "/usr/local/bin/ksh",
+ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0
};
if ((shell = getenv ("SHELL"))){

View File

@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo
@dirrm include/libgnorba
@dirrm include/zvt
@dirrm share/gnome/games
@dirrm share/gnome/html
@dirrm share/gnome/pixmaps
@dirrm share/gnome

View File

@ -0,0 +1,14 @@
--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998
+++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998
@@ -217,8 +217,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", "/usr/local/bin/tcsh",
+ "/usr/local/bin/bash", "/usr/local/bin/ksh",
+ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0
};
if ((shell = getenv ("SHELL"))){

View File

@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo
@dirrm include/libgnorba
@dirrm include/zvt
@dirrm share/gnome/games
@dirrm share/gnome/html
@dirrm share/gnome/pixmaps
@dirrm share/gnome