changeset 101:5f9ad9facf0e

2003-2-6 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path option
author masneyb
date Fri, 07 Feb 2003 01:00:10 +0000
parents 5c67e6591984
children 3b573c8ef706
files ChangeLog lib/config_file.c lib/gftp.h lib/options.h
diffstat 4 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 06 21:27:19 2003 +0000
+++ b/ChangeLog	Fri Feb 07 01:00:10 2003 +0000
@@ -1,5 +1,8 @@
+2003-2-6 Brian Masney <masneyb@gftp.org>
+	* lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path
+	option
+
 2003-02-03  Daniel Yacob  <locales@geez.org>
-
 	* configure.ac: Added "am" (Amharic) to ALL_LINGUAS.
 
 2003-1-21 Brian Masney <masneyb@gftp.org>
@@ -471,7 +474,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.55 2003/02/03 17:06:19 yacob Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.56 2003/02/07 01:00:09 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/config_file.c	Thu Feb 06 21:27:19 2003 +0000
+++ b/lib/config_file.c	Fri Feb 07 01:00:10 2003 +0000
@@ -127,8 +127,6 @@
 	N_("The path to the SSH executable"), NULL, GFTP_PORT_ALL},
   {"ssh_extra_params", N_("SSH Extra Params:"), &ssh_extra_params, 
         CONFIG_CHARTEXT, N_("Extra parameters to pass to the SSH program"), NULL, GFTP_PORT_ALL},
-  {"ssh1_sftp_path", N_("SSH sftpserv path:"), &ssh1_sftp_path,
-	CONFIG_CHARTEXT, N_("Default remote SSH sftpserv path"), NULL, GFTP_PORT_ALL},
   {"ssh2_sftp_path", N_("SSH2 sftp-server path:"), &ssh2_sftp_path,
 	CONFIG_CHARTEXT, N_("Default remote SSH2 sftp-server path"), NULL, GFTP_PORT_ALL},
   {"", "", (void *) 0x1, CONFIG_TABLE, "", NULL, GFTP_PORT_GTK},
--- a/lib/gftp.h	Thu Feb 06 21:27:19 2003 +0000
+++ b/lib/gftp.h	Fri Feb 07 01:00:10 2003 +0000
@@ -481,8 +481,7 @@
             *firewall_account, *proxy_config, *http_proxy_host, 
             *http_proxy_username, *http_proxy_password, 
             *startup_directory, *ssh_prog_name, *ssh_extra_params, 
-            **ssh_extra_params_list, *default_protocol, *ssh1_sftp_path, 
-            *ssh2_sftp_path;
+            **ssh_extra_params_list, *default_protocol, *ssh2_sftp_path;
 extern int num_ssh_extra_params;
 extern FILE * logfd;
 extern double maxkbs;
--- a/lib/options.h	Thu Feb 06 21:27:19 2003 +0000
+++ b/lib/options.h	Fri Feb 07 01:00:10 2003 +0000
@@ -63,7 +63,6 @@
      *ssh_prog_name = NULL,
      *ssh_extra_params = NULL,
      **ssh_extra_params_list = NULL,
-     *ssh1_sftp_path = NULL,
      *ssh2_sftp_path = NULL;
 int num_ssh_extra_params;