From 5cf9e79ca7a28376c7645271136eb2cbb30dc5bc Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 18 Sep 2013 22:58:11 +0200 Subject: startup: do not pass signals on to the child Formerly /hurd/startup would forward all signals to the child it started (e.g. /libexec/runsystem). The motivation for doing so is not revealed in the comments, nor it is mentioned in the history of the version control system. This patch removes the forwarding of signals to the child. * startup/startup.c (process_signal): Do not pass signals on to the child. * startup/stubs.c: Remove file. * startup/Makefile: Remove stubs.c. --- startup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup/Makefile') diff --git a/startup/Makefile b/startup/Makefile index 2d6b8922..277fee42 100644 --- a/startup/Makefile +++ b/startup/Makefile @@ -18,7 +18,7 @@ dir := startup makemode := server -SRCS = startup.c stubs.c +SRCS = startup.c OBJS = $(SRCS:.c=.o) \ startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ startup_notifyUser.o -- cgit v1.2.3