Skip to content
Snippets Groups Projects
Commit e7ca726a authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

66-scandir: fix SIGUSR1 file

parent 17885728
No related branches found
No related tags found
No related merge requests found
......@@ -524,13 +524,6 @@ int write_control(char const *scandir,char const *live, char const *filename, in
goto write ;
}
if (file == USR1)
{
if (!stralloc_cats(&sa,bscan)) retstralloc(0, "write_controlboot") ;
if (!stralloc_cats(&sa,"\n")) retstralloc(0, "write_controlboot") ;
goto write ;
}
if (BOOT)
{
if (!stralloc_cats(&sa, EXECLINE_BINPREFIX "foreground { ")) retstralloc(0, "write_controlboot") ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment