aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/chapters/installation.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index eaef0fad5..b7c59ac7d 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -391,7 +391,7 @@ If you also would like to use @command{gnunet-gtk} and
391* Configuring the GNUnet VPN:: 391* Configuring the GNUnet VPN::
392* Bandwidth Configuration:: 392* Bandwidth Configuration::
393* Configuring NAT:: 393* Configuring NAT::
394* Peer configuration for distributions:: 394* Peer configuration for distributors (e.g. Operating Systems)::
395@end menu 395@end menu
396 396
397@node Configuring your peer 397@node Configuring your peer
@@ -1965,22 +1965,22 @@ connect to NATed peers using autonomous NAT traversal, you need to check
1965the "Enable connecting to NATed peers using ICMP method" box. 1965the "Enable connecting to NATed peers using ICMP method" box.
1966 1966
1967 1967
1968@node Peer configuration for distributions 1968@node Peer configuration for distributors (e.g. Operating Systems)
1969@subsection Peer configuration for distributions 1969@subsection Peer configuration for distributors (e.g. Operating Systems)
1970 1970
1971The "GNUNET_DATA_HOME" in "[path]" in @file{/etc/gnunet.conf} should be 1971The "GNUNET_DATA_HOME" in "[path]" in @file{/etc/gnunet.conf} should be
1972manually set to "/var/lib/gnunet/data/" as the default 1972manually set to "/var/lib/gnunet/data/" as the default
1973"~/.local/share/gnunet/" is probably not that appropriate in this case. 1973"~/.local/share/gnunet/" is probably not that appropriate in this case.
1974Similarly, distributions may consider pointing "GNUNET_RUNTIME_DIR" to 1974Similarly, distributors may consider pointing "GNUNET_RUNTIME_DIR" to
1975"/var/run/gnunet/" and "GNUNET_HOME" to "/var/lib/gnunet/". Also, should a 1975"/var/run/gnunet/" and "GNUNET_HOME" to "/var/lib/gnunet/". Also, should a
1976distribution decide to override system defaults, all of these changes 1976distributor decide to override system defaults, all of these changes
1977should be done in a custom @file{/etc/gnunet.conf} and not in the files 1977should be done in a custom @file{/etc/gnunet.conf} and not in the files
1978in the @file{config.d/} directory. 1978in the @file{config.d/} directory.
1979 1979
1980Given the proposed access permissions, the "gnunet-setup" tool must be 1980Given the proposed access permissions, the "gnunet-setup" tool must be
1981run as use "gnunet" (and with option "-c /etc/gnunet.conf" so that it 1981run as use "gnunet" (and with option "-c /etc/gnunet.conf" so that it
1982modifies the system configuration). As always, gnunet-setup should be run 1982modifies the system configuration). As always, gnunet-setup should be run
1983after the GNUnet peer was stopped using "gnunet-arm -e". Distributions 1983after the GNUnet peer was stopped using "gnunet-arm -e". Distributors
1984might want to include a wrapper for gnunet-setup that allows the 1984might want to include a wrapper for gnunet-setup that allows the
1985desktop-user to "sudo" (i.e. using gtksudo) to the "gnunet" user account 1985desktop-user to "sudo" (i.e. using gtksudo) to the "gnunet" user account
1986and then runs "gnunet-arm -e", "gnunet-setup" and "gnunet-arm -s" in 1986and then runs "gnunet-arm -e", "gnunet-setup" and "gnunet-arm -s" in