ports/57028: misc/screen: Default system startup file causes error message

KIMURA Yasuhiro yasu at utahime.org
Sat Sep 20 00:00:35 UTC 2003


>Number:         57028
>Category:       ports
>Synopsis:       misc/screen: Default system startup file causes error message
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 17:00:32 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list