From 6b44cad69f9d925f8864064052b51fb5e153fda7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 26 Oct 2006 00:43:32 +0200 Subject: [PATCH] * grml-x: use /bin/zsh as intepreter --- debian/changelog | 3 ++- grml-x | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1560ba..21156fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grml-x (0.3-13) unstable; urgency=low * Update /etc/X11/xorg.conf.vmware: use vmmouse. + * grml-x: use /bin/zsh as intepreter -- Michael Prokop Thu, 26 Oct 2006 00:41:45 +0200 @@ -21,7 +22,7 @@ grml-x (0.3-11) unstable; urgency=low grml-x (0.3-10) unstable; urgency=low * Updated hsync/vsync documentation (thanks for hint, Martin - Würtele!) and improved usage information. + Wuertele!) and improved usage information. -- Michael Prokop Thu, 27 Jul 2006 21:57:23 +0200 diff --git a/grml-x b/grml-x index 8a55123..2501639 100755 --- a/grml-x +++ b/grml-x @@ -1,4 +1,4 @@ -#!/usr/bin/zsh +#!/bin/zsh # Filename: grml-x # Purpose: wrapper for startx on grml [providing new xconfiguration tool] # Authors: grml-team (grml.org), (c) Michael Prokop -- 2.1.4