commit 5b200db03274f4d3b10a2c1cc33370544ee04663 parent 275c92a71f633926560244335b5e9828f17f3e8e Author: Gerrit Pape <pape@smarden.org> Date: Thu, 1 May 2003 08:45:13 +0000 oidentd changes from Jesse Cablek. Diffstat:
M | doc/runscripts.html | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/runscripts.html b/doc/runscripts.html @@ -241,12 +241,15 @@ records. Debian's <tt>mingetty</tt> does create his own utmp record. </pre> <hr> <h3><a name="identd">An <tt>oidentd</tt> run script</a></h3> -(<i>Linux</i>, oidentd version 2.0.4, needs patch to add the -n flag) +(<i>Linux</i>, oidentd version 2.0.6) <pre> #!/bin/sh exec 2>&1 - exec oidentd -n -udaemon -gdaemon + exec oidentd -i -S -t 10 -u daemon -g daemon </pre> +This service needs a +<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> +to be set up. <hr> <h3><a name="inn">An <tt>innd</tt> run script</a></h3> (<i>Linux</i>)