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:
parent
824e8c59d6
commit
bb64ab003a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14167
14
x11/gnome-libs/files/patch-ag
Normal file
14
x11/gnome-libs/files/patch-ag
Normal 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"))){
|
@ -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
|
||||
|
14
x11/gnomelibs/files/patch-ag
Normal file
14
x11/gnomelibs/files/patch-ag
Normal 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"))){
|
@ -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
|
||||
|
14
x11/libgnome/files/patch-ag
Normal file
14
x11/libgnome/files/patch-ag
Normal 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"))){
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user