From 64b881e789e06ddfd32165c0e47da46d38a7385f Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 25 Jan 1995 22:41:57 +0000 Subject: Finally get most of wu-ftpd working. Changes: - Use internal functions rather than libc versions in a couple of places This allows writing to dirs without read perms and the ftpconversions file to work. - Fix up skey support to use correct parameters - using compress in the ftpconversions file doesn't seem to work, so alter example ftpconversions file to use gzip -d rather than compress -dc - Install manpages compressed Still broken : - using /bin/compress to compress/uncompress files on the fly --- ftp/wu-ftpd+ipv6/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/wu-ftpd+ipv6/files/patch-ac') diff --git a/ftp/wu-ftpd+ipv6/files/patch-ac b/ftp/wu-ftpd+ipv6/files/patch-ac index eb7be9d73a70..8f9f98a46283 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ac +++ b/ftp/wu-ftpd+ipv6/files/patch-ac @@ -22,7 +22,7 @@ ! #define _PATH_FTPUSERS "!!PREFIX!!/etc/ftpusers" ! #define _PATH_FTPACCESS "!!PREFIX!!/etc/ftpaccess" #define _PATH_EXECPATH "/bin/ftp-exec" -! #define _PATH_PIDNAMES "/var/run/ftp.pids-%s" +! #define _PATH_PIDNAMES "!!PREFIX!!/daemon/ftpd/ftp.pids-%s" ! #define _PATH_CVT "!!PREFIX!!/etc/ftpconversions" ! #define _PATH_XFERLOG "/var/log/xferlog" ! #define _PATH_PRIVATE "!!PREFIX!!/etc/ftpgroups" -- cgit v1.2.3