From 5cfb8e95bbd52366a7fccb8357a1b50c2c87a7d7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 27 Feb 2009 10:48:03 -0600 Subject: [PATCH] * screen-launcher: drop santizer code; no longer necessary; handled by the screen wrapper, and screen patched to ignore missing sourced files. --- debian/changelog | 4 +++- screen-launcher | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0af364a0..fd2b70d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ screen-profiles (1.29) UNRELEASED; urgency=low * screen: added a hack to move ~/.screenrc-* into ~/.screen-profiles/*; this hack should be removed after Jaunty GA (only affects upgrading Alpha users) + * screen-launcher: drop santizer code; no longer necessary; handled by the + screen wrapper, and screen patched to ignore missing sourced files. - -- Dustin Kirkland Fri, 27 Feb 2009 09:54:38 -0600 + -- Dustin Kirkland Fri, 27 Feb 2009 10:40:14 -0600 screen-profiles (1.28-0ubuntu1) jaunty; urgency=low diff --git a/screen-launcher b/screen-launcher index fe125ee3..eaff3e2d 100755 --- a/screen-launcher +++ b/screen-launcher @@ -18,13 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Sanitize the local user's setup -for i in ".screenrc-keybindings" ".screenrc-windows"; do - if [ ! -e "$HOME/$i" ]; then - touch "$HOME/$i" - fi -done - # Launch screen if [ "$TERM" != "screen" ]; then screen -xRR