From: root Date: Wed, 10 Feb 2016 21:47:32 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=a8bda8b12b71d7a02796bdad826b2454123bab5b;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index c3196a1..cb8b088 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2684,6 +2684,8 @@ maybe chmod 0644 'postfix/sarah/work/virtual' maybe chmod 0600 'postfix/saslpass' maybe chmod 0755 'postgresql-9.4' maybe chmod 0644 'postgresql-9.4/psqlrc' +maybe chmod 0755 'prelink.conf.d' +maybe chmod 0644 'prelink.conf.d/nss.conf' maybe chmod 0644 'procmailrc' maybe chmod 0644 'profile' maybe chmod 0755 'profile.d' diff --git a/prelink.conf.d/nss.conf b/prelink.conf.d/nss.conf new file mode 100644 index 0000000..47ccec9 --- /dev/null +++ b/prelink.conf.d/nss.conf @@ -0,0 +1,3 @@ +-b /usr/lib64/libfreebl3.so +-b /usr/lib64/libnssdbm3.so +-b /usr/lib64/libsoftokn3.so