guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: doc: No longer mention Wicd in OS examples.


From: Ludovic Courtès
Subject: 04/05: doc: No longer mention Wicd in OS examples.
Date: Sat, 20 Jan 2018 18:24:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 30875d07ef7c970c77ee6117043ad59c16a4e777
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 21 00:18:34 2018 +0100

    doc: No longer mention Wicd in OS examples.
    
    * gnu/system/examples/desktop.tmpl,
    gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager
    instead of Wicd.
---
 gnu/system/examples/desktop.tmpl             | 4 ++--
 gnu/system/examples/lightweight-desktop.tmpl | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 2131d1f..e874040 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -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))
diff --git a/gnu/system/examples/lightweight-desktop.tmpl 
b/gnu/system/examples/lightweight-desktop.tmpl
index d13c04c..65a8ee1 100644
--- a/gnu/system/examples/lightweight-desktop.tmpl
+++ b/gnu/system/examples/lightweight-desktop.tmpl
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]