[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: services: slim: Remove unused 'bash' configuration field.
From: |
Ludovic Courtès |
Subject: |
08/10: services: slim: Remove unused 'bash' configuration field. |
Date: |
Tue, 28 Nov 2017 05:25:49 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 94b9abd9429932a7d5c9f855c7333ebb55d5c726
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 28 11:02:29 2017 +0100
services: slim: Remove unused 'bash' configuration field.
* gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove.
(slim-service): Adjust accordingly.
---
gnu/services/xorg.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index c712793..e7b9d9a 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -364,8 +364,6 @@ which should be passed to this script as the first
argument. If not, the
(default xauth))
(shepherd slim-configuration-shepherd
(default shepherd))
- (bash slim-configuration-bash
- (default bash))
(auto-login-session slim-configuration-auto-login-session)
(startx slim-configuration-startx))
@@ -449,7 +447,7 @@ reboot_cmd " shepherd "/sbin/reboot\n"
(default-user "")
(theme %default-slim-theme)
(theme-name %default-slim-theme-name)
- (xauth xauth) (shepherd shepherd) (bash bash)
+ (xauth xauth) (shepherd shepherd)
(auto-login-session (file-append windowmaker
"/bin/wmaker"))
(startx (xorg-start-command)))
@@ -484,7 +482,7 @@ theme."
(allow-empty-passwords? allow-empty-passwords?)
(auto-login? auto-login?) (default-user default-user)
(theme theme) (theme-name theme-name)
- (xauth xauth) (shepherd shepherd) (bash bash)
+ (xauth xauth) (shepherd shepherd)
(auto-login-session auto-login-session)
(startx startx))))
- branch master updated (ff6dcc1 -> 65c0f43), Ludovic Courtès, 2017/11/28
- 02/10: ui: Avoid "pkg:out" syntax when reporting collisions., Ludovic Courtès, 2017/11/28
- 04/10: gnu: Add perl-file-desktopentry., Ludovic Courtès, 2017/11/28
- 06/10: gnu: xdg-utils: Add perl-file-mimeinfo as an input., Ludovic Courtès, 2017/11/28
- 01/10: gnu: node: Update to 8.9.1., Ludovic Courtès, 2017/11/28
- 10/10: services: xorg: Remove WindowMaker as a default fallback., Ludovic Courtès, 2017/11/28
- 07/10: services: xorg: Allow users to specify a list of modules., Ludovic Courtès, 2017/11/28
- 08/10: services: slim: Remove unused 'bash' configuration field.,
Ludovic Courtès <=
- 09/10: services: xorg: Document 'slim-configuration' and deprecate 'slim-service'., Ludovic Courtès, 2017/11/28
- 03/10: gnu: Add perl-file-basedir., Ludovic Courtès, 2017/11/28
- 05/10: gnu: Add perl-file-mimeinfo., Ludovic Courtès, 2017/11/28