aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2007-06-06 06:22:37 (GMT)
committermathias <mathias>2007-06-06 06:22:37 (GMT)
commitdff2aa33561b00e97b3561892fb690ba9f2968c6 (patch)
treee1cde447e834f5fe2cb7bbc3fd3fbd4f78c35de7 /ChangeLog
parent467cb9ac6d951bbd37cb809370fa2e5b27f7e032 (diff)
downloadfluxbox-dff2aa33561b00e97b3561892fb690ba9f2968c6.zip
fluxbox-dff2aa33561b00e97b3561892fb690ba9f2968c6.tar.bz2
fix for the following problem:
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's but a real standalone shell. and it behaves differently from "bash -c" behavior .. it doesnt exec the command given but waits till the command finishes. as a result a lot of "rogue" a flying around. solution is now ( $SHELL or /bin/sh ) -c exec <cmd>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c67f62..07a09d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/06/06:
4 * Fix to avoid rogue instances of /bin/sh after forking away programs (Mathias)
5 util/fbrun/FbRun.cc src/FbCommands.cc
3*07/06/04: 6*07/06/04:
4 * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not 7 * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not
5 "wallpaper". asciidoc manpages are stale. 8 "wallpaper". asciidoc manpages are stale.