From e73402fc3a6f233b48330435f61ccd93722ac0e5 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: rename FORCESTART into IMMEDIATE_START (#4547b) --- doc/man/gnunet-auto-share.1 | 2 +- doc/man/gnunet-namestore-fcfsd.1 | 2 +- doc/man/gnunet.conf.5 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man') 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. -- cgit v1.2.3