Compression of manpages should be dealt with in the FreeBSD port Makefile,
not by patching the dist Makefile. (more obvious to those looking at the
port).
Compression of manpages should be dealt with in the FreeBSD port Makefile,
not by patching the dist Makefile. (more obvious to those looking at the
port).
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Removed my patch for the extra characters in the passwd prompt caused by
the long-standing (but now fixed in development sources) ncurses problem
now that the author has an equivalent fix.
it anycase, but not tell that S/key password required
It looks like non-s/key system from outside
Additionly tell that s/key required if it is so for normal case
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
bottom of the screen can sometimes have stray characters left behind from
the previous command. This seems to be because ncurses is ignoreing
a ``wprintw(window, "%s", " ")'' when it's in the last column of a window.
I dont know who is right, ncurses or ncftp.
This workaround also makes the code a little cleaner as a side effect. :-)
- Link ftpd static - big win since it forks so often.
- Turn off push flag to keep sender TCP from sending short packets
at the boundaries of each write(). Should probably do a SO_SNDBUF
to set the send buffer size as well, but that may not be desirable
in heavy-load situations.
- Double the send buffer size.
- Add an option to config.h, LOG_TOOMANY, defined by default, that controls
whether we bother to complain when a connection hits a user limit. Turning
this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy
system saving CPU and logspace.
- Make SKEY portions truely optional by one knob in the src Makefile
Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive
Originally this was written for version 2.0.4 but has not been updated
by the author since... this was too useful to die..
Obtained from: Tim MacKenzie <t.mackenzie@trl.oz.au>
I've made some changes to the wu-ftpd port. Here's an overview of the
enclosed patches:
patch-ab: replacement for patches/patch-ab to add install of basic
configuration files: ftpaccess, ftpconversions, and ftpusers
patch-ah: new patch to add some FreeBSD system users: toor, ingres, and
xten to the ftpusers file
PLIST.diff: add the config files to the package
DESCR.diff: add a comment on location and purose of installed config