1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/ftp/ftpq/files/patch-src:ftpq.h
Johann Visagie e7e2eee085 - Downgrade to version 1.05 at the express request of the author. The 1.1x
code tree is, in the author's opinion, not even ready for a -devel port.
- Bumped PORTEPOCH because of the above.
- Make SPOOLDIR a variable which may be altered by the user at install time.

Submitted by:	Mark Tranchant <mark@tranchant.freeserve.co.uk>
2001-09-05 13:21:36 +00:00

12 lines
485 B
C

--- src/ftpq.h.orig Tue Sep 4 13:00:00 2001
+++ src/ftpq.h Wed Sep 5 15:02:03 2001
@@ -35,7 +35,7 @@
#include <pwd.h>
/* useful defined constants */
-#define SPOOLDIR "/tmp/ftpq/" /* must end in /. Check Makefile, too. */
+#define SPOOLDIR "%%SPOOLDIR%%/"/* must end in /. Check Makefile, too. */
#define HOSTRESP 2048 /* ftp server response buffer, bytes */
#define BUFSIZE 2048 /* general purpose global buffer */
#define SMTP_PORT 25