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^0 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c03d02bd615bfbdc6d0aa56c544174ce4e44a966;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 ---