Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37897893
en ru br
ALT Linux repos
S:1.11.23-alt9
5.0: 1.11.23-alt1
4.1: 1.11.22-alt3
4.0: 1.11.22-alt2
+updates:1.11.22-alt2
3.0: 1.11.20-alt1

Group :: Development/Other
RPM: cvs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cvs-1.11.23-alt-vitmp.patch
Download


--- cvs-1.11.23/FAQ
+++ cvs-1.11.23/FAQ
@@ -7167,7 +7167,7 @@ kingdon@cyclic.com
 
         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".
 
--- cvs-1.11.23/configure.in
+++ cvs-1.11.23/configure.in
@@ -443,7 +443,7 @@ fi
 # 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
--- cvs-1.11.23/contrib/rcs-to-cvs.sh
+++ cvs-1.11.23/contrib/rcs-to-cvs.sh
@@ -87,7 +87,7 @@ fi
 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
 
--- cvs-1.11.23/man/cvsbug.8
+++ cvs-1.11.23/man/cvsbug.8
@@ -163,7 +163,7 @@ The environment variable
 specifies the editor to invoke on the template.
 .br
 default:
-.B vi
+.B vitmp
 .sp
 If the environment variable 
 .B PR_FORM
--- cvs-1.11.23/src/cvsbug.in
+++ cvs-1.11.23/src/cvsbug.in
@@ -136,7 +136,7 @@ fi
 # 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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin