commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 02/04: hurd.hurd-console.init: Actually make ENABLE=false in defa


From: Samuel Thibault
Subject: [hurd] 02/04: hurd.hurd-console.init: Actually make ENABLE=false in default work.
Date: Mon, 03 Feb 2014 22:36:47 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit 8b2cae771955be4f1d5436eaabadba3aaf7c9262
Author: Samuel Thibault <address@hidden>
Date:   Mon Feb 3 22:35:41 2014 +0000

    hurd.hurd-console.init: Actually make ENABLE=false in default work.
---
 debian/changelog              | 6 ++++++
 debian/hurd.hurd-console.init | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9bb0240..9cc7be8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hurd (1:0.5.git20140113-2) UNRELEASED; urgency=low
+
+  * hurd.hurd-console.init: Actually make ENABLE=false in default work.
+
+ -- Samuel Thibault <address@hidden>  Tue, 19 Nov 2013 00:21:47 +0100
+
 hurd (1:0.5.git20140113-1) unstable; urgency=low
 
   [ Samuel Thibault ]
diff --git a/debian/hurd.hurd-console.init b/debian/hurd.hurd-console.init
index cac6fc2..095e8cb 100644
--- a/debian/hurd.hurd-console.init
+++ b/debian/hurd.hurd-console.init
@@ -25,6 +25,8 @@ SCRIPTNAME=/etc/init.d/hurd-$NAME
 # Read configuration variable file if it is present
 [ -r /etc/default/hurd-$NAME ] && . /etc/default/hurd-$NAME
 
+[ "$ENABLE" = true ] || exit 0
+
 # Augment the arguments.
 DAEMON_ARGS="${DAEMON_ARGS} ${DISPLAY} ${KBD} ${KBD_REPEAT} \
              ${SPEAKER} ${MOUSE} ${MOUSE_REPEAT}"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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