maybe chmod 0644 'conf.d/svnserve'
maybe chmod 0644 'conf.d/swap'
maybe chmod 0644 'conf.d/teamspeak3-server'
-maybe chmod 0644 'conf.d/tmpfiles'
maybe chmod 0644 'conf.d/twistd'
maybe chmod 0644 'conf.d/udev'
maybe chmod 0644 'conf.d/udev-settle'
maybe chmod 0755 'init.d/sysstat'
maybe chmod 0755 'init.d/teamspeak3-server'
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
-}