.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Feb 11, 2008
+.Dd Mar 05, 2008
.Dt RESOLVCONF 8 SMM
.Sh NAME
.Nm resolvconf
.El
.Sh FILES
.Bl -ohang
-.It Pa @PREFIX@/etc/resolvconf/run
+.It Pa @VARBASE@/run/resolvconf
Directory that holds the data for
.Nm .
-Normally a symlink to
-.Pa /var/run/resolvconf .
You could symlink
.Pa /etc/resolv.conf
to
-.Pa resolvconf/run/resolv.conf
+.Pa @VARBASE@/run/resolvconf/resolv.conf
to support a read only
.Pa /etc .
-.It Pa @PREFIX@/etc/resolvconf/update.d
+.It Pa @SYSCONFDIR@/update.d
Directory of the helper scripts which are run every time
.Nm
adds, deletes or updates.
-.It Pa @PREFIX@/etc/resolvconf/update-libc.d
+.It Pa @SYSCONFDIR@/update-libc.d
Directory of helper scripts which are run after the libc helper script is run.
-.It Pa @PREFIX@/etc/resolvconf/interface-order
+.It Pa @SYSCONFDIR@/interface-order
Determines the order in which nameserver information records are processed
by resolvconf -l.
-.It Pa @PREFIX@/etc/resolvconf/resolv.conf.d/base
+.It Pa @SYSCONFDIR@/resolv.conf.d/base
Contains basic resolver information which is included in
.Pa /etc/resolv.conf
even when no interfaces are configured.
-.It Pa @PREFIX@/etc/resolvconf/resolv.conf.d/head
+.It Pa @SYSCONFDIR@/resolv.conf.d/head
File to be prepended to
.Pa /etc/resolv.conf .
Normally this is just a comment line.
-.It Pa @PREFIX@/etc/resolvconf/resolv.conf.d/tail
+.It Pa @SYSCONFDIR@/resolv.conf.d/tail
File to be appended to
.Pa /etc/resolv.conf .
.El
to include files that
.Nm
will generate. You should consult the comment section in the helper script
-for your resolver found in @PREFIX@/etc/resolvconf/update.d for instructions
+for your resolver found in @SYSCONFDIR@/update.d for instructions
on this.
.Sh SEE ALSO
.Xr dnsmasq 8 ,