diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-09-14 22:19:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:15 -0600 |
commit | 1eddff249b2c7ce54544b840562e782501d47924 (patch) | |
tree | 2c2f728872a8c8dc8a9e013bc0afac5379eb29e1 /wrapper/TODO | |
parent | 1aae71a1c7365d56aa6b0549bde6e8af07513f5f (diff) |
well, launching plugins is written, too bad it segfaults
Diffstat (limited to 'wrapper/TODO')
-rw-r--r-- | wrapper/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wrapper/TODO b/wrapper/TODO index 1017c8d..9734938 100644 --- a/wrapper/TODO +++ b/wrapper/TODO @@ -1,6 +1,11 @@ #! /bin/more * actually launch the plugins +* plugin-run.h: + the function _plugin_sh_mktemp() is an ugly hack, it exists + because a) it is secure b) it is easier to write a hack using + methods I understand, than learn those I don't c) point b + especially when I just want to get it working. ~ Luke Shumaker Happy Hacking! |