diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-16 21:48:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-16 21:48:32 +0200 |
commit | 816d8d7a668b541cee99469edb90e4917ea11c3e (patch) | |
tree | 84d10ca9173bf499a23de61e577a94639fdaeec2 /examples | |
parent | fa87abe807530daeb46f6730d4231489a4e2782b (diff) | |
download | busybox-816d8d7a668b541cee99469edb90e4917ea11c3e.tar.gz |
setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/var_service/tftpd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/tftpd/run b/examples/var_service/tftpd/run index e492d8453..ceb2be555 100755 --- a/examples/var_service/tftpd/run +++ b/examples/var_service/tftpd/run @@ -7,7 +7,7 @@ exec </dev/null user=root # for bind to port 69 exec \ -env - \ +env - PATH="$PATH" \ softlimit \ setuidgid "$user" \ udpsvd -v -c 10 -l localhost \ |