View previous topic :: View next topic |
Author |
Message |
reppk n00b
Joined: 17 Mar 2016 Posts: 25
|
Posted: Fri Apr 28, 2017 1:51 pm Post subject: [Solved] The resolvconf isn't in gentoo? |
|
|
I want to set both ipv4 and ipv6 dns for my pppoe. The /etc/ppp/ip-up.d/40-dns.sh need to use /sbin/resolvconf command, but I can't find it in my system.
I tried:
Code: | # equery b resolvconf
* Searching for resolvconf ...
app-shells/bash-completion-2.5 (/usr/share/bash-completion/completions/resolvconf) |
Does this mean there is no resolvconf command in gentoo?
If the answer is "YES," what can I do to set my resolv.conf?
Last edited by reppk on Sat Apr 29, 2017 2:26 pm; edited 1 time in total |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10723 Location: Somewhere over Atlanta, Georgia
|
Posted: Fri Apr 28, 2017 2:00 pm Post subject: |
|
|
Code: | ~ # equery belongs `which resolvconf`
* Searching for /sbin/resolvconf ...
net-dns/openresolv-3.9.0 (/sbin/resolvconf) | - John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
reppk n00b
Joined: 17 Mar 2016 Posts: 25
|
Posted: Sat Apr 29, 2017 2:25 pm Post subject: |
|
|
Thank you very much! |
|
Back to top |
|
|
|