Age | Commit message (Expand) | Author |
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 |
2011-10-15 | either set or unset variables that are to be examined further on, don't | Alexander Hall |
2011-10-12 | Localize _new_pexp unconditionally, or rc_read_runfile() | Ingo Schwarze |
2011-10-09 | When the _RC_RUNFILE (by some ill chance) happened to be empty or | Ingo Schwarze |
2011-10-09 | Finally make it possible to restart/stop a daemon after having changed | Antoine Jacoutot |
2011-10-07 | Check if we are root right from the start. | Antoine Jacoutot |
2011-10-07 | Prepend an underscore to internal variable names; this was reverted by | Antoine Jacoutot |
2011-09-25 | revert previous and pass on the RC_DEBUG and RC_FORCE flags in the start+stop | Alexander Hall |
2011-09-24 | Repair "restart" debug and force modes (we need to export RC_DEBUG and | Antoine Jacoutot |
2011-09-22 | Add missing "*)" case statement and make sure RC_DEBUG and RC_FORCE are | Antoine Jacoutot |
2011-09-19 | Use arugments for rc script instead of environment variables to indicate | Robert Nagy |
2011-07-31 | when reloading do an rc_wait instead of just an rc_check | Robert Nagy |
2011-07-31 | redirect rc_err() output to stderr, from david@ | Robert Nagy |
2011-07-23 | Print the daemon name before starting, and ok/failed afterwards, providing | Stuart Henderson |
2011-07-08 | add license, ok ajacoutot@, deraadt@ | Robert Nagy |
2011-07-07 | Fix reload: | Antoine Jacoutot |
2011-07-06 | Add rc.d(8) script for the system daemons that are restartable. | Robert Nagy |
2011-07-03 | let reload report (ok) or (failed) just like all other actions; | Ingo Schwarze |
2011-06-20 | Refactoring for simplicity, no functional change: | Ingo Schwarze |
2011-06-10 | Finally deal with background processes: "rc_cmd start" will now return | Antoine Jacoutot |
2011-05-19 | Setting RC_DEBUG is enough, it does not need to be explicitely set to | Antoine Jacoutot |
2011-04-09 | Fix multiple issues and make the code simpler and more robust: | Ingo Schwarze |
2011-04-06 | - in case reload fails, print the failed message (from Piotr Sikora) | Robert Nagy |
2011-04-06 | Remove leading/trailing spaces from daemon_flags. | Antoine Jacoutot |
2011-04-05 | Handle a daemon_flags of '-n' by using printf '%s\n' instead of echo | Philip Guenthe |
2011-04-05 | Quote $daemon_flags to prevent echo(1) picking them as input flags. | Antoine Jacoutot |
2011-03-25 | Bump timeout to 30s. | Antoine Jacoutot |
2011-03-24 | if daemon_flags=NO is set, just exit | Robert Nagy |
2011-03-19 | Since we now use pkill -0 for "check", it must be run as root, | Ian Darwin |
2011-03-17 | - introduce the INRC environment variable so that rc.subr(8) knows if it | Robert Nagy |
2011-03-14 | Return proper codes so that we don't rc_start if rc_pre failed and we | Antoine Jacoutot |
2011-03-10 | Add a small comment at the top to explain what this file does. | Antoine Jacoutot |
2011-03-09 | Make reload and check consistent with start/stop. | Antoine Jacoutot |
2011-03-09 | Move the redirections into the rc_cmd itself instead of rc_start and | Antoine Jacoutot |
2011-03-09 | Move rc_pre and rc_post out of the rc_start/rc_stop functions into the | Antoine Jacoutot |
2011-03-06 | Add an "rc_bg" variable that is undefined by default and allows to start | Antoine Jacoutot |