---
NetBSD/catsitd.in | 13 +++++++++++++
catsitd.8 | 9 +++++----
2 files changed, 18 insertions(+), 4 deletions(-)
create mode 100644 NetBSD/catsitd.in
diff --git a/NetBSD/catsitd.in b/NetBSD/catsitd.in
new file mode 100644
index 0000000..00eb74a
--- /dev/null
+++ b/NetBSD/catsitd.in
@@ -0,0 +1,13 @@
+#!/bin/sh
+# PROVIDE: catsitd
+# REQUIRE: DAEMON
+# BEFORE: LOGIN
+
+$_rc_subr_loaded . /etc/rc.subr
+
+name="catsitd"
+rcvar=$name
+command="%%PREFIX%%/sbin/catsitd"
+
+load_rc_config $name
+run_rc_command "$1"
diff --git a/catsitd.8 b/catsitd.8
index aaedbf0..6eedc97 100644
--- a/catsitd.8
+++ b/catsitd.8
@@ -24,9 +24,9 @@ The
.Nm
daemon
is a process supervisor for
-.Fx
-and
-.Ox .
+.Fx ,
+.Ox , and
+.Nx .
It is designed to supervise processes
with the following behavior:
.Bl -enum
@@ -212,7 +212,8 @@ file on
The default path of the
.Xr catsit.conf 5
file on
-.Ox .
+.Ox and
+.Nx .
.It Pa /var/run/catsitd.pipe
The default path of the named pipe
used for service control.
--
2.40.1