summaryrefslogtreecommitdiff
path: root/net/nidentd
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-29 10:39:19 +0000
committerwiz <wiz>2002-10-29 10:39:19 +0000
commit9042a26cd4ba9842df333e759398e2decbd75869 (patch)
tree0566681a0e2dc2c7c28d264f908e23121a845283 /net/nidentd
parent24166a26aeb5b19d9d70a342f5b19f943784593c (diff)
downloadpkgsrc-9042a26cd4ba9842df333e759398e2decbd75869.tar.gz
Improve a bit, suggested by grant.
Diffstat (limited to 'net/nidentd')
-rw-r--r--net/nidentd/MESSAGE5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nidentd/MESSAGE b/net/nidentd/MESSAGE
index f4404724bee..829f073b4ad 100644
--- a/net/nidentd/MESSAGE
+++ b/net/nidentd/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2002/10/29 10:18:37 wiz Exp $
+$NetBSD: MESSAGE,v 1.5 2002/10/29 10:39:19 wiz Exp $
To activate nidentd, you need to add the following lines to your
/etc/inetd.conf file:
@@ -7,6 +7,7 @@ To activate nidentd, you need to add the following lines to your
ident stream tcp nowait root ${PREFIX}/libexec/nidentd nidentd -m
ident stream tcp6 nowait nobody ${PREFIX}/libexec/nidentd nidentd -6
-After that, restart/HUP inetd: kill -HUP `cat /var/run/inetd.pid`
+After that, tell inetd to reload its config file:
+ /etc/rc.d/inetd reload
===========================================================================