aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-09-26 05:40:20 +0800
committerade <ade@FreeBSD.org>2000-09-26 05:40:20 +0800
commitdd40fece40487cd92b352a58d1471b8090dfe719 (patch)
tree4620e1f068a5f47c30efa0d6bacb6c77d4dae56a
parent48b9f0c330d35bd1eada0bd341c46d77aa64caca (diff)
downloadfreebsd-ports-gnome-dd40fece40487cd92b352a58d1471b8090dfe719.tar.gz
freebsd-ports-gnome-dd40fece40487cd92b352a58d1471b8090dfe719.tar.zst
freebsd-ports-gnome-dd40fece40487cd92b352a58d1471b8090dfe719.zip
Remove scsh from "known shells".. it's not an interactive shell.
Submitted by: nectar
-rw-r--r--x11/gnome-libs/files/patch-ag2
-rw-r--r--x11/gnomelibs/files/patch-ag2
-rw-r--r--x11/libgnome/files/patch-ag2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-libs/files/patch-ag b/x11/gnome-libs/files/patch-ag
index a928239a2373..1045193a6db5 100644
--- a/x11/gnome-libs/files/patch-ag
+++ b/x11/gnome-libs/files/patch-ag
@@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
-+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
++ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){
diff --git a/x11/gnomelibs/files/patch-ag b/x11/gnomelibs/files/patch-ag
index a928239a2373..1045193a6db5 100644
--- a/x11/gnomelibs/files/patch-ag
+++ b/x11/gnomelibs/files/patch-ag
@@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
-+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
++ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag
index a928239a2373..1045193a6db5 100644
--- a/x11/libgnome/files/patch-ag
+++ b/x11/libgnome/files/patch-ag
@@ -8,7 +8,7 @@
- "/bin/csh", "/bin/sh", 0
+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
-+ "%%LOCALBASE%%/bin/zsh", "%%LOCALBASE%%/sbin/scsh", 0
++ "%%LOCALBASE%%/bin/zsh", 0
};
if ((shell = getenv ("SHELL"))){
| | | | | | PR: 188986 Submitted by: yuri@rivera.ru Approved by: melifaro@ipfw.ru (maintainer timeout) * - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-1/+1 | | | | Approved by: portmgr * Support stageRenato Botelho2014-01-082-4/+2 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2 | | | | net) * In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1 | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. * - Get Rid MD5 supportMartin Wilke2011-03-20