File: bnetd.1

package info (click to toggle)
bnetd 0.4.19-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,552 kB
  • ctags: 2,109
  • sloc: ansic: 23,811; sh: 1,704; makefile: 295
file content (94 lines) | stat: -rw-r--r-- 2,753 bytes parent folder | download
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
.\"
.\" Copyright (C) 1998  Mark Baysinger (mbaysing@ucsd.edu)
.\" Copyright (C) 1998,1999  Ross Combs (rcombs@nmsu.edu)
.\" Copyright (C) 1999  Rob Crittenden (rcrit@greyoak.com)
.\" 
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License
.\" as published by the Free Software Foundation; either version 2
.\" of the License, or (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
.\"
.TH bnetd 1  "09 April 1999"
.SH NAME
bnetd \- Unix Battle.Net daemon
.SH SYNOPSIS
.na
.B bnetd
[
.B \-fh
] [
.B \-c
.I config file
] [
.B \-d
.I dump file
]
.br
.ad
.SH DESCRIPTION
.LP
\fIbnetd\fP is a program that will eventually completely emulate a Blizzard 
Battle.Net server.
.LP
It is currently known to work under Linux, FreeBSD and Solaris but should
run fine under any version of Unix.  There are no plans to date to port to
Windows (tm).  
.SH OPTIONS
.TP
.B \-c --config
Use this configuration file instead of conf/bnetd.conf
.TP
.B \-d --hexdump
Put a hex dump of packets sent and received into the specified file.
.TP
.B \-f --foreground
The server normally acts as a daemon and goes into the background.  This forces
the server to run in the foreground.
.TP
.B \-h --help
Print server usage information
.SH FILES
.TP
.I bnetd.conf
The main configuration file. Among other things, it specifies the locations for
the other files used by the daemon.
.TP
.I bnmotd.txt
The Message Of The Day file. This is the login banner displayed when the user
enters the first chat channel.
.TP
.I bnetd_default_user
This is a template file for new accounts. The format is the same as for a
user account, but the username, userid, and passhash1 fields are ignored.
This file should contain the desired default account settings.
.TP
.I tos.txt
This is the Terms Of Service file that is displayed before a user can create
a new account.
.TP
.I ad0512b.pcx
This is the ad Banner. Currently, it says "Welcome to... BNETD".
.SH NOTES
.TP
The current version is available at:
.LP
.RS
\fIhttp://www.bnetd.org/\fP
.RE
.SH "SEE ALSO"
.TP
.BR bnchat (1),\  bnpass (1),\ bnftp (1),\  bnetd.conf (4),\  bnmotd.txt (4)
.SH AUTHORS
.TP
Ross Combs (\fIross@bnetd.org\fP),
Rob Crittenden (\fIrob@bnetd.org\fP), and
Mark Baysinger (\fImark@bnetd.org\fP).