mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
0cf97c910f
A resolvconf compatible framework for managing /etc/resolv.conf. PR: ports/119171 Submitted by: Roy Marples <roy@marples.name> (maintainer)
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
@exec mkdir -p %D/etc/resolvconf/update-libc.d
|
|
@exec mkdir -p %D/etc/resolvconf/resolv.conf.d
|
|
sbin/resolvconf
|
|
etc/resolvconf/run
|
|
etc/resolvconf/update.d/libc
|
|
etc/resolvconf/update.d/dnsmasq
|
|
etc/resolvconf/update.d/named
|
|
@dirrm etc/resolvconf/update.d
|
|
@dirrm etc/resolvconf/update-libc.d
|
|
@dirrm etc/resolvconf/resolv.conf.d
|
|
@dirrm etc/resolvconf
|