rpm-software-management / yum

[DEPRECATED] YUM package manager
GNU General Public License v2.0
127 stars 87 forks source link

docs:clarify that each repository without enabled=0 is enabled by default #114

Closed spetrosi closed 4 years ago

spetrosi commented 4 years ago

In the man page, it is not mentioned that the repository must not have enabled=1 to work. Vica versa, the enabled string is used to disable a repository.

dmnks commented 4 years ago

Thank you for the PR. However, please note that this project has been deprecated and is no longer maintained upstream. Please consider migrating to DNF which is the successor of YUM. That said, I’ll close this PR now.

spetrosi commented 4 years ago

Thank you for letting me know, @dmnks. I have created a PR for DNF: https://github.com/rpm-software-management/dnf/pull/1594