From 0c0b07ba464b3533fe9757cdab7dee7865dd5378 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 1 Mar 2017 01:20:18 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- init.d/tmpfiles.dev | 20 -------------------- init.d/tmpfiles.setup | 19 ------------------- 2 files changed, 39 deletions(-) delete mode 100755 init.d/tmpfiles.dev delete mode 100755 init.d/tmpfiles.setup diff --git a/init.d/tmpfiles.dev b/init.d/tmpfiles.dev deleted file mode 100755 index c7382ffa..00000000 --- a/init.d/tmpfiles.dev +++ /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 index 3d19cb0e..00000000 --- a/init.d/tmpfiles.setup +++ /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 -} -- 2.39.5