diff options
author | seanc <seanc@FreeBSD.org> | 2003-12-14 13:36:36 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-12-14 13:36:36 +0000 |
commit | 7ca7a053fc6e073175a4429af07571037897c8c4 (patch) | |
tree | 2c9deb31140cdddfd6c74d95e817e8a0e203ec2b /etc/rc.d/mountcritlocal | |
parent | 1c8d05b28c2a5827eaedf11783287a04a3c7a215 (diff) | |
download | FreeBSD-src-7ca7a053fc6e073175a4429af07571037897c8c4.zip FreeBSD-src-7ca7a053fc6e073175a4429af07571037897c8c4.tar.gz |
Backout ataraid rcng script. I must have missed ar0 in my scan of /dev
after my first reboot because sure enough, I'm seeing it there now and
ata(4) is doing the right thing(TM).
Pointed out by: des
Diffstat (limited to 'etc/rc.d/mountcritlocal')
-rwxr-xr-x | etc/rc.d/mountcritlocal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal index 67a993f..83acefe 100755 --- a/etc/rc.d/mountcritlocal +++ b/etc/rc.d/mountcritlocal @@ -5,7 +5,7 @@ # # PROVIDE: mountcritlocal -# REQUIRE: root ataraid +# REQUIRE: root # KEYWORD: FreeBSD NetBSD . /etc/rc.subr |