summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-06 21:53:21 +0000
committerRoy Marples <roy@marples.name>2008-05-06 21:53:21 +0000
commit619b0b4f37dbf05f8e30e15b839ed17ab1a21f5b (patch)
tree2b70fa77035eecab0573fa12a22c2356f68b2994 /src/rc/rc.c
parentc8248d05a03209511f62c346d6c57ece38a87c6e (diff)
downloadopenrc-619b0b4f37dbf05f8e30e15b839ed17ab1a21f5b.tar.gz
openrc-619b0b4f37dbf05f8e30e15b839ed17ab1a21f5b.tar.bz2
openrc-619b0b4f37dbf05f8e30e15b839ed17ab1a21f5b.tar.xz
Fix the EINTR check for waitpid, Gentoo #219929.
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index c1bc97e..d5e9f34 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -635,13 +635,6 @@ static void do_newlevel(const char *newlevel)
{
/* OK, we're either in runlevel 1 or single user mode */
- /* We don't want to trap SIGWINCH here as when a framebuffer
- * driver is loaded by udev and we start using it then we
- * race for some reason with the below scripts.
- * This is fine as we only really need SIGWINCH for tidy
- * output when using the logger. */
- signal_setup(SIGWINCH, SIG_DFL);
-
/* exec init-early.sh if it exists
* This should just setup the console to use the correct
* font. Maybe it should setup the keyboard too? */