https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=88771d303f9b1a030f13e0ce6eaf10a4f01a4090
commit 88771d303f9b1a030f13e0ce6eaf10a4f01a4090 Author: Mike DePaulo <[email protected]> Date: Mon Apr 27 04:46:18 2015 -0400 cygserver.xml: Add new section. How to install Cygserver. * cygserver.xml (install-cygserver): Add new section. How to install Cygserver. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/cygserver.xml | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index fdf3708..aaecb69 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-04-27 Mike DePaulo <[email protected]> + + * cygserver.xml (install-cygserver): Add new section. How to install + Cygserver. + 2015-04-16 Corinna Vinschen <[email protected]> * utils.xml (setfacl): Show new option output. diff --git a/winsup/doc/cygserver.xml b/winsup/doc/cygserver.xml index 6a4ec4e..2367a60 100644 --- a/winsup/doc/cygserver.xml +++ b/winsup/doc/cygserver.xml @@ -179,6 +179,19 @@ </sect2> +<sect2 id="install-cygserver"><title>How to install Cygserver</title> + +<para> + Cygserver is part of the base <emphasis role='bold'>cygwin</emphasis> package. + Therefore, whenever Cygwin is installed, so is Cygserver. +</para> +<para> + You may want to install Cygserver as a service. See + <xref linkend="start-cygserver"></xref>. +</para> + +</sect2> + <sect2 id="start-cygserver"><title>How to start Cygserver</title> <para>
