summaryrefslogtreecommitdiffstats
path: root/usr.sbin/service
Commit message (Collapse)AuthorAgeFilesLines
* Add an additional check to service(8) -e incase rcvar is blankallanjude2015-09-081-2/+6
| | | | | | Approved by: bapt (mentor) X-MFC-With: 287576 Differential Revision: https://reviews.freebsd.org/D3604
* service(8) -e does not respect /etc/rc.conf.d/* entriesallanjude2015-09-081-0/+2
| | | | | | | | | | PR: 173454 Submitted by: giantlock@gmail.com (original patch) Approved by: bapt (mentor) MFC after: 1 week Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3600
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-192-2/+2
| |\ | |/ |/|
| * Merge headsjg2014-04-281-1/+1
| |\
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync with HEAD.obrien2013-02-082-2/+35
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Revert previous revision (r268461) for reasons documented in PR.dteske2014-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To use tmux in an rc.d script, use the new-session flag "-d". To use screen in an rc.d script, use the "-dm" flag. If you really need to launch an attached session, manually export TERM=xterm (FreeBSD 9.0 or higher) or export TERM=cons25 for older releases. Reported by: bdrewery Discussed on: src-committers, svn-src-all, svn-src-head PR: bin/191869
* | | | Fix an issue with service(8) where utilities such as screen(1) and tmux(1)dteske2014-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | would behave differently when utilizing rc-script was invoked manually vs. service(8). The issue being that these utilities require the TERM environ variable to be set and service(8) was not passing it down. Reported by: Michael Dexter <editor@callfortesting.org> PR: bin/191869 Reviewed by: allanjude MFC after: 3 days X-MFC-to: stable/10, stable/9
* | | | Use Mt macro to properly format mailto linksskreuzer2014-06-191-1/+1
| | | | | | | | | | | | | | | | Approved by: hrs (mentor)
* | | | Fix two issues:delphij2014-06-151-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Check for rc.d directory's existence before traversing it; - Don't output * when rc.d directory is empty. PR: conf/190665 Submitted by: Oleg Ginzburg <olevole olevole ru> (with changes) MFC after: 2 weeks
* | | Be a little more verbose in service's error messageeadler2014-03-151-1/+1
| |/ |/| | | | | | | PR: bin/187118 Submitted by: culot
* | 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