From e6678fbfcab1f1e52cf1dbb9975942332b564a02 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 27 Jan 2013 21:11:59 +0100 Subject: Disable the Hurd console on the installed system if installation was done without it. --- debian/changelog | 7 +++++++ debian/local/finish-install.d/51hurd_config-console | 3 +++ 2 files changed, 10 insertions(+) create mode 100755 debian/local/finish-install.d/51hurd_config-console (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 081b0c96..5cc71efa 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 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 00000000..03cc7697 --- /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 -- cgit v1.2.3