add comment

link to feature request 'implement /etc/dnf.conf.d drop-in configuration folder'
This commit is contained in:
Patrick Schleizer 2016-07-02 23:19:40 +02:00 committed by GitHub
parent 9aeecb91f3
commit 62d5b96355

View File

@ -109,6 +109,7 @@ EOF
fi
# DNF configuration doesn't support including other files
# https://bugzilla.redhat.com/show_bug.cgi?id=1352234
if [ -e /etc/dnf/dnf.conf ]; then
update_conf /etc/dnf/dnf.conf "$PROXY_CONF_ENTRY"
fi