commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20201127-22-g437dd9c


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20201127-22-g437dd9c
Date: Tue, 16 Mar 2021 18:50:22 -0400 (EDT)

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 <samuel.thibault@ens-lyon.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]