aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* MFC r197947:Doug Barton2009-10-161-7/+15
* MFC r197297Doug Barton2009-09-291-1/+7
* Now that the last of the *.sh scripts are gone from the base,Doug Barton2009-05-301-2/+2
* Show which rc script is running since the default ^T just shows 'sh' as theAndrew Thompson2008-10-271-0/+1
* Move the diagnostic output when the rc.subr(8) glue automatically starts aMike Makonnen2008-06-231-3/+9
* Make quota knob conform to other rc(8) knobs. Keep older knob forMike Makonnen2008-06-191-0/+4
* Move the check for enabled knobs further down in run_rc_command() soMike Makonnen2008-06-191-14/+14
* o Convert whitespaces to tabs.Maxim Konovalov2008-05-051-2/+2
* o Terminate "case" with "esac" not "fi".Maxim Konovalov2008-05-051-1/+1
* Fix improper use of checkyesno routine.Mike Makonnen2008-05-051-2/+6
* Re-implement: do not silently fail when a command is not carriedMike Makonnen2008-01-261-1/+16
* Backout previous commit. It's going to clutter the consoleMike Makonnen2008-01-251-3/+0
* If the rc.conf(5) variable for a script is not enabled do not failMike Makonnen2008-01-251-0/+3
* Remove pre-rc.d compatibility shims that were added before the 5.0 branchDoug Barton2007-10-091-16/+0
* Be robust to a bogus script specification or contentsYaroslav Tykhiy2007-06-041-11/+24
* o Implement the stop_boot subroutine [1]. This subroutine can be used byMike Makonnen2007-05-181-0/+22
* Prepend ${_chroot} to a pathname in a consistent and robust way:Yaroslav Tykhiy2007-03-101-2/+3
* Allow for /usr/bin/env when parsing the shebang line from anYaroslav Tykhiy2006-12-311-0/+5
* MFp4:Yaroslav Tykhiy2006-12-271-146/+198
* Teach find_processes() to use ${name}_chroot.Florent Thoumie2006-11-261-2/+2
* Remove leading dollar sign in rcvar command output.Florent Thoumie2006-11-261-2/+2
* debug() shouldn't misidentify itself to logger(1).Yaroslav Tykhiy2006-10-021-1/+1
* Backout this commit since it breaks startup and some scripts inFlorent Thoumie2006-08-221-30/+5
* Eliminate header line(s) from ps(1) output instead of skipping over them.Yaroslav Tykhiy2006-08-181-5/+2
* The ps(1) command is unfriendly to scripts by default becauseYaroslav Tykhiy2006-08-181-3/+4
* Allow for setting negative priority (niceness) when $foo_user is non-root.Yaroslav Tykhiy2006-08-171-2/+7
* Back out rev. 1.63. It was a poor idea becauseYaroslav Tykhiy2006-07-261-9/+15
* Avoid extra runs of test(1) by using its built-in logical operations.Yaroslav Tykhiy2006-07-251-15/+9
* Sync comments around _doit with the code.Yaroslav Tykhiy2006-07-251-1/+2
* We notify of failures with err or warn.Yaroslav Tykhiy2006-07-251-2/+2
* Add diagnostics to load_kld().Yaroslav Tykhiy2006-07-251-4/+12
* Quite a number of rc.d scripts try to load kernel modules. ManyYaroslav Tykhiy2006-06-211-0/+39
* Remove the require_kld function I just committed and replace with a nicer sol...Florent Thoumie2006-05-181-29/+0
* Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}Florent Thoumie2006-05-181-0/+29
* - Move _rc_subr_loaded=: at the end of the file, to be consistent with NetBSD.Florent Thoumie2006-04-181-5/+8
* Use ps true power instead of tr/tail which aren't available early enough.Florent Thoumie2006-04-131-1/+1
* - If no pidfile has been created at startup, only stop processesFlorent Thoumie2006-04-111-4/+7
* - Oops, add a missing "then".Florent Thoumie2006-04-111-1/+1
* - Set a two read-only variables (${prefix} and ${etcdir}). This isFlorent Thoumie2006-04-111-14/+43
* - Sync rc.subr with NetBSD.Florent Thoumie2006-04-041-10/+34
* Harmless typo (s/overide/override/).Florent Thoumie2006-03-231-2/+2
* Update a comment to match functionality changed in r1.39 (allow squareCeri Davies2006-02-151-0/+1
* Don't include geli devices in list when noauto is specified in the options fi...Florent Thoumie2006-02-121-1/+10
* Silence a warning about empty directories in all the places it mightDoug Barton2005-12-101-1/+1
* Since rc.subr is a library of functions, it should not use exitYaroslav Tykhiy2005-12-061-6/+6
* Change how *.sh scripts are handled. If the script is in /etc/rc.d,Doug Barton2005-12-051-2/+2
* Introduce startup scripts from the local_startup directories toDoug Barton2005-12-021-0/+38
* Avoid invoking the current script again when we needYaroslav Tykhiy2005-11-161-2/+3
* Override $command with $foo_program only if $commandYaroslav Tykhiy2005-10-261-3/+1
* Document that `reload' is not provided by defaultYaroslav Tykhiy2005-10-261-0/+2