maybe chmod 0755 'init.d/sysctl'
maybe chmod 0755 'init.d/sysfs'
maybe chmod 0755 'init.d/termencoding'
-maybe chmod 0755 'init.d/tmpfiles.dev'
-maybe chmod 0755 'init.d/tmpfiles.setup'
maybe chmod 0755 'init.d/udev'
maybe chmod 0755 'init.d/udev-settle'
maybe chmod 0755 'init.d/udev-trigger'
+++ /dev/null
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Released under the 2-clause BSD license.
-
-description="Set up tmpfiles.d entries"
-
-depend()
-{
- use dev-mount
- before dev
- keyword -prefix -vserver
-}
-
-start()
-{
- ebegin "Setting up tmpfiles.d entries for /dev"
- /lib64/rc/sh/tmpfiles.sh --prefix=/dev --create --boot ${tmpfiles_opts}
- eend $?
- return 0
-}
+++ /dev/null
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Released under the 2-clause BSD license.
-
-description="Set up tmpfiles.d entries"
-
-depend()
-{
- need localmount
-}
-
-start()
-{
- ebegin "Setting up tmpfiles.d entries"
- /lib64/rc/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove --boot \
- ${tmpfiles_opts}
- eend $?
- return 0
-}