summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/kmod/files/static-nodes')
-rw-r--r--sys-apps/kmod/files/static-nodes4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kmod/files/static-nodes b/sys-apps/kmod/files/static-nodes
index 44960a1821bb..8f0f7aa8f05a 100644
--- a/sys-apps/kmod/files/static-nodes
+++ b/sys-apps/kmod/files/static-nodes
@@ -1,13 +1,13 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.3 2013/07/26 06:49:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.4 2013/07/30 17:21:17 ssuominen Exp $
description="Create list of required static device nodes for the current kernel"
depend() {
- need localmount
before tmpfiles.setup
+ after modules
}
start() {