index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rcctl
/
rcctl.sh
Age
Commit message (
Expand
)
Author
2023-07-13
Check input before trying to disable a non-existing daemon to prevent parsing
Antoine Jacoutot
2023-04-24
"ls rogue" needs root; OK aja
Klemens Nanni
2022-12-22
Denote multiple arguments with 'arg ...' not 'args'
Klemens Nanni
2022-09-01
Add a new action: "configtest", to check configuration syntax of the daemon.
Antoine Jacoutot
2022-05-26
Introduce a new daemon_execdir variable for changing to a specified directory
Antoine Jacoutot
2022-02-10
look for the login class in both login.conf and login.conf.d/${class}
Robert Nagy
2021-10-23
add "rcctl ls rogue", to show daemons which are running but not set as
Stuart Henderson
2021-02-27
Add logger(1) support for daemons that are logging to stdout/stderr (mostly from
Antoine Jacoutot
2021-02-18
Only pick up files matching alphanumeric and underscore characters under
Antoine Jacoutot
2020-03-31
Missing semi-colons.
Antoine Jacoutot
2018-10-21
explicitely -> explicitly
Antoine Jacoutot
2017-05-30
Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off the
Theo Buehler
2016-09-07
Validate service names with _rc_check_name() from rc.subr.
Antoine Jacoutot
2016-07-30
This is effectively a ksh(1) script.
Antoine Jacoutot
2016-07-19
In rcctl ls, skip all files with a '.' in the name, not just rc.subr;
Stuart Henderson
2016-06-19
Replace some expensive evals.
Antoine Jacoutot
2016-06-19
Do caching differently.
Antoine Jacoutot
2016-06-19
Temporarily turn caching off; there's a small regression when enabling
Antoine Jacoutot
2016-06-19
Implement rcctl get|getdef all.
Antoine Jacoutot
2016-06-19
Cache result of often used functions (svc_is_{base,meta,special}).
Antoine Jacoutot
2016-06-19
grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particular
Antoine Jacoutot
2016-06-17
No need to hardcode return code.
Antoine Jacoutot
2016-04-26
It's ok to disable a non-existing daemon.
Antoine Jacoutot
2016-04-26
Implement daemon_rtable support.
Antoine Jacoutot
2016-04-09
Use builtin.
Antoine Jacoutot
2016-04-01
Rename the 'faulty' list action to 'failed'; it clearer.
Antoine Jacoutot
2016-03-28
Remove left-over debug line.
Antoine Jacoutot
2016-03-27
Compute "action" from the _rc_actions variable.
Antoine Jacoutot
2016-03-27
Make usage() a bit more user friendly wrt "action" and "lsarg".
Antoine Jacoutot
2016-01-24
Check all daemons in "faulty", not just the base ones.
Antoine Jacoutot
2015-12-06
multicast_{host,router} -> multicast.
Martin Pieuchot
2015-11-29
Better cope with meta rc.d scripts; these are ugly but well...
Antoine Jacoutot
2015-11-01
Tweak wording.
Antoine Jacoutot
2015-10-31
Only 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 value
Antoine Jacoutot
2015-10-06
With growing functionality, the synopsis became long and confusing.
Ingo Schwarze
2015-10-04
Make it possible to give the same action to several daemons at once.
Antoine Jacoutot
2015-10-03
Properly indent usage() output.
Antoine Jacoutot
2015-08-12
Remove getall now that we're post 5.8.
Antoine Jacoutot
2015-08-03
"ls" requires an argument.
Antoine Jacoutot
2015-08-01
Tweak needs_root() output.
Antoine Jacoutot
2015-07-25
Fix usage() output.
Antoine Jacoutot
2015-07-17
return 0 when using "getall"
Antoine Jacoutot
2015-07-16
Consistency
Antoine Jacoutot
2015-07-16
No daemon_class for special services.
Antoine Jacoutot
2015-07-16
Shorten variable name.
Antoine Jacoutot
2015-07-15
Make it possible to get the daemon_class.
Antoine Jacoutot
2015-07-15
Sort 'ls all'.
Antoine Jacoutot
2015-07-14
Deprecate getall (will be removed after 5.8).
Antoine Jacoutot
2015-03-28
Add comment.
Antoine Jacoutot
[next]