summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/freebsd.rb
Commit message (Expand)AuthorAgeFilesLines
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-3/+3
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+0
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* fix supports hash issues in service providersLamont Granquist2015-08-251-1/+1
* Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
* Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-121-1/+1
* Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\
| * Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
* | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-1/+2
|\ \
| * | Maintain init_command as nil in why-run when missing init scriptRichard Manyanza2014-10-211-10/+2
| * | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
| |/
* | Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+3
* | Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+3
|/
* fix shell_out/run_command usageLamont Granquist2014-09-081-3/+3
* better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
* refactoring freebsd provider + unit testsLamont Granquist2014-08-291-72/+88
* add trailing = to regex for freebsd service deletionDave Eddy2014-08-291-1/+1
* another instance of loose regexDave Eddy2014-08-291-1/+1
* tighten up /etc/rc.conf regexDave Eddy2014-08-291-1/+1
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-1/+2
* Normalize whitespace on all filesSeth Vargo2013-09-261-9/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+175