瀏覽代碼

add comment

link to feature request 'implement /etc/dnf.conf.d drop-in configuration folder'
Patrick Schleizer 8 年之前
父節點
當前提交
62d5b96355
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      network/update-proxy-configs

+ 1 - 0
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