From yasu@home.utahime.org  Fri Sep 19 16:51:44 2003
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 92C8C16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 16:51:44 -0700 (PDT)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ABBC043FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 16:51:43 -0700 (PDT)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 7149872
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Sep 2003 08:51:42 +0900 (JST)
Received: from 127.0.0.1 (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with SMTP
	id 4694754B4; Sat, 20 Sep 2003 08:51:42 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 3510854AC; Sat, 20 Sep 2003 08:51:42 +0900 (JST)
Message-Id: <20030919235142.3510854AC@eastasia.home.utahime.org>
Date: Sat, 20 Sep 2003 08:51:42 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
Reply-To: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: misc/screen: Default system startup file causes error message
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57028
>Category:       ports
>Synopsis:       misc/screen: Default system startup file causes error message
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 17:00:32 PDT 2003
>Closed-Date:    Sun Oct 12 20:28:23 PDT 2003
>Last-Modified:  Sun Oct 12 20:28:23 PDT 2003
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.8-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 4.8-RELEASE-p7 FreeBSD 4.8-RELEASE-p7 #0: Thu Sep 18 10:45:30 JST 2003 yasu@eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_8/src/sys/EASTASIA i386


	
>Description:
	Default system startup file causes following error message.

	/usr/local/etc/screenrc: bind: character, ^x, or (octal) \032 expected.

>How-To-Repeat:
	Install misc/screen and just start it without any modification
	of system startup file.

>Fix:

	Apply following patch.

--- ports.misc.screen.patch begins here ---
diff -ruN misc/screen.orig/files/patch-etc::etcscreenrc misc/screen/files/patch-etc::etcscreenrc
--- misc/screen.orig/files/patch-etc::etcscreenrc	Thu Jan  1 09:00:00 1970
+++ misc/screen/files/patch-etc::etcscreenrc	Sat Sep 20 08:29:08 2003
@@ -0,0 +1,17 @@
+--- etc/etcscreenrc.orig	Sun Apr 29 00:25:34 2001
++++ etc/etcscreenrc	Sat Sep 20 08:25:30 2003
+@@ -82,11 +82,11 @@
+ terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
+ 
+ #remove some stupid / dangerous key bindings
+-bind '^k'
++bind ^k
+ #bind 'L'
+-bind '^\'
++bind ^\
+ #make them better
+-bind '\\' quit
++bind \\ quit
+ bind 'K' kill
+ bind 'I' login on
+ bind 'O' login off
--- ports.misc.screen.patch ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cy  
Responsible-Changed-By: krion 
Responsible-Changed-When: Sat Sep 20 01:09:04 PDT 2003 
Responsible-Changed-Why:  
Over to maintiner 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57028 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 12 20:28:18 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57028 
>Unformatted:
