wok-stable view busybox/stuff/busybox-1.18-tftp-chroot.u @ rev 12334

Added new line to the end of nimrod receipt. Sorry about the merge @ ballard - New to Hg :(
author Brenton Scott <admin@trixarian.net>
date Mon Sep 24 01:15:07 2012 +0200 (2012-09-24)
parents
children
line source
1 --- busybox-1.18.4/networking/tftp.c
2 +++ busybox-1.18.4/networking/tftp.c
3 @@ -752,7 +752,7 @@
4 opt = option_mask32 = TFTPD_OPT | (getopt32(argv, "rcu:", &user_opt) << 8);
5 argv += optind;
6 if (argv[0])
7 - xchdir(argv[0]);
8 + xchroot(argv[0]);
10 result = recv_from_to(STDIN_FILENO, block_buf, sizeof(block_buf),
11 0 /* flags */,