mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC
Avoid installing S02sysctl, since openrc provides /etc/init.d/sysctl. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fb7fd98774
commit
976331dc5d
@ -44,6 +44,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|||||||
PROCPS_NG_CONF_OPTS += --disable-numa
|
PROCPS_NG_CONF_OPTS += --disable-numa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Avoid installing S02sysctl, since openrc provides /etc/init.d/sysctl.
|
||||||
|
define PROCPS_NG_INSTALL_INIT_OPENRC
|
||||||
|
@:
|
||||||
|
endef
|
||||||
|
|
||||||
define PROCPS_NG_INSTALL_INIT_SYSV
|
define PROCPS_NG_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -D -m 755 package/procps-ng/S02sysctl \
|
$(INSTALL) -D -m 755 package/procps-ng/S02sysctl \
|
||||||
$(TARGET_DIR)/etc/init.d/S02sysctl
|
$(TARGET_DIR)/etc/init.d/S02sysctl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user