#!/bin/sh
# Prevent dhclient from modifying /etc/resolv.conf.
# DNS configuration is managed exclusively by the signalytic-ppp service.
make_resolv_conf() { :; }