aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/service
Commit message (Expand)AuthorAgeFilesLines
* service.8: Use entire section of literally displayed textDaniel Ebdrup Jensen2021-01-161-3/+5
* service.8: Provide example for adding completions to (t)cshDaniel Ebdrup Jensen2021-01-161-1/+8
* Fix a typo and sort optionsMateusz Piotrowski2020-06-231-4/+4
* service(8): set the environment of the "daemon" class before invokingKyle Evans2020-02-051-1/+1
* Use "$@" instead of $* to cope with parameters that have spaces inWarner Losh2018-06-131-1/+1
* service(1): Improve manual pageEitan Adler2018-06-011-24/+39
* usr.sbin/service: Fix -j to not be order dependantKyle Evans2018-01-221-32/+18
* service(8): Reset OPTIND properly now that we're parsing args twiceKyle Evans2018-01-161-0/+1
* service(8): Add support for interfacing with services in jailsKyle Evans2018-01-152-6/+44
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add an additional check to service(8) -e incase rcvar is blankAllan Jude2015-09-081-2/+6
* service(8) -e does not respect /etc/rc.conf.d/* entriesAllan Jude2015-09-081-0/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-2/+2
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-082-2/+35
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
* | | | Revert previous revision (r268461) for reasons documented in PR.Devin Teske2014-07-161-1/+1
* | | | Fix an issue with service(8) where utilities such as screen(1) and tmux(1)Devin Teske2014-07-151-1/+1
* | | | Use Mt macro to properly format mailto linksSteven Kreuzer2014-06-191-1/+1
* | | | Fix two issues:Xin LI2014-06-151-1/+1
| |_|/ |/| |
* | | Be a little more verbose in service's error messageEitan Adler2014-03-151-1/+1
| |/ |/|
* | Add -R, an option to restart all enabled "local" services.Xin LI2012-12-122-2/+35
|/
* Fix a silly typo on my part.Doug Barton2011-08-061-1/+1
* mdoc nitpicking: the title argument shall be uppercaseUlrich Spörlein2010-06-111-1/+1
* Update the "-l or -r" usage to better conform to the standardDoug Barton2009-12-271-1/+1
* Update the "-l or -r" usage to better conform to the standardDoug Barton2009-12-271-1/+1
* Further improve the description, and bump Dd.Doug Barton2009-12-271-2/+2
* Provide a better short description and fix SEE ALSO section entries.Christian Brueffer2009-12-251-3/+3
* By popular request, execute rc.d scripts in the same environmentDoug Barton2009-12-212-4/+21
* The service command is an easy interface to the rc.d system.Doug Barton2009-12-203-0/+241