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:
parent
e9a4a1510e
commit
41e2b8ac0c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user