summaryrefslogtreecommitdiff
path: root/doc/in.ivyd.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/in.ivyd.8')
-rw-r--r--doc/in.ivyd.877
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/in.ivyd.8 b/doc/in.ivyd.8
new file mode 100644
index 0000000..e0dae52
--- /dev/null
+++ b/doc/in.ivyd.8
@@ -0,0 +1,77 @@
+.\"
+.\" IvyDaemon, an Ivy gateway for short-lived agents
+.\"
+.\" Copyright (C) 1999
+.\" Centre d'Études de la Navigation Aérienne
+.\"
+.\" man page for in.ivyd
+.\"
+.\" Author(s): Stephane Chatty <chatty@cena.dgac.fr>
+.\"
+.\" $Id $
+.\"
+.\" Please refer to file version.h for the
+.\" copyright notice regarding this software
+
+
+.TH IVYD 1 "11 Nov 1999"
+.ds )H CENA, France.
+.ds ]W V1.0
+.UC 4
+.SH NAME
+in.ivyd - super-daemon that works as a port server for the Ivy daemon
+
+.SH SYNOPSIS
+.B "/usr/sbin/in.ivyd [-boot]"
+
+.SH DESCRIPTION
+.B in.ivyd
+is normally not launched by users. It is the port server used by the Ivy daemon
+.B ivyd
+and its clients to know which port they should use to communicate.
+
+.B in.ivyd
+is either launched by
+.B inetd,
+or at boot time (or manually). The latter option is
+used in the Linux distributions of the Ivy daemon.
+
+.SH LAUNCHING FROM INETD
+If you want
+.B in.ivyd
+to be launched by
+.B inetd,
+you should add the appropriate lines to
+.I /etc/services
+and
+.I /etc/inetd.conf.
+
+.LP
+In
+.I /etc/services,
+you should add the following line:
+.IP
+in.ivyd 3006/udp # ivyd port server
+
+.LP
+and in
+.I /etc/inetd.conf,
+the following line:
+.IP
+in.ivyd dgram udp wait root /usr/sbin/in.ivyd in.ivyd
+
+.SH LAUNCHING MANUALLY OR AT BOOT TIME
+
+To launch
+.B in.ivyd
+manually or at boot time, you must launch it with the flag
+.I \-boot.
+
+Launch at boot time is the default option in the Linux packages, which come with
+the appropriate command file to add to the boot sequence.
+
+.SH SEE ALSO
+.PP
+ivyd(1),
+ivyecho(1),
+Ivy(1)