From: Frank Brehm Date: Mon, 23 Oct 2017 08:32:55 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=77e98a6130ea51ef11f2b4a104df1ce3fa76df43;p=config%2Fberta%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index bd1ec1a..bedbaf2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 index e94ea5d..0000000 --- a/portage/bin/post_sync +++ /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 index 7bca1a8..0000000 --- a/portage/postsync.d/q-reinitialize +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q} -: