I'm trying to modify the domain search order that is obtained via DHCP a la dhclient.conf:
append domain-search "example.com";
I'm using Fedora 17 (beta) and it uses NetworkManager. It builds a file /var/run/nm-dhclient-INTERFACE.conf which it then calls as the config file for dhclient. My question is, how do I get NetworkManager to insert my line into that file?