From: Marc Fiuczynski Date: Tue, 23 Jun 2009 21:45:24 +0000 (+0000) Subject: - Fix /etc/init.d/plc to have command usage show up on the tty rather X-Git-Tag: MyPLC-4.3-15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85fc0bffb952a3cba9d412e98c3641b178f2b46a;p=myplc.git - Fix /etc/init.d/plc to have command usage show up on the tty rather than the log file - Fix db-config to be a bit more cautious when /etc/planetlab/db-config.d doesn't exist - Clean up db-config approach to ignore .bak, *~, .rpm{save,new}, and .orig files. - Refactor generic plc-config-tty code into plc_config.py. plc-config-tty now contains MyPLC specific paths, "usual" variables, and the list of validated variables and the corresponding validator() function. This refactoring lets one reuse plc_config.py as a generic cmdline configuration tool for highly customer MyPLC like software. Tagging module MyPLC - MyPLC-4.3-15 ---