From 8f540a753dcf480c52039978f8ab3db027168d32 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 11 Feb 2009 23:24:23 -0600 Subject: [PATCH] profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc, Bug #328365 --- debian/changelog | 5 +++-- profiles/common | 4 ---- profiles/plain | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6aa6b846..446ad55f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -screen-profiles (1.23) UNRELEASED; urgency=low +screen-profiles (1.23-0ubuntu1) jaunty; urgency=low - * + * profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc, + LP: #328365 -- Dustin Kirkland Wed, 11 Feb 2009 22:34:36 -0600 diff --git a/profiles/common b/profiles/common index 81cd2c65..0dd3f8e4 100644 --- a/profiles/common +++ b/profiles/common @@ -19,10 +19,6 @@ # along with this program. If not, see . ############################################################################### -# Let's start with the Debian packaged default; -# it has some sane defaults, and fix some bugs -source /etc/screenrc - # Now, let's override with our customizations startup_message off vbell off diff --git a/profiles/plain b/profiles/plain index 6e026822..33194207 100644 --- a/profiles/plain +++ b/profiles/plain @@ -19,5 +19,4 @@ # along with this program. If not, see . ############################################################################### -source /etc/screenrc source ~/.screenrc