diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2017-06-19 17:50:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-22 10:59:07 +0200 |
commit | 5df1395a8d4bb83e002e1aab5d930edd2b49d27e (patch) | |
tree | c04bf1c5f01bc4d454c8820622d27143ad5077eb /doc | |
parent | 7ae97a4c3f241e6d6e9b8bc6d13ff8d4d9ded9bd (diff) | |
download | patches-5df1395a8d4bb83e002e1aab5d930edd2b49d27e.tar patches-5df1395a8d4bb83e002e1aab5d930edd2b49d27e.tar.gz |
store: Define a default port for TCP connections.
* guix/store.scm (%default-guix-port): New variable.
(connect-to-daemon)[connect]: Use it when (uri-port uri) is #f.
* doc/guix.texi (The Store): Mention the default port number.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 87147802b3..ee9f80ef4d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3770,8 +3770,8 @@ These are for Unix-domain sockets. @item guix These URIs denote connections over TCP/IP, without encryption nor -authentication of the remote host. The URI must always specify both the -host name and port number: +authentication of the remote host. The URI must specify the host name +and optionally a port number (by default port 44146 is used): @example guix://master.guix.example.org:1234 |