commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20130105


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20130105-1-1-g1edacc0
Date: Sun, 27 Jan 2013 20:12:13 +0000

The following commit has been merged in the master branch:
commit 1edacc0beed087aa811f366ccc065cff19a8ab84
Author: Samuel Thibault <address@hidden>
Date:   Sun Jan 27 21:11:59 2013 +0100

    Disable the Hurd console on the installed system if installation was done 
without it.

diff --git a/debian/changelog b/debian/changelog
index 081b0c9..5cc71ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (20130105-2) UNRELEASED; urgency=low
+
+  * local/finish-install.d/51hurd_config-console: Disable the Hurd console on
+    the installed system if installation was done without it.
+
+ -- Samuel Thibault <address@hidden>  Sun, 27 Jan 2013 20:38:39 +0100
+
 hurd (20130105-1) unstable; urgency=low
 
   [ Samuel Thibault ]
diff --git a/debian/local/finish-install.d/51hurd_config-console 
b/debian/local/finish-install.d/51hurd_config-console
new file mode 100755
index 0000000..03cc769
--- /dev/null
+++ b/debian/local/finish-install.d/51hurd_config-console
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+[ -f /var/run/hurd-console.pid ] || sed -i -e 
"s/ENABLE='true'/ENABLE='false'/" /target/etc/default/hurd-console

-- 
Debian GNU Hurd packaging



reply via email to

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