Files
tftp/tftp.sysconfig
Dirk Mueller e77c223f95 Accepting request 831239 from home:olh:branches:network
- Remove bogus comment about directory assumptions
  in.tftpd assumes nothing, exactly one directory must be specified
  when option -s is used
- Reorder command line options
  Optional admin options come before the final directory option

OBS-URL: https://build.opensuse.org/request/show/831239
OBS-URL: https://build.opensuse.org/package/show/network/tftp?expand=0&rev=51
2020-09-30 13:36:50 +00:00

26 lines
417 B
Plaintext

## Description: TFTP Configuration
## Type: string
## Default: "tftp"
#
# daemon user (tftp)
#
TFTP_USER="tftp"
## Type: string
## Default: ""
##
## INFO:
#
# tftp options
#
TFTP_OPTIONS=""
## Type: string
## Default: "/srv/tftpboot"
## was "/tftpboot" but
## "/tftpboot" is not allowed anymore in FHS 2.2.
#
# TFTP directory must be a world readable/writable directory.
#
TFTP_DIRECTORY="/srv/tftpboot"