summaryrefslogtreecommitdiff
path: root/etc/rc.d/dhcrelay6
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/dhcrelay6')
-rw-r--r--etc/rc.d/dhcrelay611
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/dhcrelay6 b/etc/rc.d/dhcrelay6
new file mode 100644
index 00000000000..36781558716
--- /dev/null
+++ b/etc/rc.d/dhcrelay6
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD: dhcrelay6,v 1.1 2017/03/17 17:57:40 rzalamena Exp $
+
+daemon="/usr/sbin/dhcrelay6"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1