summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* Warn if rules could not be read from a ruleset file. Now at leastjh2011-01-071-1/+4
* Fix silly typo on my part (s/quotas_enable/quota_enable/)dougb2010-08-141-1/+1
* Give people some warning before removing enable_quotasdougb2010-08-141-2/+2
* If a service is running, make 'stop' work even if ${name}_enabledougb2010-04-151-3/+3
* In wait_for_pids(), pwait(1) can return when the process exits, butdougb2010-04-061-1/+4
* Convert to 2-clause license, from NetBSD rc.subr r1.70.emaste2010-01-261-7/+0
* Remove vestigial NetBSD compatibility shim.emaste2010-01-251-11/+1
* Update the comments about files ending in .shdougb2009-12-271-4/+5
* Delete some trailing whitespacedougb2009-12-271-2/+2
* rc.subr: Use pwait in wait_for_pids.jilles2009-12-211-1/+1
* Fix qouting in a comment, to make it look more consistented2009-10-181-1/+1
* Allow $name_program to override $command in a more robust way thatdougb2009-10-151-1/+1
* In regards to the "Starting foo:" type messages at boot time, create anddougb2009-10-101-7/+15
* Fix a case when both ${name}_program and ${command} are defined.hrs2009-10-051-1/+1
* Add a knob to show 'Starting foo:' messages when faststart is used,dougb2009-09-171-1/+7
* Add an extension of set_rcvar(), a new function set_rcvar_obsolete(),hrs2009-09-121-29/+143
* Now that the last of the *.sh scripts are gone from the base,dougb2009-05-301-2/+2
* Show which rc script is running since the default ^T just shows 'sh' as thethompsa2008-10-271-0/+1
* Move the diagnostic output when the rc.subr(8) glue automatically starts amtm2008-06-231-3/+9
* Make quota knob conform to other rc(8) knobs. Keep older knob formtm2008-06-191-0/+4
* Move the check for enabled knobs further down in run_rc_command() somtm2008-06-191-14/+14
* o Convert whitespaces to tabs.maxim2008-05-051-2/+2
* o Terminate "case" with "esac" not "fi".maxim2008-05-051-1/+1
* Fix improper use of checkyesno routine.mtm2008-05-051-2/+6
* Re-implement: do not silently fail when a command is not carriedmtm2008-01-261-1/+16
* Backout previous commit. It's going to clutter the consolemtm2008-01-251-3/+0
* If the rc.conf(5) variable for a script is not enabled do not failmtm2008-01-251-0/+3
* Remove pre-rc.d compatibility shims that were added before the 5.0 branchdougb2007-10-091-16/+0
* Be robust to a bogus script specification or contentsyar2007-06-041-11/+24
* o Implement the stop_boot subroutine [1]. This subroutine can be used bymtm2007-05-181-0/+22
* Prepend ${_chroot} to a pathname in a consistent and robust way:yar2007-03-101-2/+3
* Allow for /usr/bin/env when parsing the shebang line from anyar2006-12-311-0/+5
* MFp4:yar2006-12-271-146/+198
* Teach find_processes() to use ${name}_chroot.flz2006-11-261-2/+2
* Remove leading dollar sign in rcvar command output.flz2006-11-261-2/+2
* debug() shouldn't misidentify itself to logger(1).yar2006-10-021-1/+1
* Backout this commit since it breaks startup and some scripts inflz2006-08-221-30/+5
* Eliminate header line(s) from ps(1) output instead of skipping over them.yar2006-08-181-5/+2
* The ps(1) command is unfriendly to scripts by default becauseyar2006-08-181-3/+4
* Allow for setting negative priority (niceness) when $foo_user is non-root.yar2006-08-171-2/+7
* Back out rev. 1.63. It was a poor idea becauseyar2006-07-261-9/+15
* Avoid extra runs of test(1) by using its built-in logical operations.yar2006-07-251-15/+9
* Sync comments around _doit with the code.yar2006-07-251-1/+2
* We notify of failures with err or warn.yar2006-07-251-2/+2
* Add diagnostics to load_kld().yar2006-07-251-4/+12
* Quite a number of rc.d scripts try to load kernel modules. Manyyar2006-06-211-0/+39
* Remove the require_kld function I just committed and replace with a nicer sol...flz2006-05-181-29/+0
* Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}flz2006-05-181-0/+29
* - Move _rc_subr_loaded=: at the end of the file, to be consistent with NetBSD.flz2006-04-181-5/+8
* Use ps true power instead of tr/tail which aren't available early enough.flz2006-04-131-1/+1
OpenPOWER on IntegriCloud