logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0001-Remove-quotes-from-dbfile-in-man-pages.patch (1431B)


  1. From abaf88fc017d36c733a6ecc69f709085abdbed12 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Sat, 14 Oct 2017 01:00:22 -0700
  4. Subject: [PATCH] Remove quotes from @dbfile@ in man pages
  5. ---
  6. nsd.8.in | 4 ++--
  7. nsd.conf.5.in | 4 ++--
  8. 2 files changed, 4 insertions(+), 4 deletions(-)
  9. diff --git a/nsd.8.in b/nsd.8.in
  10. index 5e488958..babaa06a 100644
  11. --- a/nsd.8.in
  12. +++ b/nsd.8.in
  13. @@ -115,7 +115,7 @@ Do not fork, stay in the foreground.
  14. Use the specified
  15. .I database
  16. instead of the default of
  17. -.IR '@dbfile@' .
  18. +.IR @dbfile@ .
  19. If a
  20. .B zonesdir:
  21. is specified in the config file this path can be relative to that
  22. @@ -224,7 +224,7 @@ SIGUSR1
  23. Dump BIND8\-style statistics into the log. Ignored otherwise.
  24. .SH "FILES"
  25. .TP
  26. -"@dbfile@"
  27. +@dbfile@
  28. default
  29. .B NSD
  30. database
  31. diff --git a/nsd.conf.5.in b/nsd.conf.5.in
  32. index a873d9f7..91dd77f3 100644
  33. --- a/nsd.conf.5.in
  34. +++ b/nsd.conf.5.in
  35. @@ -202,7 +202,7 @@ If yes, NSD listens to IPv6 connections. Default yes.
  36. .TP
  37. .B database:\fR <filename>
  38. By default
  39. -.I '@dbfile@'
  40. +.I @dbfile@
  41. is used. The specified file is used to store the compiled
  42. zone information. Same as commandline option
  43. .BR \-f.
  44. @@ -1022,7 +1022,7 @@ also function as a resolver or cache. The configuration options that
  45. BIND9 has for the resolver or caching thus have no equivalents for NSD.
  46. .SH "FILES"
  47. .TP
  48. -"@dbfile@"
  49. +@dbfile@
  50. default
  51. .B NSD
  52. database
  53. --
  54. 2.31.1