summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-23 17:26:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-23 17:26:31 +0000
commiteab2d8a2eea73fdf4933aaddbcacd1e965d42edd (patch)
tree753bc76510d4edc26ae321c359711f45e3a6b168
parentadded ppc keyword, bug #476182 (diff)
downloadgentoo-2-eab2d8a2eea73fdf4933aaddbcacd1e965d42edd.tar.gz
gentoo-2-eab2d8a2eea73fdf4933aaddbcacd1e965d42edd.tar.bz2
gentoo-2-eab2d8a2eea73fdf4933aaddbcacd1e965d42edd.zip
Correct tmpfiles.setup init script name in depend()
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r--sys-apps/kmod/ChangeLog5
-rw-r--r--sys-apps/kmod/files/static-nodes4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index 9fa86c9ce3e3..4d086b640b54 100644
--- a/sys-apps/kmod/ChangeLog
+++ b/sys-apps/kmod/ChangeLog
@@ -1,6 +1,9 @@
# 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.99 2013/07/23 10:31:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.100 2013/07/23 17:26:30 ssuominen Exp $
+
+ 23 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> files/static-nodes:
+ Correct tmpfiles.setup init script name in depend()
*kmod-14-r1 (23 Jul 2013)
diff --git a/sys-apps/kmod/files/static-nodes b/sys-apps/kmod/files/static-nodes
index 5df7a501e90f..8346b4b10855 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.1 2013/07/23 10:31:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.2 2013/07/23 17:26:31 ssuominen Exp $
description="Create list of required static device nodes for the current kernel"
depend() {
need localmount
- before tmpdfiles-setup
+ before tmpfiles.setup
}
start() {