File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / etc / tftpd.conf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 15:38:37 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #
    2: # TFTPd Config
    3: #
    4: # $Id: tftpd.conf,v 1.1 2014/02/14 15:38:37 misho Exp $
    5: 
    6: [tftpd]
    7: # Drop priv to user
    8: user = nobody
    9: # Chroot to dir
   10: chroot = /
   11: 
   12: dir = /tftpboot
   13: # if file exists we can override it!
   14: override = yes
   15: 
   16: bind = 0.0.0.0
   17: port = 69
   18: 
   19: # timeout transfer in seconds
   20: timeout = 5
   21: 
   22: [exec_on]
   23: # execute scripts on events
   24: request = /etc/tftpd/request.sh
   25: complete = /etc/tftpd/complete.sh
   26: error = /etc/tftpd/error.sh

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>