diff --git a/alfred/Makefile b/alfred/Makefile index 7589322..b088e45 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk # PKG_NAME:=alfred PKG_VERSION:=2013.3.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MD5SUM:=018ef6262cdd11e900af31d71a864b13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/alfred/files/alfred.init b/alfred/files/alfred.init index 31357fa..e52a7bd 100755 --- a/alfred/files/alfred.init +++ b/alfred/files/alfred.init @@ -73,6 +73,7 @@ start() fi if [ "$run_facters" = "1" ]; then + ( for file in $facters_dir/* ; do [ -x $file ] && $file ; done ) if ! ( grep -q "for file in $facters_dir/\* ; do " /etc/crontabs/root 2>/dev/null ) ; then echo "*/5 * * * * ( for file in $facters_dir/* ; do [ -x \$file ] && \$file ; done )" >> /etc/crontabs/root /etc/init.d/cron enable