/[smeserver]/rpms/e-smith-openssh/sme8/e-smith-openssh-1.12.0-sftpserver.patch
ViewVC logotype

Contents of /rpms/e-smith-openssh/sme8/e-smith-openssh-1.12.0-sftpserver.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:49:47 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp
2 --- e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp 2006-03-14 10:15:45.000000000 -0700
3 +++ mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp 2007-03-06 16:20:14.000000000 -0700
4 @@ -6,6 +6,6 @@
5 my $SubsystemSftp = $sshd{"SubsystemSftp"} || "yes";
6
7 $OUT = ($SubsystemSftp eq "yes") ?
8 - "Subsystem sftp /usr/libexec/sftp-server" :
9 + "Subsystem sftp /usr/libexec/openssh/sftp-server" :
10 "# The sftp Subsystem is disabled in the configuration database";
11 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed