Browse Source

Restore default tftpd(8) argument to use "/tftpboot" so that is works

out of the box.
ok deraadt@ pirofti@
OPENBSD_5_2
ajacoutot 12 years ago
parent
commit
dba528de1b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc.d/tftpd

+ 2
- 1
src/etc/rc.d/tftpd View File

@ -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


Loading…
Cancel
Save