aboutsummaryrefslogtreecommitdiff
path: root/daemons/runsystem.hurd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/runsystem.hurd.sh')
-rw-r--r--daemons/runsystem.hurd.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/daemons/runsystem.hurd.sh b/daemons/runsystem.hurd.sh
index f4f27711..54f427dc 100644
--- a/daemons/runsystem.hurd.sh
+++ b/daemons/runsystem.hurd.sh
@@ -23,8 +23,10 @@ fallback_shells='/bin/sh /bin/bash /bin/csh /bin/ash /bin/shd'
SHELL=/bin/sh
# Programs that do multi-user startup.
-RUNCOM=/libexec/rc
-RUNTTYS=/libexec/runttys
+prefix=
+exec_prefix=${prefix}
+RUNCOM=${exec_prefix}/libexec/rc
+RUNTTYS=${exec_prefix}/libexec/runttys
# Signals that we should pass down to runttys.
runttys_sigs='TERM INT HUP TSTP'