Diff for /elwix/config/etc/default/tftpd.conf between versions 1.1 and 1.1.2.1

version 1.1, 2014/02/21 09:54:52 version 1.1.2.1, 2014/02/21 09:54:52
Line 0 Line 1
   #
   # TFTPd Config
   #
   # $Id$
   
   [tftpd]
   # Drop priv to user
   user = root
   # Chroot to dir
   chroot = /
   
   dir = /tftpboot
   # if file exists we can override it!
   override = yes
   
   bind = 0.0.0.0
   port = 69
   
   # timeout transfer in seconds
   timeout = 5
   
   [exec_on]
   # execute scripts on events
   #       parameters:: <action> <opcode> <filename> <mode> <client_address> <client_port>
   request = /etc/tftpd/request.sh
   complete = /etc/tftpd/complete.sh
   error = /etc/tftpd/error.sh

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


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