aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-24 17:53:36 +0000
committerng0 <ng0@n0.is>2019-11-24 17:53:36 +0000
commita6e31c91476191a038e240c030a799247fde39fb (patch)
tree7aa8a5e321fb5fd09a36a7b5a38d289665f8c2ca /doc/handbook/chapters/installation.texi
parent138990b90684e2739f0441eb08717c7057ee8e8e (diff)
downloadgnunet-a6e31c91476191a038e240c030a799247fde39fb.tar.gz
gnunet-a6e31c91476191a038e240c030a799247fde39fb.zip
handbook: comment removed win32 functionality.
comment, because (a) this includes material describing implementations from the old drupal books and (b) because it might or might not serve as a reference for future work.
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi68
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 94e572c57..c007b2de5 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -1612,7 +1612,7 @@ and @code{[transport-https_client]} section of the configuration:
1612@menu 1612@menu
1613* Configuring system-wide DNS interception:: 1613* Configuring system-wide DNS interception::
1614* Configuring the GNS nsswitch plugin:: 1614* Configuring the GNS nsswitch plugin::
1615* Configuring GNS on W32:: 1615@c * Configuring GNS on W32::
1616* GNS Proxy Setup:: 1616* GNS Proxy Setup::
1617* Setup of the GNS CA:: 1617* Setup of the GNS CA::
1618* Testing the GNS setup:: 1618* Testing the GNS setup::
@@ -1731,48 +1731,48 @@ hosts: files gns [NOTFOUND=return] dns mdns4_minimal mdns4
1731The @code{NOTFOUND=return} will ensure that if a @code{.gnu} name is not 1731The @code{NOTFOUND=return} will ensure that if a @code{.gnu} name is not
1732found in GNS it will not be queried in DNS. 1732found in GNS it will not be queried in DNS.
1733 1733
1734@node Configuring GNS on W32 1734@c @node Configuring GNS on W32
1735@subsubsection Configuring GNS on W32 1735@c @subsubsection Configuring GNS on W32
1736 1736
1737This document is a guide to configuring GNU Name System on W32-compatible 1737@c This document is a guide to configuring GNU Name System on W32-compatible
1738platforms. 1738@c platforms.
1739 1739
1740After GNUnet is installed, run the w32nsp-install tool: 1740@c After GNUnet is installed, run the w32nsp-install tool:
1741 1741
1742@example 1742@c @example
1743w32nsp-install.exe libw32nsp-0.dll 1743@c w32nsp-install.exe libw32nsp-0.dll
1744@end example 1744@c @end example
1745 1745
1746@noindent 1746@c @noindent
1747('0' is the library version of W32 NSP; it might increase in the future, 1747@c ('0' is the library version of W32 NSP; it might increase in the future,
1748change the invocation accordingly). 1748@c change the invocation accordingly).
1749 1749
1750This will install GNS namespace provider into the system and allow other 1750@c This will install GNS namespace provider into the system and allow other
1751applications to resolve names that end in '@strong{gnu}' 1751@c applications to resolve names that end in '@strong{gnu}'
1752and '@strong{zkey}'. Note that namespace provider requires 1752@c and '@strong{zkey}'. Note that namespace provider requires
1753gnunet-gns-helper-service-w32 to be running, as well as gns service 1753@c gnunet-gns-helper-service-w32 to be running, as well as gns service
1754itself (and its usual dependencies). 1754@c itself (and its usual dependencies).
1755 1755
1756Namespace provider is hardcoded to connect to @strong{127.0.0.1:5353}, 1756@c Namespace provider is hardcoded to connect to @strong{127.0.0.1:5353},
1757and this is where gnunet-gns-helper-service-w32 should be listening to 1757@c and this is where gnunet-gns-helper-service-w32 should be listening to
1758(and is configured to listen to by default). 1758@c (and is configured to listen to by default).
1759 1759
1760To uninstall the provider, run: 1760@c To uninstall the provider, run:
1761 1761
1762@example 1762@c @example
1763w32nsp-uninstall.exe 1763@c w32nsp-uninstall.exe
1764@end example 1764@c @end example
1765 1765
1766@noindent 1766@c @noindent
1767(uses provider GUID to uninstall it, does not need a dll name). 1767@c (uses provider GUID to uninstall it, does not need a dll name).
1768 1768
1769Note that while MSDN claims that other applications will only be able to 1769@c Note that while MSDN claims that other applications will only be able to
1770use the new namespace provider after re-starting, in reality they might 1770@c use the new namespace provider after re-starting, in reality they might
1771stat to use it without that. Conversely, they might stop using the 1771@c stat to use it without that. Conversely, they might stop using the
1772provider after it's been uninstalled, even if they were not re-started. 1772@c provider after it's been uninstalled, even if they were not re-started.
1773W32 will not permit namespace provider library to be deleted or 1773@c W32 will not permit namespace provider library to be deleted or
1774overwritten while the provider is installed, and while there is at least 1774@c overwritten while the provider is installed, and while there is at least
1775one process still using it (even after it was uninstalled). 1775@c one process still using it (even after it was uninstalled).
1776 1776
1777@node GNS Proxy Setup 1777@node GNS Proxy Setup
1778@subsubsection GNS Proxy Setup 1778@subsubsection GNS Proxy Setup