Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
26602b85a3f679017b4366d3c1b2f6c5aa950aa5
/
.
/
examples
/
var_service
/
tftpd
/
run
blob: ceb2be555f6a0247285916468f8d9f8d46806468 [
file
] [
log
] [
blame
]
#!/bin/sh
#exec >/dev/null
exec
2
>&
1
exec
</
dev
/
null
user
=
root
# for bind to port 69
exec \
env
-
PATH
=
"$PATH"
\
softlimit \
setuidgid
"$user"
\
udpsvd
-
v
-
c
10
-
l localhost \
0
69
\
tftpd
/
pub
/
tftpd_root