.TH CEPTD 8 "24 September 1993" .SH NAME ceptd \- Server for the xcept CEPT decoder .SH SYNOPSIS .B ceptd .nh [\fB\-f\fP filename] [\fB\-p\fP port] [\fB\-d\fP] [\fB\-s\fP filename] [\fB\-u\fP filename] .hy .SH DESCRIPTION .I ceptd is the server process for the .I xcept CEPT decoder. The server uses the TCP protocol and listens at the port specified in the command line or in the ``ceptd'' service specification; see services(5). .I ceptd can be started from the \fIinetd\fR. If not started from inetd, \fIceptd\fR will deal with connection request forking on connects. If standard input and output of ceptd are sockets, ceptd assumes being started from inetd. .PP .I Available options: .PP .TP .B -p port Listen for connections on port with number ``port''. This option is only available if ceptd is not started from inetd. .TP .B -f filename Use file with filename ``filename'' as the modem initialization file. Executed when xcept establishes a connection. .TP .B -s filename Use file with filename ``filename'' as the user access file. Access permissions are checked at every connection. .TP .B -u filename Use file with filename ``filename'' as the user log file. This file contains the user online times and will be updated after every session. .TP .B -d Write additional debug output to the \fIsyslog\fR or to the \fIstandard error\fR. If ceptd is started from inetd, error and debug output is written to the syslog, otherwise it is written to stderr. .PP The default values for the `initialization file', for the `permissions file', for the `log file' and the socket port number are displayed when ceptd prints out its usage information. .PP .SH INITIALIZATION FILE: .PP This file contains commands to initialize the server at connection setup. Available commands are: .TP .B opendevice <"devicename"> Open the modem device with baud rate ``speed'' and device name ``devicename''. This has to be the first entry in the file. .br Example: opendevice 19200 "/dev/tty01" .TP .B baud Switch baud rate to speed ``speed'' .br Example: baud 2400 # switch to 2400 baud .TP .B sleep