From: root Date: Tue, 25 Oct 2016 21:43:57 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=ec9b731ee30f3bfe9fc3a9e637aa245c08d6cded;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 629386b..3f5f0e2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2159,6 +2159,7 @@ maybe chmod 0644 'php/apache2-php5.5/php.ini' maybe chmod 0755 'php/apache2-php5.6' maybe chmod 0755 'php/apache2-php5.6/ext' maybe chmod 0755 'php/apache2-php5.6/ext-active' +maybe chmod 0644 'php/apache2-php5.6/ext/imagick.ini' maybe chmod 0644 'php/apache2-php5.6/ext/opcache.ini' maybe chmod 0644 'php/apache2-php5.6/php.ini' maybe chmod 0755 'php/cgi-php5.5' @@ -2170,6 +2171,7 @@ maybe chmod 0644 'php/cgi-php5.5/php.ini' maybe chmod 0755 'php/cgi-php5.6' maybe chmod 0755 'php/cgi-php5.6/ext' maybe chmod 0755 'php/cgi-php5.6/ext-active' +maybe chmod 0644 'php/cgi-php5.6/ext/imagick.ini' maybe chmod 0644 'php/cgi-php5.6/ext/opcache.ini' maybe chmod 0644 'php/cgi-php5.6/php.ini' maybe chmod 0755 'php/cli-php5.3' @@ -2183,6 +2185,7 @@ maybe chmod 0644 'php/cli-php5.5/php.ini' maybe chmod 0755 'php/cli-php5.6' maybe chmod 0755 'php/cli-php5.6/ext' maybe chmod 0755 'php/cli-php5.6/ext-active' +maybe chmod 0644 'php/cli-php5.6/ext/imagick.ini' maybe chmod 0644 'php/cli-php5.6/ext/opcache.ini' maybe chmod 0644 'php/cli-php5.6/php.ini' maybe chmod 0755 'php/embed-php5.5' @@ -2194,6 +2197,7 @@ maybe chmod 0644 'php/embed-php5.5/php.ini' maybe chmod 0755 'php/embed-php5.6' maybe chmod 0755 'php/embed-php5.6/ext' maybe chmod 0755 'php/embed-php5.6/ext-active' +maybe chmod 0644 'php/embed-php5.6/ext/imagick.ini' maybe chmod 0644 'php/embed-php5.6/ext/opcache.ini' maybe chmod 0644 'php/embed-php5.6/php.ini' maybe chmod 0755 'php/fpm-php5.5' @@ -2206,6 +2210,7 @@ maybe chmod 0644 'php/fpm-php5.5/php.ini' maybe chmod 0755 'php/fpm-php5.6' maybe chmod 0755 'php/fpm-php5.6/ext' maybe chmod 0755 'php/fpm-php5.6/ext-active' +maybe chmod 0644 'php/fpm-php5.6/ext/imagick.ini' maybe chmod 0644 'php/fpm-php5.6/ext/opcache.ini' maybe chmod 0644 'php/fpm-php5.6/php-fpm.conf' maybe chmod 0644 'php/fpm-php5.6/php.ini' diff --git a/php/apache2-php5.6/ext-active/imagick.ini b/php/apache2-php5.6/ext-active/imagick.ini new file mode 120000 index 0000000..7121af6 --- /dev/null +++ b/php/apache2-php5.6/ext-active/imagick.ini @@ -0,0 +1 @@ +/etc/php/apache2-php5.6/ext/imagick.ini \ No newline at end of file diff --git a/php/apache2-php5.6/ext/imagick.ini b/php/apache2-php5.6/ext/imagick.ini new file mode 100644 index 0000000..d7513f1 --- /dev/null +++ b/php/apache2-php5.6/ext/imagick.ini @@ -0,0 +1 @@ +extension=imagick.so diff --git a/php/cgi-php5.6/ext-active/imagick.ini b/php/cgi-php5.6/ext-active/imagick.ini new file mode 120000 index 0000000..15dfa11 --- /dev/null +++ b/php/cgi-php5.6/ext-active/imagick.ini @@ -0,0 +1 @@ +/etc/php/cgi-php5.6/ext/imagick.ini \ No newline at end of file diff --git a/php/cgi-php5.6/ext/imagick.ini b/php/cgi-php5.6/ext/imagick.ini new file mode 100644 index 0000000..d7513f1 --- /dev/null +++ b/php/cgi-php5.6/ext/imagick.ini @@ -0,0 +1 @@ +extension=imagick.so diff --git a/php/cli-php5.6/ext-active/imagick.ini b/php/cli-php5.6/ext-active/imagick.ini new file mode 120000 index 0000000..2497f4e --- /dev/null +++ b/php/cli-php5.6/ext-active/imagick.ini @@ -0,0 +1 @@ +/etc/php/cli-php5.6/ext/imagick.ini \ No newline at end of file diff --git a/php/cli-php5.6/ext/imagick.ini b/php/cli-php5.6/ext/imagick.ini new file mode 100644 index 0000000..d7513f1 --- /dev/null +++ b/php/cli-php5.6/ext/imagick.ini @@ -0,0 +1 @@ +extension=imagick.so diff --git a/php/embed-php5.6/ext-active/imagick.ini b/php/embed-php5.6/ext-active/imagick.ini new file mode 120000 index 0000000..006d65f --- /dev/null +++ b/php/embed-php5.6/ext-active/imagick.ini @@ -0,0 +1 @@ +/etc/php/embed-php5.6/ext/imagick.ini \ No newline at end of file diff --git a/php/embed-php5.6/ext/imagick.ini b/php/embed-php5.6/ext/imagick.ini new file mode 100644 index 0000000..d7513f1 --- /dev/null +++ b/php/embed-php5.6/ext/imagick.ini @@ -0,0 +1 @@ +extension=imagick.so diff --git a/php/fpm-php5.6/ext-active/imagick.ini b/php/fpm-php5.6/ext-active/imagick.ini new file mode 120000 index 0000000..b6598c8 --- /dev/null +++ b/php/fpm-php5.6/ext-active/imagick.ini @@ -0,0 +1 @@ +/etc/php/fpm-php5.6/ext/imagick.ini \ No newline at end of file diff --git a/php/fpm-php5.6/ext/imagick.ini b/php/fpm-php5.6/ext/imagick.ini new file mode 100644 index 0000000..d7513f1 --- /dev/null +++ b/php/fpm-php5.6/ext/imagick.ini @@ -0,0 +1 @@ +extension=imagick.so