From 750dc4264d88e2cbda9f2968611840f3363a51e8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 1 Aug 2008 23:27:32 -0400 Subject: [PATCH] todo lists for configuration I looked through all the code for hardcoded details that should be moved to configuration, and listed them in a file config.todo in each package directory. These can be knocked off line-by-line as todo lists, and removed when empty. svn path=/trunk/packages/sipb-xen-remote-server/; revision=810 --- config.todo | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.todo diff --git a/config.todo b/config.todo new file mode 100644 index 0000000..2bf3f32 --- /dev/null +++ b/config.todo @@ -0,0 +1,6 @@ +files/usr/sbin/sipb-xen-remconffs: realm +files/usr/sbin/sipb-xen-remconffs: db uri +files/usr/sbin/sipb-xen-remote-proxy: any one host name +files/usr/sbin/sipb-xen-remote-create: host hostnames +files/usr/sbin/sipb-xen-remote-listvms: host hostnames +files/usr/sbin/sipb-xen-remctl-help: remote-proxy hostname -- 1.7.9.5