diff options
author | WlodekM <[email protected]> | 2025-04-07 11:54:05 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-04-07 11:54:05 +0300 |
commit | 57098c94a5078abca3e26b1e16030bd7fff4e4a5 (patch) | |
tree | e813df5b9f42d1c658b40c368e607751b33365ec /sbin/init | |
parent | 1e1073235796c838d5e1a3255f88ec97575e3582 (diff) |
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index 168d011..0cb1403 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -9,7 +9,7 @@ int main() { sigprocmask(SIG_BLOCK, &set, 0); if (fork()) pause(); //TODO - eventually add device scan - if (!fork()) execve("/sbin/devscan", 0, 0); + // if (!fork()) execve("/sbin/devscan", 0, 0); sigprocmask(SIG_UNBLOCK, &set, 0); |