|
@@ -168,7 +168,7 @@ int port_connection(int fd, int *socket, int *pid_out)
|
|
|
{
|
|
|
int new, err;
|
|
|
char *argv[] = { "/usr/sbin/in.telnetd", "-L",
|
|
|
- "/usr/lib/uml/port-helper", NULL };
|
|
|
+ OS_LIB_PATH "/uml/port-helper", NULL };
|
|
|
struct port_pre_exec_data data;
|
|
|
|
|
|
new = accept(fd, NULL, 0);
|