From 62d5b9635513493127a6a130276ee7059d2cbb38 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 2 Jul 2016 23:19:40 +0200 Subject: [PATCH] add comment link to feature request 'implement /etc/dnf.conf.d drop-in configuration folder' --- network/update-proxy-configs | 1 + 1 file changed, 1 insertion(+) diff --git a/network/update-proxy-configs b/network/update-proxy-configs index 3264f6d..46e2b74 100755 --- a/network/update-proxy-configs +++ b/network/update-proxy-configs @@ -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