git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
db48e79
)
atftpd: Add missing field to default configuration
author
Jakub Raczynski
<redacted>
Thu, 26 Oct 2023 21:02:10 +0000
(21:02 +0000)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/net/atftp/files/atftpd.conf
b/net/atftp/files/atftpd.conf
index 6bd66e94c3874526eb67f3ccd9de6dd45b732a02..2160763bb8b4ec2dda5e8d56ced7cf965b632f40 100644
(file)
--- a/
net/atftp/files/atftpd.conf
+++ b/
net/atftp/files/atftpd.conf
@@
-1,3
+1,4
@@
config service 'service'
option path '/srv/tftp'
+ option port '69'
git clone https://git.99rst.org/PROJECT