=== modified file 'Makefile' --- Makefile 2008-08-31 15:06:39 +0000 +++ Makefile 2008-09-02 15:02:37 +0000 @@ -92,10 +92,11 @@ check: ./mandos --check -# Run the server with a local key +# Run the client with a local config and key run-client: all keydir/seckey.txt keydir/pubkey.txt \ keydir/secring.gpg keydir/pubring.gpg ./plugin-runner --plugin-dir=plugins.d \ + --config-file=plugin-runner.conf \ --options-for=password-request:--keydir=keydir # Used by run-client === modified file 'TODO' --- TODO 2008-09-02 13:04:42 +0000 +++ TODO 2008-09-02 15:02:37 +0000 @@ -6,9 +6,6 @@ ** [#B] Add more comments to code ** [#B] Add more if(debug) calls ** [#B] Seperate more code to function for more readability -** [#A] Man page: man8/plugin-runner.8mandos -*** SEE ALSO - Explaining text on what you can read * password-request ** [#A] Man page: man8/password-request.8mandos