From 167ac360a30637517493574963ff7571ec2ffb33 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 17 Aug 2024 09:07:33 +0000 Subject: [PATCH] Since we are not using a pid file the manuals render a bit strange. Pointed out by tb --- usr.sbin/nsd/nsd.8.in | 6 +----- usr.sbin/nsd/nsd.conf.5.in | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/usr.sbin/nsd/nsd.8.in b/usr.sbin/nsd/nsd.8.in index b927b935bf0..e16535bf5ea 100644 --- a/usr.sbin/nsd/nsd.8.in +++ b/usr.sbin/nsd/nsd.8.in @@ -153,8 +153,7 @@ default is 100. .B \-P\fI pidfile Use the specified .I pidfile -instead of the platform specific default, which is mostly -.IR @pidfile@ . +instead of the platform specific default. If a .B zonesdir: is specified in the config file, this path can be relative to that @@ -214,9 +213,6 @@ SIGUSR1 Dump BIND8\-style statistics into the log. Ignored otherwise. .SH "FILES" .TP -@pidfile@ -the process id of the name server. -.TP @nsdconfigfile@ default .B NSD diff --git a/usr.sbin/nsd/nsd.conf.5.in b/usr.sbin/nsd/nsd.conf.5.in index 357b8df0ab9..ad0950dce38 100644 --- a/usr.sbin/nsd/nsd.conf.5.in +++ b/usr.sbin/nsd/nsd.conf.5.in @@ -40,9 +40,6 @@ zonelistfile: @zonelistfile@ logfile: @logfile@ .RE .RS 5 -pidfile: @pidfile@ -.RE -.RS 5 xfrdfile: @xfrdfile@ .RE .TP @@ -321,8 +318,7 @@ Preferred EDNS buffer size for IPv4. Default 1232. Preferred EDNS buffer size for IPv6. Default 1232. .TP .B pidfile:\fR -Use the pid file instead of the platform specific default, usually -.IR @pidfile@. +Use the pid file instead of the platform specific default. Same as command-line option .BR \-P . With "" there is no pidfile, for some startup management setups, -- 2.20.1