diff options
author | des <des@FreeBSD.org> | 2007-04-13 18:46:35 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-04-13 18:46:35 +0000 |
commit | f858a604e10aec453d5728f201cd0c1668b875ae (patch) | |
tree | d43da8f370ecdaebd00812e987403aeeb13bc702 /etc | |
parent | 149c919492a641a5c692cf35645e2fc7d4c5d557 (diff) | |
download | FreeBSD-src-f858a604e10aec453d5728f201cd0c1668b875ae.zip FreeBSD-src-f858a604e10aec453d5728f201cd0c1668b875ae.tar.gz |
Remove the shutdown keyword. It just adds noise to the shutdown process.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/zfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/zfs b/etc/rc.d/zfs index 3f479cc..896fdff 100644 --- a/etc/rc.d/zfs +++ b/etc/rc.d/zfs @@ -5,7 +5,7 @@ # PROVIDE: zfs # REQUIRE: mountcritlocal -# KEYWORD: nojail shutdown +# KEYWORD: nojail . /etc/rc.subr |