bash/bash-3.2-ssh_source_bash.patch
Roman Rakus ef575b16c4 Removes requires to avoid dependency loops. Enable #define
SSH_SOURCE_BASHRC. Catch signals right after calling execve()
2008-10-23 13:44:05 +00:00

10 lines
431 B
Diff

diff -up bash-3.2/config-top.h.ssh_source_bash bash-3.2/config-top.h
--- bash-3.2/config-top.h.ssh_source_bash 2008-10-23 15:08:04.000000000 +0200
+++ bash-3.2/config-top.h 2008-10-23 15:08:33.000000000 +0200
@@ -86,4 +86,4 @@
/* Define this if you want bash to try to check whether it's being run by
sshd and source the .bashrc if so (like the rshd behavior). */
-/* #define SSH_SOURCE_BASHRC */
+#define SSH_SOURCE_BASHRC