CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/08/12 19:11:19
Modified files: usr.bin/ssh : sftp.1 sftp.c Log message: Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilv...@gmail.com for his Google Summer of Code work; ok deraadt markus