mirror of
https://github.com/tonusoo/koduinternet-cpe
synced 2024-11-11 05:41:00 +02:00
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
# make_resolv_conf() function in /sbin/dhclient-script updates
|
|
# /etc/resolv.conf based on received values. This is a dummy version
|
|
# of this function in order to ensure that /etc/resolv.conf is
|
|
# not touched by dhclient.
|
|
# In addition, "chattr +i /etc/resolv.conf" was set.
|
|
make_resolv_conf() {
|
|
true
|
|
}
|