pkgsrc/net/bftpd/patches/patch-ab
jmmv 603c46c151 Initial import of bftpd, version 1.0.24:
bftpd is a FTP server that tries to be very configurable while being fast and
small.  Its features include:
* Easy configuration.
* Speed.
* Support for most RFC FTP commands.
* tar.gz on-the-fly compression/archiving.
* Security with chroot without special setup.
* No need for extra files (sh, ls..) in a chroot environment.
* Logging to wtmp and to logfile or syslog.
* PAM and passwd/shadow support.
* Support for SITE CHOWN/CHMOD.

Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
2003-06-02 13:13:15 +00:00

9 lines
257 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/06/02 13:13:15 jmmv Exp $
--- mypaths.h.orig 2003-05-09 23:47:48.000000000 +0200
+++ mypaths.h
@@ -1,2 +1,4 @@
+#ifndef PATH_BFTPD_CONF
#define PATH_BFTPD_CONF "/etc/bftpd.conf"
+#endif
#define PATH_STATUSLOG "/dev/null"