From 49776e51addea55791928fea172de0caa13e1b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 7 Jun 2004 22:25:50 +0000 Subject: [PATCH] Forgot bash.rdef, removed network support (should be readded later) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7817 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bash/bash.rdef | 11 +++++++++++ src/apps/bin/bash/config.h | 2 +- src/apps/bin/bash/lib/sh/Jamfile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 src/apps/bin/bash/bash.rdef diff --git a/src/apps/bin/bash/bash.rdef b/src/apps/bin/bash/bash.rdef new file mode 100644 index 0000000000..0561db63f8 --- /dev/null +++ b/src/apps/bin/bash/bash.rdef @@ -0,0 +1,11 @@ +resource app_version +{ + major = 2, + middle = 0, + minor = 5, + variety = 5, + internal = 0, + short_info = "2.05b", + long_info = "2.05b ©2004 The Free Software Foundation" +}; + diff --git a/src/apps/bin/bash/config.h b/src/apps/bin/bash/config.h index 7178c53498..b488f9ce6e 100644 --- a/src/apps/bin/bash/config.h +++ b/src/apps/bin/bash/config.h @@ -127,7 +127,7 @@ /* Define NETWORK_REDIRECTIONS if you want /dev/(tcp|udp)/host/port to open socket connections when used in redirections */ -#define NETWORK_REDIRECTIONS 1 +//#define NETWORK_REDIRECTIONS 1 /* Define PROGRAMMABLE_COMPLETION for the programmable completion features and the complete builtin. */ diff --git a/src/apps/bin/bash/lib/sh/Jamfile b/src/apps/bin/bash/lib/sh/Jamfile index c66dbbfe6d..0121d825ef 100644 --- a/src/apps/bin/bash/lib/sh/Jamfile +++ b/src/apps/bin/bash/lib/sh/Jamfile @@ -19,7 +19,7 @@ StaticLibrary sh : shtty.c inet_aton.c netconn.c - netopen.c +# netopen.c timeval.c makepath.c pathcanon.c