atftpd: Add missing field to default configuration
Although init script did consist of default value for missing 'port' field, add it to configuration file for consistency. Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
This commit is contained in:
parent
db48e79406
commit
240ea8803f
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
config service 'service'
|
config service 'service'
|
||||||
option path '/srv/tftp'
|
option path '/srv/tftp'
|
||||||
|
option port '69'
|
||||||
|
|
Loading…
Reference in a new issue