diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:03:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:25:12 +0100 |
commit | 87f40011462eea9142de9853377b2cee3c0df785 (patch) | |
tree | 17d5e63968e9131f877a74d7ddcf742d2ff313f1 /doc | |
parent | af4c3fd5e37d477bffce167909fbc0776a860204 (diff) | |
download | guix-87f40011462eea9142de9853377b2cee3c0df785.tar guix-87f40011462eea9142de9853377b2cee3c0df785.tar.gz |
services: wicd: Add Wicd to the system profile.
* gnu/services/networking.scm (wicd-service-type): Extend
PROFILE-SERVICE-TYPE.
(wicd-service): Mention it in docstring.
* doc/guix.texi (Networking Services): Update documentation
accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove WICD.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 897675291e..28c9a9c0cf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6447,9 +6447,15 @@ gateway. @end deffn @cindex wicd +@cindex network management @deffn {Scheme Procedure} wicd-service [#:wicd @var{wicd}] -Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a -network manager that aims to simplify wired and wireless networking. +Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a network +management daemon that aims to simplify wired and wireless networking. + +This service adds the @var{wicd} package to the global profile, providing +several commands to interact with the daemon and configure networking: +@command{wicd-client}, a graphical user interface, and the @command{wicd-cli} +and @command{wicd-curses} user interfaces. @end deffn @deffn {Scheme Procedure} ntp-service [#:ntp @var{ntp}] @ |