summaryrefslogtreecommitdiff
path: root/usr.sbin/rcctl/rcctl.sh
AgeCommit message (Expand)Author
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
2016-09-07Validate service names with _rc_check_name() from rc.subr.Antoine Jacoutot
2016-07-30This is effectively a ksh(1) script.Antoine Jacoutot
2016-07-19In rcctl ls, skip all files with a '.' in the name, not just rc.subr;Stuart Henderson
2016-06-19Replace some expensive evals.Antoine Jacoutot
2016-06-19Do caching differently.Antoine Jacoutot
2016-06-19Temporarily turn caching off; there's a small regression when enablingAntoine Jacoutot
2016-06-19Implement rcctl get|getdef all.Antoine Jacoutot
2016-06-19Cache result of often used functions (svc_is_{base,meta,special}).Antoine Jacoutot
2016-06-19grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particularAntoine Jacoutot
2016-06-17No need to hardcode return code.Antoine Jacoutot
2016-04-26It's ok to disable a non-existing daemon.Antoine Jacoutot
2016-04-26Implement daemon_rtable support.Antoine Jacoutot
2016-04-09Use builtin.Antoine Jacoutot
2016-04-01Rename the 'faulty' list action to 'failed'; it clearer.Antoine Jacoutot
2016-03-28Remove left-over debug line.Antoine Jacoutot
2016-03-27Compute "action" from the _rc_actions variable.Antoine Jacoutot
2016-03-27Make usage() a bit more user friendly wrt "action" and "lsarg".Antoine Jacoutot
2016-01-24Check all daemons in "faulty", not just the base ones.Antoine Jacoutot
2015-12-06multicast_{host,router} -> multicast.Martin Pieuchot
2015-11-29Better cope with meta rc.d scripts; these are ugly but well...Antoine Jacoutot
2015-11-01Tweak wording.Antoine Jacoutot
2015-10-31Only handle meta scripts for rc.d actions and enable/disable only.Antoine Jacoutot
2015-10-24"enable" and "disable" are here to stay now that they have a real added valueAntoine Jacoutot
2015-10-06With growing functionality, the synopsis became long and confusing.Ingo Schwarze
2015-10-04Make it possible to give the same action to several daemons at once.Antoine Jacoutot
2015-10-03Properly indent usage() output.Antoine Jacoutot
2015-08-12Remove getall now that we're post 5.8.Antoine Jacoutot
2015-08-03"ls" requires an argument.Antoine Jacoutot
2015-08-01Tweak needs_root() output.Antoine Jacoutot
2015-07-25Fix usage() output.Antoine Jacoutot
2015-07-17return 0 when using "getall"Antoine Jacoutot
2015-07-16ConsistencyAntoine Jacoutot
2015-07-16No daemon_class for special services.Antoine Jacoutot
2015-07-16Shorten variable name.Antoine Jacoutot
2015-07-15Make it possible to get the daemon_class.Antoine Jacoutot
2015-07-15Sort 'ls all'.Antoine Jacoutot
2015-07-14Deprecate getall (will be removed after 5.8).Antoine Jacoutot
2015-03-28Add comment.Antoine Jacoutot
2015-03-28Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage.Antoine Jacoutot
2015-03-02Extend previous.Antoine Jacoutot
2015-03-01svc_is_base function didn't catched all base daemons, apparently foundSebastian Reitenbach
2015-01-18Drop backward compat syntax.Antoine Jacoutot
2015-01-12Make sure the given user exists.Antoine Jacoutot
2015-01-12Make it possible to reset "timeout" to the default value.Antoine Jacoutot
2015-01-12"timeout" must be a positive integer.Antoine Jacoutot
2015-01-08"default" is gone.Antoine Jacoutot
2015-01-06Simplify special vars argument checking; invalidating some bogus constructsAntoine Jacoutot
2015-01-06While on death-row, 'rcctl status' still is still allowed for now -- soAntoine Jacoutot
2015-01-06Rename some internal variables (flag and flags is way too error-prone):Antoine Jacoutot