summaryrefslogtreecommitdiffstats
path: root/usr.sbin/service
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r287581allanjude2016-01-151-2/+6
| | | | | | Add an additional check to service(8) -e incase rcvar is blank Sponsored by: ScaleEngine Inc.
* MFC: r287576allanjude2016-01-121-0/+2
| | | | | | | service(8) -e does not respect /etc/rc.conf.d/* entries PR: 173454 Submitted by: giantlock@gmail.com (original patch)
* MFC r267493:delphij2014-07-011-1/+1
| | | | | | | | | | | Fix two issues: - Check for rc.d directory's existence before traversing it; - Don't output * when rc.d directory is empty. PR: bin/190665 Submitted by: Oleg Ginzburg <olevole olevole ru> (with changes)
* Add -R, an option to restart all enabled "local" services.delphij2012-12-122-2/+35
| | | | | Discussed on: -rc@ (in September) MFC after: 2 months
* Fix a silly typo on my part.dougb2011-08-061-1/+1
| | | | Approved by: re (hrs)
* mdoc nitpicking: the title argument shall be uppercaseuqs2010-06-111-1/+1
|
* Update the "-l or -r" usage to better conform to the standarddougb2009-12-271-1/+1
| | | | Submitted by: ed
* Update the "-l or -r" usage to better conform to the standarddougb2009-12-271-1/+1
| | | | Submitted by: ed
* Further improve the description, and bump Dd.dougb2009-12-271-2/+2
|
* Provide a better short description and fix SEE ALSO section entries.brueffer2009-12-251-3/+3
|
* By popular request, execute rc.d scripts in the same environmentdougb2009-12-212-4/+21
| | | | | | as they are at boot time. Original concept submitted by: ume
* The service command is an easy interface to the rc.d system.dougb2009-12-203-0/+241
Its primary purpose is to start and stop services provided by the rc.d scripts, however it can also be used to list the scripts using various criteria.
OpenPOWER on IntegriCloud