Subject: CVS commit: wip/e17
From: dieter roelants
Date: 2013-03-12 08:54:06
Message id: E1UFK2S-0000HU-IH@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
Fix e17 sleeping splash and lingering tempgets.

Fix 2 issues: the e17 splash screen never woke up and stayed on
screen until a timeout. Tempget processes started by the temperature
module, would never exit, when a new instance was spawned (e.g.
after reconfiguring). Both issues had the same cause, and have the
same solution; prefix the command to run with "exec" so that the
shell used to run them is replaced by the new process and the latter
becomes the child process. This was not an issue with bash or zsh,
because these shells seem to automatically exec when called with
-c followed by a simple command. Bump pkgrevision.

Files:
RevisionActionfile
1.32modifywip/e17/Makefile
1.19modifywip/e17/distinfo
1.1addwip/e17/patches/patch-src_bin_e__init.c
1.1addwip/e17/patches/patch-src_modules_temperature_e_mod_main.c