summaryrefslogtreecommitdiff
path: root/etc/rc.d/tftpd
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2012-03-05 10:43:43 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2012-03-05 10:43:43 +0000
commitffdf22a23a673b7930d5be92e54bd70c560fcc0b (patch)
treef06349eb69deaf7e421bbda082a114aa651b331e /etc/rc.d/tftpd
parent74da1138a311306834d1f75d9e0783cc55e8d5b2 (diff)
add rc.d bits for the new standalone tftpd daemon.
mostly from Kent R. Spillner ok sthen@ robert@
Diffstat (limited to 'etc/rc.d/tftpd')
-rw-r--r--etc/rc.d/tftpd11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/tftpd b/etc/rc.d/tftpd
new file mode 100644
index 00000000000..c084c0ca29e
--- /dev/null
+++ b/etc/rc.d/tftpd
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD: tftpd,v 1.1 2012/03/05 10:43:42 dlg Exp $
+
+daemon="/usr/sbin/tftpd"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1