mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
rsyslog: rename sysv initscript to S01logging
Do it to avoid having duplicate and conflicting functionality with busybox's S01logging. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d4d05d7626
commit
3f74996c1e
@ -39,8 +39,8 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define RSYSLOG_INSTALL_INIT_SYSV
|
define RSYSLOG_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslog \
|
$(INSTALL) -m 0755 -D package/rsyslog/S01logging \
|
||||||
$(TARGET_DIR)/etc/init.d/S01rsyslog
|
$(TARGET_DIR)/etc/init.d/S01logging
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define RSYSLOG_INSTALL_INIT_SYSTEMD
|
define RSYSLOG_INSTALL_INIT_SYSTEMD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user