doc: No longer mention Wicd in OS examples.
authorLudovic Courtès <ludo@gnu.org>
Sat, 20 Jan 2018 23:18:34 +0000 (00:18 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 20 Jan 2018 23:24:03 +0000 (00:24 +0100)
* gnu/system/examples/desktop.tmpl,
gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager
instead of Wicd.

gnu/system/examples/desktop.tmpl
gnu/system/examples/lightweight-desktop.tmpl

index 2131d1f..e874040 100644 (file)
@@ -48,8 +48,8 @@
 
   ;; Add GNOME and/or Xfce---we can choose at the log-in
   ;; screen with F1.  Use the "desktop" services, which
-  ;; include the X11 log-in service, networking with Wicd,
-  ;; and more.
+  ;; include the X11 log-in service, networking with
+  ;; NetworkManager, and more.
   (services (cons* (gnome-desktop-service)
                    (xfce-desktop-service)
                    %desktop-services))
index d13c04c..65a8ee1 100644 (file)
@@ -47,7 +47,7 @@
                    %base-packages))
 
   ;; Use the "desktop" services, which include the X11
-  ;; log-in service, networking with Wicd, and more.
+  ;; log-in service, networking with NetworkManager, and more.
   (services %desktop-services)
 
   ;; Allow resolution of '.local' host names with mDNS.