]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 1 Mar 2017 00:20:18 +0000 (01:20 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 1 Mar 2017 00:20:18 +0000 (01:20 +0100)
Package changes:

init.d/tmpfiles.dev [deleted file]
init.d/tmpfiles.setup [deleted file]

diff --git a/init.d/tmpfiles.dev b/init.d/tmpfiles.dev
deleted file mode 100755 (executable)
index c7382ff..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/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
-}
diff --git a/init.d/tmpfiles.setup b/init.d/tmpfiles.setup
deleted file mode 100755 (executable)
index 3d19cb0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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
-}