profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,

Bug #328365
This commit is contained in:
Dustin Kirkland 2009-02-11 23:24:23 -06:00
commit 8f540a753d
3 changed files with 3 additions and 7 deletions

5
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600

View file

@ -19,10 +19,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
############################################################################### ###############################################################################
# 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 # Now, let's override with our customizations
startup_message off startup_message off
vbell off vbell off

View file

@ -19,5 +19,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
############################################################################### ###############################################################################
source /etc/screenrc
source ~/.screenrc source ~/.screenrc