summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/FreeBSDInit.py
Commit message (Collapse)AuthorAgeFilesLines
* Client/Tools/FreeBSDInit: rework the whole toolAlexander Sulfrian2014-05-161-12/+128
| | | | | | | | | | | | The new FreeBSDInit tool uses the service and sysrc tools to manage the FreeBSD rc.d services. There are no hardcoded paths to /usr/local/etc/rc.d/ anymore and the service tool handles rc.d scripts in /etc/rc.d/ as well. Additional to that, the new tool also gathers information about extra services that are enabled (using service -e) and can enable new services with sysrc. This is a frontend for /etc/rc.conf and therefore changes that file.
* removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-2/+2
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-1/+1
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+27
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>