From: Frank Brehm Date: Thu, 28 Dec 2017 02:12:20 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=510cfbbcab7d2ef5f275b6fcee339397a70366db;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-libs/libblockdev-2.14-r1 --- diff --git a/.etckeeper b/.etckeeper index 5b4724c2..adeee0fe 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1889,6 +1889,9 @@ maybe chmod 0440 'ldap.conf.sudo' maybe chmod 0755 'lftp' maybe chmod 0644 'lftp/lftp.conf' maybe chmod 0640 'libaudit.conf' +maybe chmod 0755 'libblockdev' +maybe chmod 0755 'libblockdev/conf.d' +maybe chmod 0644 'libblockdev/conf.d/00-default.cfg' maybe chmod 0755 'libnl' maybe chmod 0644 'libnl/classid' maybe chmod 0644 'libnl/pktloc' diff --git a/libblockdev/conf.d/00-default.cfg b/libblockdev/conf.d/00-default.cfg new file mode 100644 index 00000000..6412ab97 --- /dev/null +++ b/libblockdev/conf.d/00-default.cfg @@ -0,0 +1,43 @@ +# This is the default configuration for the libblockdev library. For +# each supported technology/plugin there is a separate section/group +# with the 'sonames' key. The value of the key has to be a list of +# sonames of shared objects that should be attempted to be loaded for +# the plugin falling back to the next one in the list. +# +# So this example: +# [lvm] +# sonames=libbd_lvm-dbus.so.0;libbd_lvm.so.0 +# +# would result in the libbd_lvm-dbus.so.0 shared object attempted to +# be loaded and if that failed, the libbd_lvm.so.0 would be attempted +# to be loaded. + +[btrfs] +sonames=libbd_btrfs.so.2 + +[crypto] +sonames=libbd_crypto.so.2 + +[dm] +sonames=libbd_dm.so.2 + +[kbd] +sonames=libbd_kbd.so.2 + +[loop] +sonames=libbd_loop.so.2 + +[lvm] +sonames=libbd_lvm.so.2 + +[mdraid] +sonames=libbd_mdraid.so.2 + +[mpath] +sonames=libbd_mpath.so.2 + +[swap] +sonames=libbd_swap.so.2 + +[s390] +sonames=libbd_s390.so.2