diff options
author | mathias <mathias> | 2007-06-06 06:22:37 (GMT) |
---|---|---|
committer | mathias <mathias> | 2007-06-06 06:22:37 (GMT) |
commit | dff2aa33561b00e97b3561892fb690ba9f2968c6 (patch) | |
tree | e1cde447e834f5fe2cb7bbc3fd3fbd4f78c35de7 /ChangeLog | |
parent | 467cb9ac6d951bbd37cb809370fa2e5b27f7e032 (diff) | |
download | fluxbox_pavel-dff2aa33561b00e97b3561892fb690ba9f2968c6.zip fluxbox_pavel-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes 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. |