diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-20 12:37:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-20 12:37:54 +0000 |
commit | d90998b9fa55010a81c95dd9a3c70749d83cbc2a (patch) | |
tree | 0f74f51ae0c227fb390a331637c6a80224af19cf /etc/rc.d | |
parent | e7462914be85a35ca1de99177d79e67973dd956c (diff) |
wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's
point of view.
mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the
start_daemons chunk
Diffstat (limited to 'etc/rc.d')
-rw-r--r-- | etc/rc.d/tftpproxy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/tftpproxy b/etc/rc.d/tftpproxy new file mode 100644 index 00000000000..ad661474dea --- /dev/null +++ b/etc/rc.d/tftpproxy @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $OpenBSD: tftpproxy,v 1.1 2012/08/20 12:37:53 dlg Exp $ + +daemon="/usr/sbin/tftp-proxy" + +. /etc/rc.d/rc.subr + +rc_reload=NO + +rc_cmd $1 |