summaryrefslogtreecommitdiff
path: root/etc/rc.d/ospfd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-08 22:20:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-08 22:20:08 +0000
commitb337f8d026d52050a9f3038f1d47727537071b20 (patch)
tree0c9932b23b288967b2cc50caf40d082182351db1 /etc/rc.d/ospfd
parent03c27aeea7654d76f6f73346bcbf1205a23d964b (diff)
re-add ospfd/ospf6d support which got lost, and build scripts for them
Diffstat (limited to 'etc/rc.d/ospfd')
-rw-r--r--etc/rc.d/ospfd11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/ospfd b/etc/rc.d/ospfd
new file mode 100644
index 00000000000..2120468e4e1
--- /dev/null
+++ b/etc/rc.d/ospfd
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD: ospfd,v 1.1 2011/07/08 22:20:07 deraadt Exp $
+
+daemon="/usr/sbin/ospfd"
+
+. /etc/rc.d/rc.subr
+
+pexp="ospfd: parent.*"
+
+rc_cmd $1