X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=c0115f40990282cde47ab16f80ef544e021acf6c;hb=6bc5d626a8726fc23365ee705761a3c666a08ad4;hp=6337b3c7278bb07c3ddfc6d605aaafe49046c38e;hpb=5766518589a5e6cc43ba77a4049059ead05fb300;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 6337b3c7..c0115f40 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -339,7 +339,6 @@ having them installed, configure will give you an error message, and stop. * OpenSSL:: * zlib:: * lzo:: -* libevent:: * libcurses:: * libreadline:: @end menu @@ -458,27 +457,6 @@ make sure you build development and runtime libraries (which is the default). -@c ================================================================== -@node libevent -@subsection libevent - -@cindex libevent -For the main event loop, tinc uses the libevent library. - -If this library is not installed, you wil get an error when configuring -tinc for build. - -You can use your operating system's package manager to install this if -available. Make sure you install the development AND runtime versions -of this package. - -If you have to install libevent manually, you can get the source code -from @url{http://libevent.org/}. Instructions on how to configure, -build and install this package are included within the package. Please -make sure you build development and runtime libraries (which is the -default). - - @c ================================================================== @node libcurses @subsection libcurses @@ -506,7 +484,7 @@ of this package. @node libreadline @subsection libreadline -@cindex libevent +@cindex libreadline For the "tincctl" command's shell functionality, tinc uses the readline library. If this library is not installed, you wil get an error when running the @@ -1165,10 +1143,6 @@ This is the full path name of the RSA private key file that was generated by @samp{tincctl generate-keys}. It must be a full path, not a relative directory. -Note that there must be exactly one of PrivateKey -or PrivateKeyFile -specified in the configuration file. - @cindex ProcessPriority @item ProcessPriority = When this option is used the priority of the tincd process will be adjusted.