diff options
author | 2012-07-07 09:35:36 +0000 | |
---|---|---|
committer | 2012-07-07 09:35:36 +0000 | |
commit | 41362c4243588f15ee3bb4896750e494f69dd4ac (patch) | |
tree | 3a32d804f21fad34672f743fd2ea031aaa255674 | |
parent | Support for USB keyboards that use a variable for each separate key in the (diff) | |
download | wireguard-openbsd-41362c4243588f15ee3bb4896750e494f69dd4ac.tar.xz wireguard-openbsd-41362c4243588f15ee3bb4896750e494f69dd4ac.zip |
Restore default tftpd(8) argument to use "/tftpboot" so that is works
out of the box.
ok deraadt@ pirofti@
-rw-r--r-- | etc/rc.d/tftpd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/tftpd b/etc/rc.d/tftpd index c084c0ca29e..a7e8947ef98 100644 --- a/etc/rc.d/tftpd +++ b/etc/rc.d/tftpd @@ -1,8 +1,9 @@ #!/bin/sh # -# $OpenBSD: tftpd,v 1.1 2012/03/05 10:43:42 dlg Exp $ +# $OpenBSD: tftpd,v 1.2 2012/07/07 09:35:36 ajacoutot Exp $ daemon="/usr/sbin/tftpd" +daemon_flags="/tftpboot" . /etc/rc.d/rc.subr |