0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

Flock minor fixes

This commit is contained in:
Maria Matejka 2024-10-01 09:45:49 +02:00
parent e9a4a1510e
commit 41e2b8ac0c

View File

@ -445,9 +445,9 @@ container_mainloop(int fd)
/* Exec the telnet */
e = execl("/usr/bin/strace", "strace", "-o", "/xxx", "-ff", "telnetd", "-E", "/bin/bash", NULL);
// e = execl("/usr/bin/strace", "strace", "-o", "/xxx", "-ff", "telnetd", "-E", "/bin/bash", NULL);
e = execl("/usr/sbin/telnetd", "telnetd", "-E", "/bin/bash", NULL);
log(L_ERR "failed to execl: %m");
log(L_ERR "failed to execl telnet: %m");
exit(42);
}
close(sfd);