From 0fd965f4416ae9953b9e967d014ff94f2f656b24 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 12 Jan 2009 01:08:51 -0600 Subject: [PATCH] source the screen default /etc/screenrc --- profiles/common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/common b/profiles/common index 1536c78e..d74fa7a0 100644 --- a/profiles/common +++ b/profiles/common @@ -19,10 +19,16 @@ # 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 customiazations startup_message off vbell off msgwait 1 +# Define status commands backtick 100 3600 3600 /usr/share/screen-profiles/bin/release backtick 101 3600 3600 /usr/share/screen-profiles/bin/updates-available backtick 102 10 10 /usr/share/screen-profiles/bin/reboot-required