Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
auto-register
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define the used modkey.
Added new action SetModKey too
|
|
|
|
|
|
|
|
made in that file will override/overlay the ones made in the used
style. TODO: write more specific docu about it
|
|
|
|
*string into the environment we need to track what we putenv.
|
|
|
|
|
|
|
|
|
|
execl needs a terminating NULL at the end, a '0' would be
converted to "int 0" on 64bit-systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|