From: Frank Brehm Date: Sun, 8 Apr 2018 13:33:38 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4c737e494c761155b8e7622c6ef894c39e707f1d;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index effae910..c64dc01d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -254,9 +254,6 @@ maybe chmod 0755 'chromium' maybe chmod 0755 'chromium/native-messaging-hosts' maybe chmod 0644 'chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json' maybe chmod 0644 'chromium/pepper-flash' -maybe chmod 0755 'chromium/policies' -maybe chmod 0755 'chromium/policies/managed' -maybe chmod 0644 'chromium/policies/managed/chrome-gnome-shell.json' maybe chmod 0755 'cifs-utils' maybe chmod 0644 'colordiffrc' maybe chmod 0644 'colordiffrc-gitdiff' @@ -1274,7 +1271,6 @@ maybe chmod 0644 'env.d/44qt4-graphicssystem' maybe chmod 0644 'env.d/44qt4-i686-pc-linux-gnu' maybe chmod 0644 'env.d/44qt4-x86_64-pc-linux-gnu' maybe chmod 0644 'env.d/50baselayout' -maybe chmod 0644 'env.d/50chrome-gnome-shell' maybe chmod 0644 'env.d/50gconf' maybe chmod 0644 'env.d/50ncurses' maybe chmod 0644 'env.d/50rust-1.23.0' @@ -2198,9 +2194,6 @@ maybe chmod 0755 'opt' maybe chmod 0755 'opt/chrome' maybe chmod 0755 'opt/chrome/native-messaging-hosts' maybe chmod 0644 'opt/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json' -maybe chmod 0755 'opt/chrome/policies' -maybe chmod 0755 'opt/chrome/policies/managed' -maybe chmod 0644 'opt/chrome/policies/managed/chrome-gnome-shell.json' maybe chmod 0644 'os-release' maybe chmod 0755 'pam.d' maybe chmod 0644 'pam.d/atd' diff --git a/chromium/policies/managed/chrome-gnome-shell.json b/chromium/policies/managed/chrome-gnome-shell.json deleted file mode 100644 index c932c481..00000000 --- a/chromium/policies/managed/chrome-gnome-shell.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ExtensionInstallForcelist": [ - "gphhapmejobijbbhgpjhcjognlahblep;https://clients2.google.com/service/update2/crx" - ] -} diff --git a/env.d/50chrome-gnome-shell b/env.d/50chrome-gnome-shell deleted file mode 100644 index 635b1222..00000000 --- a/env.d/50chrome-gnome-shell +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PROTECT_MASK="/etc/chromium/policies/managed/chrome-gnome-shell.json /etc/opt/chrome/policies/managed/chrome-gnome-shell.json" diff --git a/opt/chrome/policies/managed/chrome-gnome-shell.json b/opt/chrome/policies/managed/chrome-gnome-shell.json deleted file mode 100644 index c932c481..00000000 --- a/opt/chrome/policies/managed/chrome-gnome-shell.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ExtensionInstallForcelist": [ - "gphhapmejobijbbhgpjhcjognlahblep;https://clients2.google.com/service/update2/crx" - ] -}