hack reports "Cannot get status of hack." and exits. Fix: The source file hack.unix.c has the expected location of the hack binary hard-coded as /usr/games/hide/hack . This should be changed to the real destination before compiling. Additionally, the hack binary should be installed setgid games. The port currently installs it with ownership root:wheel and without a setgid bit, causing hack to quit with "Cannot chdir to /var/games/hackdir." once the forementioned bug is fixed. Happy hacking (har har), Mark Laws
State Changed From-To: open->closed Committed, thanks!