summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* 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
* - If no pidfile has been created at startup, only stop processesflz2006-04-111-4/+7
* - Oops, add a missing "then".flz2006-04-111-1/+1
* - Set a two read-only variables (${prefix} and ${etcdir}). This isflz2006-04-111-14/+43
* - Sync rc.subr with NetBSD.flz2006-04-041-10/+34
* Harmless typo (s/overide/override/).flz2006-03-231-2/+2
* Update a comment to match functionality changed in r1.39 (allow squareceri2006-02-151-0/+1
* Don't include geli devices in list when noauto is specified in the options fi...flz2006-02-121-1/+10
* Silence a warning about empty directories in all the places it mightdougb2005-12-101-1/+1
* Since rc.subr is a library of functions, it should not use exityar2005-12-061-6/+6
* Change how *.sh scripts are handled. If the script is in /etc/rc.d,dougb2005-12-051-2/+2
* Introduce startup scripts from the local_startup directories todougb2005-12-021-0/+38
* Avoid invoking the current script again when we needyar2005-11-161-2/+3
* Override $command with $foo_program only if $commandyar2005-10-261-3/+1
* Document that `reload' is not provided by defaultyar2005-10-261-0/+2
* o Grammar.maxim2005-10-241-1/+1
* Allow the process name to be in square brackets ([]) in _find_processes().jhb2005-10-171-1/+1
* Fix the usage of rc_usage. The rc_usage function takesyar2005-10-011-3/+3
* Stop hard-coding an -M flag to mdmfs(8) in /etc/rc.subr.yar2005-08-241-1/+1
OpenPOWER on IntegriCloud