summaryrefslogtreecommitdiff
path: root/etc/rc.d/dhcrelay
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/dhcrelay')
-rw-r--r--etc/rc.d/dhcrelay11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/dhcrelay b/etc/rc.d/dhcrelay
new file mode 100644
index 00000000000..d692b695fb8
--- /dev/null
+++ b/etc/rc.d/dhcrelay
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD: dhcrelay,v 1.1 2011/07/06 18:55:36 robert Exp $
+
+daemon="/usr/sbin/dhcrelay"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1