diff -urk.orig cvs-1.11.10.orig/configure.in cvs-1.11.10/configure.in --- cvs-1.11.10.orig/configure.in 2003-12-04 03:26:40 +0300 +++ cvs-1.11.10/configure.in 2003-12-15 03:09:42 +0300 @@ -441,7 +441,7 @@ # Set the default when --with-editor wasn't supplied or when it was supplied # without an argument. if test yes = $with_editor; then - with_editor="vim vi emacs nano pico edit" + with_editor="vitmp" fi if echo $with_editor |grep ^/ >/dev/null; then diff -urk.orig cvs-1.11.10.orig/contrib/rcs-to-cvs.sh cvs-1.11.10/contrib/rcs-to-cvs.sh --- cvs-1.11.10.orig/contrib/rcs-to-cvs.sh 1997-02-21 06:44:46 +0300 +++ cvs-1.11.10/contrib/rcs-to-cvs.sh 2003-12-14 00:57:26 +0300 @@ -78,7 +78,7 @@ if [ $got_one -eq 0 ]; then echo "Please Edit this file to contain the RCS log information" >$message_file echo "to be associated with this directory (please remove these lines)">>$message_file - ${EDITOR-vi} $message_file + ${EDITOR-vitmp} $message_file got_one=1 fi diff -urk.orig cvs-1.11.10.orig/FAQ cvs-1.11.10/FAQ --- cvs-1.11.10.orig/FAQ 2003-10-14 19:43:59 +0400 +++ cvs-1.11.10/FAQ 2003-12-14 00:56:56 +0300 @@ -7144,7 +7144,7 @@ EDITOR Used if CVSEDITOR doesn't exist. If EDITOR doesn't exist, CVS uses a configured constant, - usually, "vi". + usually, "vitmp". CVSREAD Sets files to read-only on "checkout". diff -urk.orig cvs-1.11.10.orig/man/cvsbug.8 cvs-1.11.10/man/cvsbug.8 --- cvs-1.11.10.orig/man/cvsbug.8 2001-11-27 19:24:58 +0300 +++ cvs-1.11.10/man/cvsbug.8 2003-12-14 00:56:08 +0300 @@ -163,7 +163,7 @@ specifies the editor to invoke on the template. .br default: -.B vi +.B vitmp .sp If the environment variable .B PR_FORM diff -urk.orig cvs-1.11.10.orig/src/cvsbug.in cvs-1.11.10/src/cvsbug.in --- cvs-1.11.10.orig/src/cvsbug.in 2003-02-26 00:37:13 +0300 +++ cvs-1.11.10/src/cvsbug.in 2003-12-14 00:57:19 +0300 @@ -136,7 +136,7 @@ # If they don't have a preferred editor set, then use if [ -z "$VISUAL" ]; then if [ -z "$EDITOR" ]; then - EDIT=vi + EDIT=vitmp else EDIT="$EDITOR" fi