]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 23 Oct 2017 08:32:55 +0000 (10:32 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 23 Oct 2017 08:32:55 +0000 (10:32 +0200)
Package changes:

.etckeeper
portage/bin/post_sync [deleted file]
portage/postsync.d/q-reinitialize [deleted file]

index bd1ec1accb94bcc2fc1526263295fe3731170db6..bedbaf234ac3f97bac5fa8f63fff3c66f695c726 100755 (executable)
@@ -744,16 +744,12 @@ maybe chmod 0644 'php/fpm-php7.0/php-fpm.conf'
 maybe chmod 0644 'php/fpm-php7.0/php.ini'
 maybe chmod 0755 'portage'
 maybe chmod 0644 'portage/bashrc'
-maybe chmod 0755 'portage/bin'
-maybe chmod 0755 'portage/bin/post_sync'
 maybe chmod 0644 'portage/make.conf'
 maybe chmod 0644 'portage/make.conf.catalyst'
 maybe chmod 0755 'portage/package.accept_keywords'
 maybe chmod 0644 'portage/package.accept_keywords/common'
 maybe chmod 0644 'portage/package.accept_keywords/ruby'
 maybe chmod 0644 'portage/package.use'
-maybe chmod 0755 'portage/postsync.d'
-maybe chmod 0644 'portage/postsync.d/q-reinitialize'
 maybe chmod 0755 'portage/repo.postsync.d'
 maybe chmod 0644 'portage/repo.postsync.d/example'
 maybe chmod 0755 'portage/repo.postsync.d/q-reinit'
diff --git a/portage/bin/post_sync b/portage/bin/post_sync
deleted file mode 100755 (executable)
index e94ea5d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Copyright 2006-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-for f in /etc/portage/postsync.d/* ; do
-       [ -x "${f}" ] && "${f}"
-done
-:
diff --git a/portage/postsync.d/q-reinitialize b/portage/postsync.d/q-reinitialize
deleted file mode 100644 (file)
index 7bca1a8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-[ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q}
-: