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
|
||||
|
||||
define RSYSLOG_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslog \
|
||||
$(TARGET_DIR)/etc/init.d/S01rsyslog
|
||||
$(INSTALL) -m 0755 -D package/rsyslog/S01logging \
|
||||
$(TARGET_DIR)/etc/init.d/S01logging
|
||||
endef
|
||||
|
||||
define RSYSLOG_INSTALL_INIT_SYSTEMD
|
||||
|
Loading…
Reference in New Issue
Block a user