Commit 1fccc203 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

rsyslog: only install S01rsyslog if not present in fs skeleton



To allow custom configurations.

Reported-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 7a63f1a0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
endif

define RSYSLOG_INSTALL_CONF_SCRIPT
	[ -f $(TARGET_DIR)/etc/init.d/S01rsyslog ] || \
		$(INSTALL) -m 0755 -D package/rsyslog/S01rsyslog \
			$(TARGET_DIR)/etc/init.d/S01rsyslog
	[ -f $(TARGET_DIR)/etc/rsyslog.conf ] || \