Merge pull request #276 from danimo/copy_multipath_confd

95multipath: Pickup files in /etc/multipath/conf.d
master
Harald Hoyer 2017-08-30 11:51:12 +02:00 committed by GitHub
commit 424c065cd9
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ install() {
xdrgetprio \
/etc/xdrdevices.conf \
/etc/multipath.conf \
/etc/multipath/*
/etc/multipath/* \
/etc/multipath/conf.d/*

inst $(command -v partx) /sbin/partx