| Commit message (Expand) | Author | Age | Files | Lines |
* | As previously advertised, remove the error message for enable_quotas | dougb | 2011-04-23 | 1 | -4/+0 |
* | Improve the error handling for the new get_pidfile_from_conf() | dougb | 2011-04-23 | 1 | -2/+6 |
* | Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds | dougb | 2011-04-23 | 1 | -0/+39 |
* | The change in r206686 to allow the stop argument to work for a service | dougb | 2011-04-17 | 1 | -1/+2 |
* | Revert r219578 | dougb | 2011-03-13 | 1 | -3/+3 |
* | Use the allexport option in load_rc_config() in order to avoid having | dougb | 2011-03-12 | 1 | -3/+3 |
* | Warn if rules could not be read from a ruleset file. Now at least | jh | 2011-01-07 | 1 | -1/+4 |
* | Fix silly typo on my part (s/quotas_enable/quota_enable/) | dougb | 2010-08-14 | 1 | -1/+1 |
* | Give people some warning before removing enable_quotas | dougb | 2010-08-14 | 1 | -2/+2 |
* | If a service is running, make 'stop' work even if ${name}_enable | dougb | 2010-04-15 | 1 | -3/+3 |
* | In wait_for_pids(), pwait(1) can return when the process exits, but | dougb | 2010-04-06 | 1 | -1/+4 |
* | Convert to 2-clause license, from NetBSD rc.subr r1.70. | emaste | 2010-01-26 | 1 | -7/+0 |
* | Remove vestigial NetBSD compatibility shim. | emaste | 2010-01-25 | 1 | -11/+1 |
* | Update the comments about files ending in .sh | dougb | 2009-12-27 | 1 | -4/+5 |
* | Delete some trailing whitespace | dougb | 2009-12-27 | 1 | -2/+2 |
* | rc.subr: Use pwait in wait_for_pids. | jilles | 2009-12-21 | 1 | -1/+1 |
* | Fix qouting in a comment, to make it look more consistent | ed | 2009-10-18 | 1 | -1/+1 |
* | Allow $name_program to override $command in a more robust way that | dougb | 2009-10-15 | 1 | -1/+1 |
* | In regards to the "Starting foo:" type messages at boot time, create and | dougb | 2009-10-10 | 1 | -7/+15 |
* | Fix a case when both ${name}_program and ${command} are defined. | hrs | 2009-10-05 | 1 | -1/+1 |
* | Add a knob to show 'Starting foo:' messages when faststart is used, | dougb | 2009-09-17 | 1 | -1/+7 |
* | Add an extension of set_rcvar(), a new function set_rcvar_obsolete(), | hrs | 2009-09-12 | 1 | -29/+143 |
* | Now that the last of the *.sh scripts are gone from the base, | dougb | 2009-05-30 | 1 | -2/+2 |
* | Show which rc script is running since the default ^T just shows 'sh' as the | thompsa | 2008-10-27 | 1 | -0/+1 |
* | Move the diagnostic output when the rc.subr(8) glue automatically starts a | mtm | 2008-06-23 | 1 | -3/+9 |
* | Make quota knob conform to other rc(8) knobs. Keep older knob for | mtm | 2008-06-19 | 1 | -0/+4 |
* | Move the check for enabled knobs further down in run_rc_command() so | mtm | 2008-06-19 | 1 | -14/+14 |
* | o Convert whitespaces to tabs. | maxim | 2008-05-05 | 1 | -2/+2 |
* | o Terminate "case" with "esac" not "fi". | maxim | 2008-05-05 | 1 | -1/+1 |
* | Fix improper use of checkyesno routine. | mtm | 2008-05-05 | 1 | -2/+6 |
* | Re-implement: do not silently fail when a command is not carried | mtm | 2008-01-26 | 1 | -1/+16 |
* | Backout previous commit. It's going to clutter the console | mtm | 2008-01-25 | 1 | -3/+0 |
* | If the rc.conf(5) variable for a script is not enabled do not fail | mtm | 2008-01-25 | 1 | -0/+3 |
* | Remove pre-rc.d compatibility shims that were added before the 5.0 branch | dougb | 2007-10-09 | 1 | -16/+0 |
* | Be robust to a bogus script specification or contents | yar | 2007-06-04 | 1 | -11/+24 |
* | o Implement the stop_boot subroutine [1]. This subroutine can be used by | mtm | 2007-05-18 | 1 | -0/+22 |
* | Prepend ${_chroot} to a pathname in a consistent and robust way: | yar | 2007-03-10 | 1 | -2/+3 |
* | Allow for /usr/bin/env when parsing the shebang line from an | yar | 2006-12-31 | 1 | -0/+5 |
* | MFp4: | yar | 2006-12-27 | 1 | -146/+198 |
* | Teach find_processes() to use ${name}_chroot. | flz | 2006-11-26 | 1 | -2/+2 |
* | Remove leading dollar sign in rcvar command output. | flz | 2006-11-26 | 1 | -2/+2 |
* | debug() shouldn't misidentify itself to logger(1). | yar | 2006-10-02 | 1 | -1/+1 |
* | Backout this commit since it breaks startup and some scripts in | flz | 2006-08-22 | 1 | -30/+5 |
* | Eliminate header line(s) from ps(1) output instead of skipping over them. | yar | 2006-08-18 | 1 | -5/+2 |
* | The ps(1) command is unfriendly to scripts by default because | yar | 2006-08-18 | 1 | -3/+4 |
* | Allow for setting negative priority (niceness) when $foo_user is non-root. | yar | 2006-08-17 | 1 | -2/+7 |
* | Back out rev. 1.63. It was a poor idea because | yar | 2006-07-26 | 1 | -9/+15 |
* | Avoid extra runs of test(1) by using its built-in logical operations. | yar | 2006-07-25 | 1 | -15/+9 |
* | Sync comments around _doit with the code. | yar | 2006-07-25 | 1 | -1/+2 |
* | We notify of failures with err or warn. | yar | 2006-07-25 | 1 | -2/+2 |