From: frank Date: Mon, 16 Jan 2012 19:12:18 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=676eb2e9224c5b948955a60884d7060557439a40;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-power/pm-utils-1.4.1-r2 --- diff --git a/.etckeeper b/.etckeeper index b6e7f678..79e157f3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -15,6 +15,8 @@ mkdir -p './php/embed-php5.3/ext' mkdir -p './php/embed-php5.3/ext-active' mkdir -p './php/fpm-php5.3/ext' mkdir -p './php/fpm-php5.3/ext-active' +mkdir -p './pm/power.d' +mkdir -p './pm/sleep.d' mkdir -p './polkit-1/localauthority/10-vendor.d' mkdir -p './polkit-1/localauthority/20-org.d' mkdir -p './polkit-1/localauthority/30-site.d' @@ -885,6 +887,11 @@ maybe chmod 0755 './php/fpm-php5.3/ext' maybe chmod 0755 './php/fpm-php5.3/ext-active' maybe chmod 0644 './php/fpm-php5.3/php-fpm.conf' maybe chmod 0644 './php/fpm-php5.3/php.ini' +maybe chmod 0755 './pm' +maybe chmod 0755 './pm/config.d' +maybe chmod 0644 './pm/config.d/gentoo' +maybe chmod 0755 './pm/power.d' +maybe chmod 0755 './pm/sleep.d' maybe chmod 0755 './polkit-1' maybe chmod 0700 './polkit-1/localauthority' maybe chmod 0755 './polkit-1/localauthority.conf.d' diff --git a/pm/config.d/gentoo b/pm/config.d/gentoo new file mode 100644 index 00000000..687839d2 --- /dev/null +++ b/pm/config.d/gentoo @@ -0,0 +1 @@ +HOOK_BLACKLIST="01grub 90clock"