summaryrefslogtreecommitdiff
path: root/startup/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-09-18 22:58:11 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-11-21 05:49:03 +0100
commit5cf9e79ca7a28376c7645271136eb2cbb30dc5bc (patch)
treeee7c9ebf39e9853a1dcc3268bdffbdf8f7c1dd0f /startup/Makefile
parent7e9c559c75901f391b4151ed6cabba74e60f80af (diff)
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.
Diffstat (limited to 'startup/Makefile')
-rw-r--r--startup/Makefile2
1 files changed, 1 insertions, 1 deletions
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