summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add scripts for GELI device configuration on boot.pjd2005-08-141-0/+34
* Move 'local_tr' function to rc.subr and change its name to 'ltr'.pjd2005-08-141-0/+23
* Style: mostly tabs vs blanks, and semicolon placement.schweikh2005-05-221-26/+26
* Cosmetic typo in check_pidfile()keramida2005-01-091-1/+1
* Add two new rc.conf options: tmpmfs_flags and varmfs_flags.keramida2004-11-091-3/+3
* Finish cleanup of rc.d/netif. It's now possible to start/stop moremtm2004-07-301-7/+13
* Wrap rc.subr insidecperciva2004-07-041-0/+6
* Make the stop command respect the 'fast' prefix.mtm2004-06-261-3/+4
* Fix typo.mtm2004-06-241-1/+1
* Restore pre-rcNG behaviour:mtm2004-06-061-3/+2
* Overhaul the /etc/rc.d/diskless script by splitting it out intobrooks2004-03-231-0/+13
* Some (most?) processes don't cleanup their pid files whenmtm2004-03-031-1/+1
* NetBSD rev. 1.61mtm2004-02-271-6/+16
* o NetBSD rev. 1.60mtm2004-02-261-2/+2
* NetBSD rev. 1.57mtm2004-02-261-1/+1
* NetBSD rev. 1.56mtm2004-02-261-3/+3
* NetBSD rev. 1.53, 1.54 and 1.55:mtm2004-02-261-7/+11
* Since id(1) is in /usr, it may not be available until after filesystemmtm2004-01-221-1/+3
* After setting a ruleset on a new devfs mount, apply it.cperciva2004-01-211-0/+1
* o Rename devfs_link() to make_symlink() and turn it into a genericmtm2003-12-091-16/+17
* o Reduce rc(8) startup clutter by turning the informational messagesmtm2003-08-201-4/+8
* Add a general mechanism for creating and applyingmtm2003-08-201-0/+218
* Missing quotes around a variable. In this case we are onlymtm2003-07-241-1/+1
* Previously, a "forced" command always exited successfully (with themtm2003-06-091-37/+65
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-071-0/+2
* This particular debugging statement is very verbose, making the restmtm2003-04-301-1/+1
* Write out the debug messages (from the previous commit) only ifmtm2003-01-201-5/+11
* Make the debug messages, for when a script rolls its own start routine,mtm2003-01-181-1/+5
* By popular demand, make the debug log to syslog.gordon2002-11-091-1/+3
* Diff reduction to NetBSD:gordon2002-11-081-19/+16
* Remove the sourceing of rc.conf from the debug subroutine. This causedgordon2002-09-121-5/+0
* Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convertgordon2002-09-061-3/+4
* Clean up some variables that should have been done before:gordon2002-08-141-1/+15
* Bring this up to date with the latest NetBSD bits. Also add some bits ofgordon2002-06-131-145/+545
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Import the NetBSD 1.5 RC system.obrien2001-06-161-0/+586
OpenPOWER on IntegriCloud