This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 437dd9c51167f085315a134253e8c4f18c63138d (commit)
from ac1e123e56a2757cb3332e464fff6b23c36fdec1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 437dd9c51167f085315a134253e8c4f18c63138d
Author: Samuel Thibault <[email protected]>
Date: Tue Mar 16 22:45:53 2021 +0000
Do not hardcode /libexec libexecdir
So that distributions can use the --libexecdir configure parameter.
* configure.ac (AC_CONFIG_FILES): Add daemons/runsystem.hurd.sh.
* config/ttys: Rename to ttys.in, replace /libexec with @libexecdir@.
* config/Makefile (ttys): Generate from ttys.in
* daemons/runsystem.hurd.sh.in (prefix): Define to @prefix@.
(exec_prefix): Define to @exec_prefix@.
(RUNCOM, RUNTTYS): Replace /libexec with @libexecdir@.
* init/Makefile (init-CPPFLAGS): Define LIBEXECDIR.
* init/init.c (main): Use LIBEXECDIR instead of hardcoding /libexec.
* startup/Makefile (startup-CPPFLAGS): Define LIBEXECDIR.
* startup/startup.c (start_child, launch_something): Use LIBEXECDIR instead
of
hardcoding /libexec.
-----------------------------------------------------------------------
Summary of changes:
config/Makefile | 4 ++++
config/ttys.in | 14 ++++++++++++++
configure.ac | 2 +-
daemons/runsystem.hurd.sh | 6 ++++--
daemons/{runsystem.hurd.sh => runsystem.hurd.sh.in} | 6 ++++--
init/Makefile | 2 ++
init/init.c | 2 +-
startup/Makefile | 1 +
startup/startup.c | 6 +++---
9 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 config/ttys.in
copy daemons/{runsystem.hurd.sh => runsystem.hurd.sh.in} (97%)
hooks/post-receive
--
Hurd