summaryrefslogtreecommitdiff
path: root/usr.sbin/rcctl
AgeCommit message (Expand)Author
2024-09-29sync synopsis and usage, sort commands, fix their spacingKlemens Nanni
2024-07-08Use install -F instead of cat(1); no clue what I was thinking.Antoine Jacoutot
2024-07-08Prevent rewriting /etc/rc.conf.local unconditionnally. Compare the new and oldAntoine Jacoutot
2024-05-05Document "ls rogue" exit status.Antoine Jacoutot
2023-07-13Check input before trying to disable a non-existing daemon to prevent parsingAntoine Jacoutot
2023-04-24"ls rogue" needs root; OK ajaKlemens Nanni
2023-03-01Bogus full stop.Antoine Jacoutot
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-09-13document "configtest" in SYNOPSIS; from andreiJason McIntyre
2022-09-01Add a new action: "configtest", to check configuration syntax of the daemon.Antoine Jacoutot
2022-07-13Fix apmd_flags example.Antoine Jacoutot
2022-05-26Introduce a new daemon_execdir variable for changing to a specified directoryAntoine Jacoutot
2022-04-01Add missing command in description.Antoine Jacoutot
2022-02-10look for the login class in both login.conf and login.conf.d/${class}Robert Nagy
2021-10-23add "rcctl ls rogue", to show daemons which are running but not set asStuart Henderson
2021-06-26make SYNOPSIS match usage; ok ajacoutotJason McIntyre
2021-02-27Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromAntoine Jacoutot
2021-02-18Only pick up files matching alphanumeric and underscore characters underAntoine Jacoutot
2020-03-31Missing semi-colons.Antoine Jacoutot
2018-10-21explicitely -> explicitlyAntoine Jacoutot
2018-09-20add missing explanation about daemon_variables removed when disabling a pkgsolene
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
2016-10-10improve .Bl -tag -width for -Tps mode;Ingo Schwarze
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-30Actually order matters; I missed it when reviewing previous.Antoine Jacoutot
2016-01-30Explain how to run multiple copies of the same daemon;Ingo Schwarze
2016-01-29whitespace fixes; ok ajacoutotJason McIntyre
2016-01-29Use apmd instead of ntpd in the example since the later is on by default.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-24some minor tweaks; ok ajacoutotJason McIntyre