]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@helga.brehm-online.com>
Mon, 15 May 2017 15:08:36 +0000 (17:08 +0200)
committerroot <root@helga.brehm-online.com>
Mon, 15 May 2017 15:08:36 +0000 (17:08 +0200)
Package changes:

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

index 71fbb983b0b106d835ff80fb1241f489e90364bc..3030186120e8a516eb13378044feb14149294922 100755 (executable)
@@ -474,7 +474,6 @@ maybe chmod 0644 'conf.d/staticroute'
 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'
@@ -1754,8 +1753,6 @@ maybe chmod 0755 'init.d/sysfs'
 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'
diff --git a/conf.d/tmpfiles b/conf.d/tmpfiles
deleted file mode 100644 (file)
index c3f208f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Extra options for tmpfiles.sh
-#tmpfiles_opts="--verbose"
-tmpfiles_opts=""
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
-}