On Tue, Jul 28, 2020 at 5:23 pm, Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> wrote:
Right now there's the following scriptlet:

grep -q 'Generated by NetworkManager' /etc/resolv.conf 2>/dev/null && \

echo -e '/etc/resolv.conf was generated by NetworkManager.\nConsider removing it to let systemd-resolved manage this file.' \

  || :

I.e. only a hint is emitted. I'm open to suggestions how to improve it.

Zbyszek

Zbigniew, do you agree that we should remove the script if and only if it is generated by NetworkManager? Otherwise, the change is only partially-implemented for users upgrading from F32 and earlier.

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to