]> git.pld-linux.org Git - packages/rssh.git/commitdiff
- fix location of sftp
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 17 Aug 2002 13:36:38 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rssh-sftp.patch -> 1.1

rssh-sftp.patch [new file with mode: 0644]

diff --git a/rssh-sftp.patch b/rssh-sftp.patch
new file mode 100644 (file)
index 0000000..3c66989
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./rssh.c.org       Sat Aug 17 15:24:54 2002
++++ ./rssh.c   Sat Aug 17 15:35:13 2002
+@@ -35,7 +35,7 @@
+ #include <wordexp.h>
+ /* for sftp */
+-#define _PATH_SFTP_SERVER       "/usr/libexec/openssh/sftp-server"
++#define _PATH_SFTP_SERVER       "/usr/lib/openssh/sftp-server"
+ #define _ALLOW_SCP 1
+ #define _ALLOW_SFTP (1 << 1)
This page took 0.0361629999999999 seconds and 4 git commands to generate.