|
@@ -542,7 +542,10 @@ different steps of the build process.
|
|
|
sysvinit, etc.), openrc or for the systemd units. These commands
|
|
|
will be run only when the relevant init system is installed (i.e.
|
|
|
if systemd is selected as the init system in the configuration,
|
|
|
- only +LIBFOO_INSTALL_INIT_SYSTEMD+ will be run).
|
|
|
+ only +LIBFOO_INSTALL_INIT_SYSTEMD+ will be run). The only exception
|
|
|
+ is when openrc is chosen as init system and +LIBFOO_INSTALL_INIT_OPENRC+
|
|
|
+ has not been set, in such situation +LIBFOO_INSTALL_INIT_SYSV+ will
|
|
|
+ be called, since openrc supports sysv init scripts.
|
|
|
|
|
|
* +LIBFOO_HELP_CMDS+ lists the actions to print the package help, which
|
|
|
is included to the main +make help+ output. These commands can print
|