* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
@ 2013-07-23 10:31 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-23 10:31 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/23 10:31:20
Added: static-nodes
Log:
Import support for kmod tmpfiles.d static device node creation wrt #477856 by Alexander Vershilov
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.1 sys-apps/kmod/files/static-nodes
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.1&content-type=text/plain
Index: static-nodes
===================================================================
#!/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 $
description="Create list of required static device nodes for the current kernel"
depend() {
need localmount
before tmpdfiles-setup
}
start() {
ebegin "Creating list of required static device nodes for the current kernel"
checkpath -q -d /run/tmpfiles.d
kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
eend $?
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
@ 2013-07-23 17:26 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-23 17:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/23 17:26:31
Modified: static-nodes
Log:
Correct tmpfiles.setup init script name in depend()
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.2 sys-apps/kmod/files/static-nodes
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?r1=1.1&r2=1.2
Index: static-nodes
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- static-nodes 23 Jul 2013 10:31:20 -0000 1.1
+++ static-nodes 23 Jul 2013 17:26:31 -0000 1.2
@@ -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() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
@ 2013-07-26 6:49 William Hubbs (williamh)
0 siblings, 0 replies; 5+ messages in thread
From: William Hubbs (williamh) @ 2013-07-26 6:49 UTC (permalink / raw
To: gentoo-commits
williamh 13/07/26 06:49:54
Modified: static-nodes
Log:
Style fixes for init script, convert multiple spaces at the start of lines to tabs.
(Portage version: 2.2.0_alpha188/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Revision Changes Path
1.3 sys-apps/kmod/files/static-nodes
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?r1=1.2&r2=1.3
Index: static-nodes
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- static-nodes 23 Jul 2013 17:26:31 -0000 1.2
+++ static-nodes 26 Jul 2013 06:49:54 -0000 1.3
@@ -1,18 +1,18 @@
#!/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.2 2013/07/23 17:26:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.3 2013/07/26 06:49:54 williamh Exp $
description="Create list of required static device nodes for the current kernel"
depend() {
- need localmount
- before tmpfiles.setup
+ need localmount
+ before tmpfiles.setup
}
start() {
- ebegin "Creating list of required static device nodes for the current kernel"
- checkpath -q -d /run/tmpfiles.d
- kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
- eend $?
+ ebegin "Creating list of required static device nodes for the current kernel"
+ checkpath -q -d /run/tmpfiles.d
+ kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
+ eend $?
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
@ 2013-07-30 17:21 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-30 17:21 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/07/30 17:21:17
Modified: static-nodes
Log:
Fix init script depend() a bit
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.4 sys-apps/kmod/files/static-nodes
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?r1=1.3&r2=1.4
Index: static-nodes
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- static-nodes 26 Jul 2013 06:49:54 -0000 1.3
+++ static-nodes 30 Jul 2013 17:21:17 -0000 1.4
@@ -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() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
@ 2013-08-16 14:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-08-16 14:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/08/16 14:08:38
Removed: static-nodes
Log:
old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-16 14:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 17:21 [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-08-16 14:08 Samuli Suominen (ssuominen)
2013-07-26 6:49 William Hubbs (williamh)
2013-07-23 17:26 Samuli Suominen (ssuominen)
2013-07-23 10:31 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox