summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/freebsd.rb
Commit message (Expand)AuthorAgeFilesLines
* (#4573) FreeBSD service provider now supports versions <7 and >8Nick Lewis2010-11-101-1/+4
* Fix for #4746 -- Newline goes at the _end_ of the lineMarkus Roberts2010-09-221-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-127/+127
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-6/+6
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-4/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-129/+129
* Fix: the rcvar name is not necessarily the same as the service name. (More an...Anselm Strauss2010-02-171-16/+39
* Added proper status commandAnselm Strauss2010-02-171-0/+4
* Re-included old BSD service provider, made new one default for FreeBSDAnselm Strauss2010-02-171-1/+2
* Rewrote FreeBSD service providerAnselm Strauss2010-02-171-39/+94
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Documentation fixesJames Turnbull2008-12-131-2/+5
* Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) servic...James Turnbull2008-09-251-0/+2
* Removing the 'addpath' commands from the freebsd serviceLuke Kanies2007-12-111-4/+0
* Replacing freebsd service provider with the oneLuke Kanies2007-12-111-23/+32
* Fixed #837. Added freebsd service provider by trombik.Michael V. O'Brien2007-10-041-0/+46