mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
rsyslog: only install S01rsyslog if not present in fs skeleton
To allow custom configurations. Reported-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7a63f1a08c
commit
1fccc20314
@ -13,6 +13,7 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define RSYSLOG_INSTALL_CONF_SCRIPT
|
define RSYSLOG_INSTALL_CONF_SCRIPT
|
||||||
|
[ -f $(TARGET_DIR)/etc/init.d/S01rsyslog ] || \
|
||||||
$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslog \
|
$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslog \
|
||||||
$(TARGET_DIR)/etc/init.d/S01rsyslog
|
$(TARGET_DIR)/etc/init.d/S01rsyslog
|
||||||
[ -f $(TARGET_DIR)/etc/rsyslog.conf ] || \
|
[ -f $(TARGET_DIR)/etc/rsyslog.conf ] || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user