diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-13 19:18:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-13 20:11:59 +0200 |
commit | b532bdeae9b13fe93a54850f5e7f99c753bda6fa (patch) | |
tree | d4efc065957b48a7d4f73f1d4c6266d397d7ef0d /Makefile.am | |
parent | 8cf7c96517c3688d29b30651adcda9e71e7fcb07 (diff) |
rpm: add RPM macros to apply sysusers, sysctl, and binfmt drop-ins
With this in place RPMs can make sure that whatever they drop in is
immeidately applied, and not delayed until next reboot.
This also moves systemd-sysusers back to /usr/bin, since hardcoding the
path to /usr/lib in the macros would mean compatibility breaks in
future, should we turn sysusers into a command that is actually OK for
people to call directly. And given that that is quite likely to happen
(since it is useful to prepare images with its --root= switch), let's
just prepare for it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2ceee2a997..8af619cc8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1782,7 +1782,7 @@ systemd_sysusers_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la -rootlibexec_PROGRAMS += \ +rootbin_PROGRAMS += \ systemd-sysusers nodist_systemunit_DATA += \ |