aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-12 20:49:44 -0400
committerbnewbold <bnewbold@robocracy.org>2012-07-12 20:49:44 -0400
commitb101071287539f3370f2e239234f398d284e0c3f (patch)
tree1464fc6d00317a4128dc279d9925eab405c6909b
parentfb64c52bf4a34a09067428acc28483bc06a69726 (diff)
downloadexmachina-b101071287539f3370f2e239234f398d284e0c3f.tar.gz
exmachina-b101071287539f3370f2e239234f398d284e0c3f.zip
update README
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index a8365f4..a32c938 100644
--- a/README
+++ b/README
@@ -8,11 +8,19 @@
### Status
-Basic server and client functionality implemented. Very crude.
+Basic server and client functionality implemented. Crude, and far more simple
+than it may appear or the length of code would imply.
+
+Features:
+* shared secret key process/privilage seperation
+* call augeas API: match, set, setm, get, save, move, insert, remove
+* call init.d service scripts: status, start, stop, restart
TODO:
+* add --group argument, chgrp, and 0660 permissions on socket file
+* add apt-get package installation/removal methods
+* add/handle one or two common non-augeas configuration methods (eg, timezone?)
* use /var/lib/exmachina/<something> as socket instead of /tmp/exmachina.sock?
-* tests and demonstrations
### Dependancies (server)