Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_DCRON
|
||||
bool "dcron"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
dcron is a time-based job scheduler with anacron-like
|
||||
features. It works as a background daemon that parses
|
||||
|
||||
@@ -25,8 +25,8 @@ define DCRON_INSTALL_TARGET_CMDS
|
||||
# Busybox provides run-parts, so there is no need to use nor install provided run-cron
|
||||
$(SED) 's#/usr/sbin/run-cron#/bin/run-parts#g' $(TARGET_DIR)/etc/cron.d/system
|
||||
$(INSTALL) -d -m0755 $(TARGET_DIR)/var/spool/cron/crontabs \
|
||||
$(TARGET_DIR)/etc/cron.daily $(TARGET_DIR)/etc/cron.hourly \
|
||||
$(TARGET_DIR)/etc/cron.monthly $(TARGET_DIR)/etc/cron.weekly
|
||||
$(TARGET_DIR)/etc/cron.daily $(TARGET_DIR)/etc/cron.hourly \
|
||||
$(TARGET_DIR)/etc/cron.monthly $(TARGET_DIR)/etc/cron.weekly
|
||||
endef
|
||||
|
||||
define DCRON_INSTALL_INIT_SYSV
|
||||
|
||||
Reference in New Issue
Block a user