From: Frank Brehm Date: Wed, 14 Mar 2018 17:25:04 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=785aa24172b6b170acc7c93acfb1ad3cb5e0999e;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 2c2dd3fd..69af885a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1328,6 +1328,7 @@ maybe chmod 0644 'env.d/lapack/lib64/reference' maybe chmod 0755 'env.d/python' maybe chmod 0644 'env.d/python/config' maybe chmod 0755 'env.d/rust' +maybe chmod 0644 'env.d/rust/last-set' maybe chmod 0644 'env.d/rust/provider-rust-1.23.0' maybe chmod 0644 'environment' maybe chmod 0755 'eselect' diff --git a/env.d/rust/last-set b/env.d/rust/last-set new file mode 100644 index 00000000..789be024 --- /dev/null +++ b/env.d/rust/last-set @@ -0,0 +1,3 @@ +/usr/bin/rustdoc +/usr/bin/rust-gdb +/usr/bin/rust-lldb