summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rcctl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate getall (will be removed after 5.8).ajacoutot2015-07-142-71/+143
* Use .Ar for placeholders and .Cm for arguments to be provided verbatim.schwarze2015-04-221-20/+20
* Add comment.ajacoutot2015-03-281-1/+4
* Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage.ajacoutot2015-03-281-18/+29
* Extend previous.ajacoutot2015-03-021-2/+2
* svc_is_base function didn't catched all base daemons, apparently foundsebastia2015-03-011-2/+2
* Drop backward compat syntax.ajacoutot2015-01-181-23/+7
* Make sure the given user exists.ajacoutot2015-01-121-1/+5
* Make it possible to reset "timeout" to the default value.ajacoutot2015-01-121-7/+6
* "timeout" must be a positive integer.ajacoutot2015-01-121-2/+2
* "default" is gone.ajacoutot2015-01-081-5/+1
* Clarify and simplify.ajacoutot2015-01-081-29/+34
* Tweaks from jmc@ajacoutot2015-01-071-4/+3
* Start tweaking a bit.ajacoutot2015-01-071-6/+14
* Simplify special vars argument checking; invalidating some bogus constructsajacoutot2015-01-061-4/+3
* While on death-row, 'rcctl status' still is still allowed for now -- soajacoutot2015-01-061-2/+2
* Sync with new rcctl usage. Will get some much needed love within the nextajacoutot2015-01-061-44/+65
* Rename some internal variables (flag and flags is way too error-prone):ajacoutot2015-01-061-31/+31
* Major rcctl(8) rewrite to simplify it and add new features. It can nowajacoutot2015-01-061-179/+232
* Drop redundant FUNCS_ONLY.ajacoutot2015-01-011-2/+1
* Rename a few functions name. Will help factorize some stuffs.ajacoutot2014-12-301-88/+88
* do not print an empty order in case pkg_scripts is undefinedrobert2014-12-301-2/+2
* add_flags() does not need any action argument.ajacoutot2014-12-301-9/+9
* document ordering more explicitly;schwarze2014-12-291-7/+18
* Implement some kind ordering in the startup of package script daemons.ajacoutot2014-12-242-35/+57
* Consistency: put variables between curly braces.ajacoutot2014-12-231-25/+25
* Simplify.ajacoutot2014-11-011-4/+2
* Make default output matches status. Hackish but we are not allowed toajacoutot2014-10-311-2/+4
* Useless use of sed(1).ajacoutot2014-10-311-2/+2
* Ensure proper separation of grep's options and rcctl options thatrpe2014-10-271-5/+5
* Add a new ls_rcscripts() function to properly get all rc.d(8) scriptsajacoutot2014-10-151-3/+13
* Carefully quote the flags argument such that leading blank charactersschwarze2014-10-131-8/+12
* document the "default" subcommand more precisely;schwarze2014-10-131-5/+10
* Fix a small bug in rcctl status <daemon>:schwarze2014-10-111-2/+2
* Add a new "default" command to display the default flags and whether aajacoutot2014-10-112-13/+40
* Actually use built-in print like rc.subr already does.ajacoutot2014-10-101-3/+3
* Use printf(1) to prevent '-e' in daemon_flags from being fed as anajacoutot2014-10-101-3/+3
* Allow passing flags without arguments for special variables.ajacoutot2014-10-101-2/+2
* Fix evil typo.ajacoutot2014-09-011-2/+2
* Add Ingo's copyright as per his request.ajacoutot2014-08-311-1/+2
* No need to update daemon_flags in the enviroment anymore since theajacoutot2014-08-311-4/+1
* Document that exit code 2 indicates a non-existent service.ajacoutot2014-08-311-3/+6
* When a service is not available, return ENOENT.ajacoutot2014-08-301-2/+2
* Additional input validation:schwarze2014-08-291-1/+4
* Simplify append_to_pkg_scripts(), in particular avoid the expensiveschwarze2014-08-291-6/+4
* Document the fact that 'enable' can also be used to modify flags even ifajacoutot2014-08-291-2/+8
* Drop check and tweak comment.ajacoutot2014-08-281-4/+3
* Simplify.ajacoutot2014-08-281-5/+2
* Consistency in conditionals; no functional change.ajacoutot2014-08-281-5/+5
* Disentangle svc_default_enabled_flags() and svc_get_flags().schwarze2014-08-271-13/+9