From: Silvio Rhatto Date: Mon, 14 Jan 2013 12:36:56 +0000 (-0200) Subject: Bug around rxvt-unicode-256color and screen X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=965927a9a8a449cdaf3187d74b50ac6f549aa934;p=puppet-nodo.git Bug around rxvt-unicode-256color and screen --- diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index 93f689f..0ca228d 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -15,9 +15,11 @@ class utils::interface { package { 'rxvt-unicode': ensure => present, - name => $lsbdistcodename ? { - 'squeeze' => 'rxvt-unicode', - default => 'rxvt-unicode-256color', - } + # We need a workaround for this: + # http://packages.debian.org/search?keywords=screen&searchon=names&suite=all§ion=all&sourceid=mozilla-search + #name => $lsbdistcodename ? { + # 'squeeze' => 'rxvt-unicode', + # default => 'rxvt-unicode-256color', + #} } }