aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndrew Tselischev <[email protected]>2011-07-04 01:49:41 -0700
committerBrian Behlendorf <[email protected]>2011-07-04 13:54:59 -0700
commitb59322a0d8919cc0ed5982f5a869e9e022645515 (patch)
tree013f02da16f010e857cceb502383db824b714a8b /etc
parentb2f25e00ec993e0cefcc70f0ccf00cf746fc1739 (diff)
Fix 'rc_parallel="YES"' error
If rc_parallel="YES" zfs starts before localmount, which leads to "No such file or directory" error on systems with /usr on a separate partition. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'etc')
-rw-r--r--etc/init.d/zfs.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/zfs.gentoo b/etc/init.d/zfs.gentoo
index a33d9dc29..d43a5a06e 100644
--- a/etc/init.d/zfs.gentoo
+++ b/etc/init.d/zfs.gentoo
@@ -6,7 +6,7 @@
depend()
{
before net
- after udev
+ after udev localmount
keyword -lxc -openvz -prefix -vserver
}