Added a couple of TODOs.
authorNigel McNie <nigel@catalyst.net.nz>
Tue, 3 Apr 2007 12:45:10 +0000 (00:45 +1200)
committerNigel McNie <nigel@freud.wgtn.cat-it.co.nz>
Tue, 3 Apr 2007 12:45:10 +0000 (00:45 +1200)
TODO

diff --git a/TODO b/TODO
index 0eb913af02a950f04c9520ee390ed469dda29c35..3b65b7bf7c44690911b4b0ec3cbdbf876f500fa9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,3 +3,9 @@ TODO for vserverctl
 ===================
 
 * When a vserver is added or removed, add/remove a host entry for it from _all_ vservers
+* Some way of templating files using information that vserverctl has when running. For example, the webserver profile does some sed to do templating of __NAME__, __IPADDR__ etc. Would be nicer to just call some function to do that.
+* Some way of using the variables in the config files like 'files' would be nice, e.g.::
+
+    .bash_once    /home/${PROFILEOPTIONS_username}
+
+Or vaguely similar to that