summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/huntd.6
blob: d1359fda91a37f1fedcacca29f4b0c298a1fd015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.\"	$NetBSD: huntd.6,v 1.5 2002/09/26 16:29:26 wiz Exp $
.\"
.\"  Hunt
.\"  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
.\"  San Francisco, California
.\"
.\"  Copyright (c) 1985 Regents of the University of California.
.\"  All rights reserved.  The Berkeley software License Agreement
.\"  specifies the terms and conditions for redistribution.
.\"
.Dd April 4, 2001
.Dt HUNTD 6
.Sh NAME
.Nm huntd
.Nd hunt daemon, back-end for hunt game
.Sh SYNOPSIS
.Nm
.Op Fl s
.Op Fl p Ar port
.Sh DESCRIPTION
.Nm
controls the multi-player
.Xr hunt 6
game.
When it starts up, it tries to notify all members of the
.Em hunt-players
mailing list (see
.Xr sendmail 8 )
by faking a
.Xr talk 1
request from user
.Dq Hunt Game .
.Pp
The
.Fl s
option is for running
.Nm
forever (server mode).
This is similar to running it under the control of
.Xr inetd 8
(see below),
but it consumes a process table entry when no one is playing.
.Pp
The
.Fl p
option changes the UDP port number used to rendezvous with the player
process and thus allows for private games of hunt.
This option turns off the notification of players on the
.Em hunt-players
mailing list.
.Sh INETD
To run
.Nm
from
.Xr inetd 8 ,
you'll need to
.\"put the
.\".Nm hunt
.\"service in
.\".Pa /etc/services :
.\".Bd -literal
.\"hunt 26740/udp		# multi-player/multi-host mazewars
.\".Ed
.\"and
uncomment the following line in
.Pa /etc/inetd.conf :
.Bd -literal -offset indent -compact
hunt dgram udp wait nobody /usr/games/huntd huntd
.Ed
Do not use any of the command line options \(em if you want
.Xr inetd 8
to start up
.Nm
on a private port, change the port listed for
.Nm hunt
in
.Pa /etc/services .
.Sh NETWORK RENDEZVOUS
When
.Xr hunt 6
starts up, it broadcasts on the local area net
(using the broadcast address for each interface) to find a
.Nm hunt
game in progress.
If a
.Nm
hears the request, it sends back the port number for the
.Nm hunt
process to connect to.
Otherwise, the
.Nm hunt
process starts up a
.Nm
on the local machine and tries to rendezvous with it.
.Sh SEE ALSO
.Xr talk 1 ,
.Xr hunt 6 ,
.Xr sendmail 8
.Sh AUTHORS
Conrad Huang, Ken Arnold, and Greg Couch;
.br
University of California, San Francisco, Computer Graphics Lab
.\"Sh BUGS