Mercurial > hg > dhcpcd
view .gitignore @ 5572:aae13416e9b7 draft
20-resolv.conf: Don't call resolvconf -c if we didn't call -C
This solves the warnings on all OS other than Linux who don't have
a supporting resolvconf for deprecating DNS because they never
emit the NOCARRIER_ROAMING reason.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sun, 27 Dec 2020 22:31:02 +0000 |
| parents | bab0daa700eb |
| children |
line wrap: on
line source
# Ignore configure generated files config.h config.mk config.log # Ignore object files .depend *.o *.So *.so dhcpcd # Ignore generated embedded files dhcpcd-embedded.c dhcpcd-embedded.h # Ignore generated man pages and scripts dhcpcd.8 dhcpcd-run-hooks dhcpcd-run-hooks.8 dhcpcd.conf.5 hooks/30-hostname hooks/50-ypbind # Ignore distribution dhcpcd*.xz* # Ignore patch files *.diff *.patch *.orig *.rej # Ignore swap files *.swp # Ignore Coverity cov-int
