# $Schmonz: TODO,v 1.4 2002/07/21 02:04:53 schmonz Exp $

- possibly don't need to chown away the mounted .dmg (billc)
- Startup Item to mount the .dmg maybe (billc)
- or perhaps Login Item
- "rehash" after mounting the .dmg if tcsh (billc)
- note that you need to remount the .dmg by hand after rebooting (billc)
- note that you must not enquote your mk.conf settings! (billc)
- UFS corruption on "make clean" in x11/xfree86 (dbj knows UFS)
- investigate disktool -n bug (seb)
- .dmg mounts 'nosuid'. Nothing suid will work!
- /usr/bin/ftp is lukemftp on Darwin>=6.0 (billc)
- be assimilated into the portable pkgsrc bootstrap kit (agc, seb)

Randy Beaudreault:
I got an error on installing bmake:
install -m444 ./bmake.0 /usr/pkg/man/cat1/bmake.1
./bmake.0 does not exist
I changed the relevant line in makefile.boot to
${INSTALL} -m444 ${srcdir}/bmake.cat1 ${prefix}/man/cat1/bmake.1
