From 42153a46e0d7fe09997f69e3e6a52d673d196ced Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 16 Sep 2024 10:12:07 +0200 Subject: [PATCH] committing changes in /etc made by "apt-get purge --yes libblockdev-utils2" Package changes: -libblockdev-utils2 2.26-1 amd64 -libblockdev2 2.26-1 amd64 --- .etckeeper | 2 -- libblockdev/conf.d/00-default.cfg | 49 ------------------------------- 2 files changed, 51 deletions(-) delete mode 100644 libblockdev/conf.d/00-default.cfg diff --git a/.etckeeper b/.etckeeper index f8c6484..13bee7d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2486,8 +2486,6 @@ maybe chmod 0755 'libblockdev' maybe chmod 0755 'libblockdev/3' maybe chmod 0755 'libblockdev/3/conf.d' maybe chmod 0644 'libblockdev/3/conf.d/00-default.cfg' -maybe chmod 0755 'libblockdev/conf.d' -maybe chmod 0644 'libblockdev/conf.d/00-default.cfg' maybe chmod 0755 'libnl-3' maybe chmod 0644 'libnl-3/classid' maybe chmod 0644 'libnl-3/pktloc' diff --git a/libblockdev/conf.d/00-default.cfg b/libblockdev/conf.d/00-default.cfg deleted file mode 100644 index 2a55920..0000000 --- a/libblockdev/conf.d/00-default.cfg +++ /dev/null @@ -1,49 +0,0 @@ -# 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 - -[fs] -sonames=libbd_fs.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 - -[nvdimm] -sonames=libbd_nvdimm.so.2 - -[swap] -sonames=libbd_swap.so.2 - -[s390] -sonames=libbd_s390.so.2 -- 2.39.5