Skip to main content.

2002-Oct-05

With new build tools, if building under some directory (like /usr/src/bin/df) with "make" it will default to using tools from tools/tools.NetBSD-1.6-i386.

To get previous behaviour (and use already installed building tools), you can do: "make USETOOLS=no". (As documented in BUILDING documentation.)

Made patch for df.c so "df -i" output would fit in 80 characters.

ftp(1) shouldn't print "401 Authorization Required" when -V switch is used. send-pr a simple patch: bin/18535. (lukem closed on 20./Jul/2004: "I've applied the fix.".)

I don't have a /etc/mail/aliases.db, because I don't need it since I don't use sendmail. But my daily security report complains. So I sent a patch for the mtree special specification via send-pr: misc/18536. (lukem changed this and closed PR on 09/May/2003.)

Small patch for su.1 to better explain -c options; send-pr: bin/18538. (My text was added and pr closed on same day.)