summaryrefslogtreecommitdiff
path: root/net/iplog/files/iplog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/iplog/files/iplog.sh')
-rw-r--r--net/iplog/files/iplog.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/iplog/files/iplog.sh b/net/iplog/files/iplog.sh
new file mode 100644
index 00000000000..4ef00efe73d
--- /dev/null
+++ b/net/iplog/files/iplog.sh
@@ -0,0 +1,16 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: iplog.sh,v 1.1 2003/07/30 15:41:54 jmmv Exp $
+#
+# PROVIDE: iplog
+# REQUIRE: SERVERS
+
+. /etc/rc.subr
+
+name="iplog"
+rcvar=${name}
+command="@PREFIX@/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+load_rc_config ${name}
+run_rc_command "$1"