dsainty
7e7f191f7d
Add a missing space in a comment
2004-12-30 09:32:13 +00:00
mycroft
7d2e1537c5
Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
...
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr
2004-08-13 18:08:03 +00:00
keihan
f672be074d
s/netbsd.org/NetBSD.org/
2004-04-23 10:59:47 +00:00
christos
1d0fe2e424
Whitespace fixes, some code re-factoring, and a bit more verbose messages.
2004-04-21 19:35:13 +00:00
dbj
48019a3a47
simply logic and flow of check_part function
2004-04-21 18:27:26 +00:00
dbj
1b003e4b0c
abstract superblock field reading into shell function
2004-04-21 18:06:06 +00:00
dbj
115f147f20
add function for reporting verbose messages
2004-04-21 17:26:42 +00:00
dbj
496faa9025
tweak return value of check_part function
2004-04-21 17:07:47 +00:00
dbj
324ebbbef7
some minor shell programming tweaks recommended by christos
...
use [ -n ] instead of [ ! -z ]
use $() instead of ``
use just "$@" instead ${1+"$@"}
2004-04-21 17:02:41 +00:00
dbj
bbf17112c5
use shell constructs and cat instead of sed since
...
sed may not be available early in the rc.d sequence
2004-04-21 16:12:31 +00:00
dbj
1195d38f2f
add support for turning off fixsb in rc.conf
...
default is fixsb=YES
2004-04-18 03:49:43 +00:00
dbj
d328d71583
This rc.d script attempts to correct problems
...
which may have been introduced by booting a netbsd-current kernel
from between April of 2003 and January 2004. For more information
see <http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html >
This script was developed as a response to NetBSD pr install/25138
This should not be added to the Makefile or the default install until
it has been further tested
2004-04-16 14:52:52 +00:00