From df6d1afecf384436c5b45434c28ed7298dcbfc92 Mon Sep 17 00:00:00 2001 From: Nigel McNie Date: Wed, 4 Apr 2007 00:45:10 +1200 Subject: [PATCH] Added a couple of TODOs. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 0eb913a..3b65b7b 100644 --- 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 -- 2.39.5