summaryrefslogtreecommitdiff
path: root/wrapper/TODO
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-13 15:20:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:15 -0600
commit3e100e9de3cec5ec5e9a641e782ae47ca095233d (patch)
tree4419164e75c32490a96307335a9fd2c80d8161b4 /wrapper/TODO
parent3f829bcc56a0dff2ba4ed6e1a1c081b6262fbed9 (diff)
bichun!
fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins.
Diffstat (limited to 'wrapper/TODO')
-rw-r--r--wrapper/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/wrapper/TODO b/wrapper/TODO
index 577c252..6d1bd2a 100644
--- a/wrapper/TODO
+++ b/wrapper/TODO
@@ -1,6 +1,8 @@
#! /bin/more
-plugin-load.h:
+* add propper option handling via GNU getopt
+* actually launch the plugins
+* plugin-load.h:
The function `load_plugins' must loop through sub-directories in the
directory `libexecdir'. They way it does this is an ugly kludge, and
should be rewritten.