From cdbc6052c76e0a46704f1983f813f9bbb2978952 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 26 Oct 2006 14:05:39 +0200 Subject: [PATCH] * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh, otherwise running 'script' might hang. Thanks, wuehlmaus! --- debian/changelog | 7 +++++++ etc/grml/screenrc | 4 ++-- etc/grml/screenrc_acpi | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6f6a91..fd50aa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.1-27) unstable; urgency=low + + * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh, + otherwise running 'script' might hang. Thanks, wuehlmaus! + + -- Michael Prokop Thu, 26 Oct 2006 11:20:35 +0200 + grml-etc-core (0.1-26) unstable; urgency=low The "Frank Terbeck is my zsh hero" release. diff --git a/etc/grml/screenrc b/etc/grml/screenrc index 056ad8e..c81be7d 100644 --- a/etc/grml/screenrc +++ b/etc/grml/screenrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Okt 14 22:56:18 CEST 2006 [mika] +# Latest change: Don Okt 26 11:20:24 CEST 2006 [mika] ################################################################################ backtick 1 0 60 /usr/bin/cpu-screen @@ -34,7 +34,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell zsh + shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking" diff --git a/etc/grml/screenrc_acpi b/etc/grml/screenrc_acpi index 781731b..7f896dd 100644 --- a/etc/grml/screenrc_acpi +++ b/etc/grml/screenrc_acpi @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Mai 27 23:16:23 CEST 2006 [mika] +# Latest change: Don Okt 26 11:20:22 CEST 2006 [mika] ################################################################################ backtick 1 60 60 /usr/bin/cpu-screen @@ -34,7 +34,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell zsh + shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking" -- 2.1.4