summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 15:22:24 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 15:22:24 +0000
commit24801ced6747059646140aa853619fdb0eb3c46b (patch)
tree4b421a108eefa779e44c958ce82ff212f2038ff2 /rules/inetutils.in
parentba0a8f624d02e7c4a1a4182ed98df584b28a1a02 (diff)
downloadptxdist-24801ced6747059646140aa853619fdb0eb3c46b.tar.gz
ptxdist-24801ced6747059646140aa853619fdb0eb3c46b.tar.xz
typo fixed: tftp is of dgram type
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6729 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 2cc935119..fd08c634c 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -132,7 +132,7 @@ choice
tftp server will be started on demand from inetd. This installs
a startup configuration for tftpd from inetd. It adds to the
/etc/inetd.conf a line like this:
- tftp stream udp wait nobody /sbin/tftpd tftpd -l @ROOT@
+ tftp dgram udp wait nobody /sbin/tftpd tftpd -l @ROOT@
Note: You must enable one of the two possible inet daemons:
There is one embedded in busybox and one in this packet.
@@ -151,7 +151,7 @@ config INETUTILS_TFTPD_STRING
depends on INETUTILS
depends on INETUTILS_TFTPD_STARTUP_TYPE_INETD
prompt "inetd service entry"
- default "tftp stream udp wait nobody /sbin/tftpd tftpd -l @ROOT@"
+ default "tftp dgram udp wait nobody /sbin/tftpd tftpd -l @ROOT@"
help
This string is added to inetd's configuration /etc/inetd.conf. @ROOT@
in this string will be replaced by tftpd exported directory