Annotation of tftpd/etc/tftpd.conf, revision 1.1

1.1     ! misho       1: #
        !             2: # TFTPd Config
        !             3: #
        !             4: # $Id:$
        !             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>