fixed the proper path to the tftpd server

This commit is contained in:
Daniel Stenberg 2005-09-30 14:25:50 +00:00
Родитель b9420864c0
Коммит 4ec55a964d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -733,7 +733,7 @@ sub runtftpserver {
if($ipv6) {
$flag .="--ipv6 ";
}
$cmd="$srcdir/server/tftpd --pidfile $pidfile $flag $port";
$cmd="./server/tftpd --pidfile $pidfile $flag $port";
unlink($pidfile);