aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki-confgen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki-confgen.xml')
-rw-r--r--rpkid/rpki-confgen.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/rpki-confgen.xml b/rpkid/rpki-confgen.xml
index b92b4ae4..055ea813 100644
--- a/rpkid/rpki-confgen.xml
+++ b/rpkid/rpki-confgen.xml
@@ -25,7 +25,7 @@
</option>
<option name = "run_rpkid"
- value = "True">
+ value = "yes">
<doc>
Whether you want to run your own copy of rpkid (and irdbd). You
want this on unless somebody else is hosting rpkid service for you.
@@ -64,7 +64,7 @@
</option>
<option name = "run_pubd"
- value = "False">
+ value = "yes">
<doc>
Whether you want to run your own copy of pubd. In general, it's
best to use your parent's pubd if you can, to reduce the overall
@@ -99,7 +99,7 @@
</option>
<option name = "run_rootd"
- value = "False">
+ value = "no">
<doc>
Whether you want to run your very own copy of rootd. Don't enable
this unless you really know what you're doing.