summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /doc/man
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-auto-share.12
-rw-r--r--doc/man/gnunet-namestore-fcfsd.12
-rw-r--r--doc/man/gnunet.conf.58
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/gnunet-auto-share.1 b/doc/man/gnunet-auto-share.1
index f655f6ccd..fc2668d44 100644
--- a/doc/man/gnunet-auto-share.1
+++ b/doc/man/gnunet-auto-share.1
@@ -111,7 +111,7 @@ Share a directory "$HOME/gnunet\-share/":
[gnunet-auto-share]
OPTIONS = $HOME/gnunet\-share
- FORCESTART = YES # start this service when the peer starts
+ IMMEDIATE_START = YES # start this service when the peer starts
.SH FILES
.TP
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index 7fc4093c2..88ab72071 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -20,7 +20,7 @@ configuration file in section "[fcfsd]" under the name "HTTPPORT".
It is possible to manage gnunet\-gns\-fcfsd using
gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i
-fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your
+fcfsd" or by setting "IMMEDIATE_START=YES" in the "fcfds" section of your
configuration and the "-z ZONE" in as the "OPTION".
An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
diff --git a/doc/man/gnunet.conf.5 b/doc/man/gnunet.conf.5
index b0f1c152c..3dd8c7b62 100644
--- a/doc/man/gnunet.conf.5
+++ b/doc/man/gnunet.conf.5
@@ -55,7 +55,7 @@ The following options are generic and shared by all services:
This is usually "localhost".
.IP BINARY
The filename that implements the service. For example "gnunet-service-ats".
-.IP FORCESTART
+.IP IMMEDIATE_START
Start the service always when the peer starts. Set to YES for services
that should always be launched, even if no other service explicitly needs
them.
@@ -66,13 +66,13 @@ The following options are generic and shared by all services:
Set to YES to never have ARM bind to the respective socket. This option is
mostly for debugging in situations where ARM cannot pass the pre-bound
socket to the child due to interference from PREFIX-commands.
- This option is only effective in combination with FORCESTART being YES.
+ This option is only effective in combination with IMMEDIATE_START being YES.
NO by default.
.IP PREFIX
PREFIX the given command (with its arguments) to the actual BINARY to be
executed. Useful to run certain services under special supervisors (like
- strace or valgrind). Typically used in combination with FORCESTART and
- NOARMBIND. Empty by default.
+ strace or valgrind). Typically used in combination with IMMEDIATE_START
+ and NOARMBIND. Empty by default.
.IP ACCEPT_FROM
A semi-column separated list of IPv4 addresses that are allowed to use
the service; usually 127.0.0.1.