atftpd: Add missing field to default configuration
authorJakub Raczynski <redacted>
Thu, 26 Oct 2023 21:02:10 +0000 (21:02 +0000)
committerJakub Raczynski <redacted>
Fri, 10 Nov 2023 19:11:31 +0000 (19:11 +0000)
Although init script did consist of default value for missing 'port' field,
add it to configuration file for consistency.

Signed-off-by: Jakub Raczynski <redacted>
net/atftp/files/atftpd.conf

index 6bd66e94c3874526eb67f3ccd9de6dd45b732a02..2160763bb8b4ec2dda5e8d56ced7cf965b632f40 100644 (file)
@@ -1,3 +1,4 @@
 
 config service 'service'
        option path '/srv/tftp'
+       option port '69'
git clone https://git.99rst.org/PROJECT