pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/e17



Module name:    wip
Committed by:   roelants
Date:           Tue Mar 12 07:54:06 UTC 2013

Modified Files:
        wip/e17: Makefile distinfo
Added Files:
        wip/e17/patches: patch-src_bin_e__init.c
            patch-src_modules_temperature_e_mod_main.c

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.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/e17/patches/patch-src_bin_e__init.c \
    wip/e17/patches/patch-src_modules_temperature_e_mod_main.c
cvs -z3 rdiff -u -r1.18 -r1.19 wip/e17/distinfo
cvs -z3 rdiff -u -r1.31 -r1.32 wip/e17/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/e17/patches/patch-src_bin_e__init.c?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/e17/patches/patch-src_modules_temperature_e_mod_main.c?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/e17/distinfo?r1=1.18&r2=1.19
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/e17/Makefile?r1=1.31&r2=1.32

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index