Blame SOURCES/1731058-mpo-8.3.0.1-radvd.8.patch

c050d7
From 32cb6e3dcdcd26746653f5a4a3359c4b5a5a1789 Mon Sep 17 00:00:00 2001
c050d7
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
c050d7
Date: Mon, 15 Jun 2020 14:23:35 +0200
c050d7
Subject: [PATCH] radvd.8: add nodaemon option
c050d7
c050d7
---
c050d7
 radvd/man8/radvd.8 | 4 ++++
c050d7
 1 file changed, 4 insertions(+)
c050d7
c050d7
diff --git a/radvd/man8/radvd.8 b/radvd/man8/radvd.8
c050d7
index 6a98b12..4c71247 100644
c050d7
--- a/radvd/man8/radvd.8
c050d7
+++ b/radvd/man8/radvd.8
c050d7
@@ -23,6 +23,7 @@ radvd \- router advertisement daemon for IPv6
c050d7
 .BI "[ \-p " pidfile " ]"
c050d7
 .BI "[ \-m " logmethod " ]"
c050d7
 .BI "[ \-l " logfile " ]"
c050d7
+.BI "[ \-n " nodaemon " ]"
c050d7
 .BI "[ \-f " facility " ]"
c050d7
 .BI "[ \-t " chrootdir " ]"
c050d7
 .BI "[ \-u " username " ]"
c050d7
@@ -57,6 +58,9 @@ Displays a short usage description and then aborts.
c050d7
 .BR "\-c" , " \-\-configtest"
c050d7
 Test configuration and do startup tests and then exit.
c050d7
 .TP
c050d7
+.BR "\-n" , " \-\-nodaemon"
c050d7
+Prevent the daemonizing.
c050d7
+.TP
c050d7
 .BR "\-d " debuglevel, " \-\-debug " debuglevel
c050d7
 With this option you turn on debugging information. The debugging level is
c050d7
 an integer in the range from 1 to 5, from  quiet to very verbose. A
c050d7
-- 
c050d7
2.26.2
c050d7