diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-09-26 21:25:24 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-09-26 21:25:24 +0000 |
commit | 5af8232eb7d4a7b7527ce02af077be7cf1a4b559 (patch) | |
tree | fb9251c2f49a29e87b4e4b6d3ce98fd2b060168a /sys-apps/busybox/files | |
parent | Version bump. (diff) | |
download | gentoo-2-5af8232eb7d4a7b7527ce02af077be7cf1a4b559.tar.gz gentoo-2-5af8232eb7d4a7b7527ce02af077be7cf1a4b559.tar.bz2 gentoo-2-5af8232eb7d4a7b7527ce02af077be7cf1a4b559.zip |
New virtual init.d to split the /dev mount vs. daemon more cleanly.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/busybox/files')
-rwxr-xr-x | sys-apps/busybox/files/mdev.rc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/busybox/files/mdev.rc.1 b/sys-apps/busybox/files/mdev.rc.1 index 4d400a17f575..569d5407bf74 100755 --- a/sys-apps/busybox/files/mdev.rc.1 +++ b/sys-apps/busybox/files/mdev.rc.1 @@ -1,11 +1,11 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/mdev.rc.1,v 1.1 2011/09/17 03:46:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/mdev.rc.1,v 1.2 2012/09/26 21:25:23 robbat2 Exp $ depend() { - provide dev + provide dev dev-mount need sysfs } |