summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-30 17:21:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-30 17:21:17 +0000
commitac50019a7383c0bba267ab25315e47a6ed9956a7 (patch)
tree5fefd8baa0df32151d9484b0f3c3d4bf46d5bb6c /sys-apps/kmod
parentRe-add Prefix keywords, bug #437532 (diff)
downloadgentoo-2-ac50019a7383c0bba267ab25315e47a6ed9956a7.tar.gz
gentoo-2-ac50019a7383c0bba267ab25315e47a6ed9956a7.tar.bz2
gentoo-2-ac50019a7383c0bba267ab25315e47a6ed9956a7.zip
Fix init script depend() a bit
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r--sys-apps/kmod/ChangeLog8
-rw-r--r--sys-apps/kmod/files/static-nodes4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index added02e3c3b..f5d61ec67399 100644
--- a/sys-apps/kmod/ChangeLog
+++ b/sys-apps/kmod/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/kmod
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.103 2013/07/26 14:54:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.104 2013/07/30 17:21:17 ssuominen Exp $
+
+ 30 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> files/static-nodes:
+ Remove unrequired "need localmount" and add required "after modules" to the
+ init script depend()
+ Revision bump later after tmpfiles /dev support is in portage and the
+ init script has been finalized.
26 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> -kmod-12-r1.ebuild,
-kmod-14.ebuild:
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() {