It's very important to keep this README up to date.
OK?
Index: games/hunt//README
===================================================================
RCS file: /cvs/src/games/hunt/README,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 README
--- games/hunt//README 21 Jan 1999 05:33:37 -0000 1.1.1.1
+++ games/hunt//README 12 Jun 2017 17:06:20 -0000
@@ -75,10 +75,10 @@ Installation:
you *know* your system is "different."
2. Edit file "Makefile" and look at the "install:" target. By
- default, files are installed in /usr/games,
- /usr/games/lib, and /usr/man/man6, which are "standard"
- locations for games. If your system has a local games
- directory, you'll need to change these.
+ default, files are installed in /usr/games, and
+ /usr/man/man6, which are "standard" locations for games.
+ If your system has a local games directory, you'll need
+ to change these.
3. Edit file "pathname.c" and make sure the file names and port
numbers are reasonable. You can ignore the first set
of variables as they are used only for debugging
@@ -121,12 +121,12 @@ Setting up the network:
server machine. THERE SHOULD ONLY BE ONE SERVER MACHINE!
# start up the hunt daemon if present
- if [ -f /usr/games/lib/huntd ]; then
- /usr/games/lib/huntd -s & (echo -n ' huntd') >/dev/console
+ if [ -f /usr/games/huntd ]; then
+ /usr/games/huntd -s & (echo -n ' huntd') >/dev/console
fi
Also, you should start one up (on the off chance that you will
- want to test this mess :-) by typing "/usr/games/lib/hunt -s".
+ want to test this mess :-) by typing "/usr/games/hunt -s".
-----
@@ -140,7 +140,7 @@ Setting up the network:
that variable, then you should put whatever value you used here
as well. In /etc/inetd.conf, add the line
- hunt dgram udp wait nobody /usr/games/lib/huntd huntd
+ hunt dgram udp wait nobody /usr/games/huntd huntd
This works for 4.3BSD. I don't remember the configuration file
format for 4.2BSD inetd.
--
Michal Mazurek