Rename scp.* to pscp.*, because I always misspell it that way. Also
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 15:01:43 +0000 (15:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 15:01:43 +0000 (15:01 +0000)
it's more consistent with PSFTP like this: scp.c/pscp.c is more
similar to psftp.c (the main application framework) than it is to
sftp.c (a set of back-end library routines).

git-svn-id: svn://svn.tartarus.org/sgt/putty@4987 cda61777-01e9-0310-a592-d414129be87e

Recipe
pscp.c [moved from scp.c with 100% similarity]
windows/pscp.ico [moved from windows/scp.ico with 100% similarity]
windows/pscp.rc [new file with mode: 0644]
windows/scp.rc [deleted file]

diff --git a/Recipe b/Recipe
index 216ef96..5d13c2c 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -229,9 +229,9 @@ putty    : [G] GUITERM NONSSH WINSSH BE_ALL WINMISC win_res.res LIBS
 puttytel : [G] GUITERM NONSSH BE_NOSSH WINMISC win_res.res LIBS
 plink    : [C] winplink wincons NONSSH WINSSH BE_ALL logging WINMISC
          + plink.res LIBS
-pscp     : [C] scp winsftp wincons WINSSH BE_SSH SFTP wildcard WINMISC
-         + scp.res LIBS
-psftp    : [C] psftp winsftp wincons WINSSH BE_SSH SFTP WINMISC scp.res LIBS
+pscp     : [C] pscp winsftp wincons WINSSH BE_SSH SFTP wildcard WINMISC
+         + pscp.res LIBS
+psftp    : [C] psftp winsftp wincons WINSSH BE_SSH SFTP WINMISC pscp.res LIBS
 
 pageant  : [G] winpgnt sshrsa sshpubk sshdes sshbn sshmd5 version tree234
          + misc sshaes sshsha winpgntc sshdss sshsh512 winutils winmisc
@@ -255,7 +255,7 @@ puttygen : [U] cmdgen sshrsag sshdssg sshprime sshdes sshbn sshmd5 version
          + sshrand uxnoise sshsha misc sshrsa sshdss uxcons uxstore uxmisc
          + sshpubk sshaes sshsh512 import puttygen.res tree234 uxgen notiming
 
-pscp     : [U] scp uxsftp uxcons UXSSH BE_SSH SFTP wildcard UXMISC
+pscp     : [U] pscp uxsftp uxcons UXSSH BE_SSH SFTP wildcard UXMISC
 psftp    : [U] psftp uxsftp uxcons UXSSH BE_SSH SFTP UXMISC
 
 PuTTY    : [M] terminal wcwidth ldiscucs logging BE_ALL mac macdlg macevlog
diff --git a/scp.c b/pscp.c
similarity index 100%
rename from scp.c
rename to pscp.c
similarity index 100%
rename from windows/scp.ico
rename to windows/pscp.ico
diff --git a/windows/pscp.rc b/windows/pscp.rc
new file mode 100644 (file)
index 0000000..bc1fec1
--- /dev/null
@@ -0,0 +1,2 @@
+200 ICON "pscp.ico"
+
diff --git a/windows/scp.rc b/windows/scp.rc
deleted file mode 100644 (file)
index 627379c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-200 ICON "scp.ico"
-