Age | Commit message (Expand) | Author |
2015-12-21 | Revert, rc.d scripts have been fixed. | Antoine Jacoutot |
2015-12-21 | Comment the wait for start until I fix the x11 managers rc.d script. | Antoine Jacoutot |
2015-12-19 | After starting, unconditionally wait up to $daemon_timeout seconds to check that | Antoine Jacoutot |
2015-12-19 | Tidy up _rc_wait(). | Antoine Jacoutot |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot |
2015-10-16 | Missing local. | Antoine Jacoutot |
2015-07-15 | By default, require an exact match of the process name and argument list. | Antoine Jacoutot |
2015-07-15 | Always use the default flags when running !start. | Antoine Jacoutot |
2015-07-15 | Merge comments. | Antoine Jacoutot |
2015-06-17 | Really make daemon_class read-only; it's set to "daemon" of a matching | Antoine Jacoutot |
2015-05-02 | No more pf_rules ipsec_rules. | Antoine Jacoutot |
2015-04-29 | Check arguments before eval so we don't end up with a cryptic error message. | Antoine Jacoutot |
2015-03-28 | _rc_err(): only display error message if there's an actual one. | Antoine Jacoutot |
2015-01-02 | Fix return code of _rc_quirks(). | Antoine Jacoutot |
2015-01-02 | Add a comment about the default values being duplicated in rcctl(8). | Antoine Jacoutot |
2014-11-17 | "reload" should fail if the service is not running in the first place. | Antoine Jacoutot |
2014-08-30 | Make it possible to pass a specific error code to _rc_err(). | Antoine Jacoutot |
2014-08-25 | Put _rc_err argument under quotes to respect the syntax we are passing. | Antoine Jacoutot |
2014-08-24 | Fix reversed logic. | Antoine Jacoutot |
2014-08-24 | Drop uneeded parenthesis in usage(). | Antoine Jacoutot |
2014-08-24 | Drop unused variables. | Antoine Jacoutot |
2014-08-24 | In debug mode, make it clear when we are using the default flags when | Antoine Jacoutot |
2014-08-24 | In debug mode (`-d'), only print the flags relevant to the rc.d(8) we are | Antoine Jacoutot |
2014-08-21 | Drop sanitation, _rc_parse_conf does this for us already. | Antoine Jacoutot |
2014-08-17 | When running interactively, display the output of the "check" action | Antoine Jacoutot |
2014-08-11 | Typo. | Antoine Jacoutot |
2014-08-11 | Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.local | Matthias Kilian |
2014-08-11 | Make it possible to pass arguments to _rc_parse_conf(). | Antoine Jacoutot |
2014-08-01 | Don't return, just skip over non existing rc.conf or rc.conf.local file. | Robert Peichaer |
2014-07-31 | In debug mode, properly sort and drop duplicates so that we don't end | Antoine Jacoutot |
2014-07-30 | Fix evil typo (multicast_hosts -> multicast_host). | Antoine Jacoutot |
2014-07-12 | replace the heavy shell magic in quirks to handle backward compat with simpler | Robert Nagy |
2014-07-12 | Make rc.conf a parsed configuration file and stop sourcing it as a shell | Robert Nagy |
2014-07-09 | Add a daemon_timeout variable for rc_wait(). | Antoine Jacoutot |
2014-07-09 | White spaces. | Antoine Jacoutot |
2013-07-11 | no double negatives in error message; ok aja@ | Otto Moerbeek |
2013-04-04 | Show only available actions in RC script usage messages. | Vadim Zhukov |
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot |
2012-11-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine Jacoutot |
2012-11-12 | Don't check if ${local_rcconf} is defined before sourcing rc.conf but do | Antoine Jacoutot |
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot |
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot |
2012-08-21 | Use the new "-q" option of pgrep(1) instead of redirecting stdout | Antoine Jacoutot |
2012-08-13 | unset _rcflags and _rcuser so that they don't get inherited by rc.d(8) | Antoine Jacoutot |
2012-08-13 | Set the daemon_class as readonly as it should be (and is documented as | Antoine Jacoutot |
2012-08-11 | Make a couple of variables local. | Antoine Jacoutot |
2012-08-04 | Add a new rc_usercheck variable (default to YES). When set to no, root | Antoine Jacoutot |
2012-07-07 | Simplify rc_wait() (no functionnal change). | Antoine Jacoutot |
2012-05-30 | in -d mode, display an error message before exiting, in the case the | Marc Espie |
2011-11-30 | Fix an issue when uid != euid (e.g. when running shutdown(8) as a | Antoine Jacoutot |