From a79ccdacc2cbd2d1732e2b8f5cd3814d20ba376d Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 12 Feb 2015 14:24:10 +0800 Subject: logwatch_7.4.1.bb: Bug fix The "ln -sf ../..${datadir}/logwatch/scripts/logwatch.pl ${D}${sysconfdir}/cron.daily/0logwatch" is wrong. it will lead to the logwatch unable to be used. so delete it. Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/logwatch/logwatch_7.4.1.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-extended/logwatch') diff --git a/meta-oe/recipes-extended/logwatch/logwatch_7.4.1.bb b/meta-oe/recipes-extended/logwatch/logwatch_7.4.1.bb index 650d6f86e3..001b3dedc2 100644 --- a/meta-oe/recipes-extended/logwatch/logwatch_7.4.1.bb +++ b/meta-oe/recipes-extended/logwatch/logwatch_7.4.1.bb @@ -36,7 +36,6 @@ do_install() { install -m 0755 -d ${D}${sysconfdir}/cron.daily install -m 0755 -d ${D}${sbindir} - ln -sf ../..${datadir}/logwatch/scripts/logwatch.pl ${D}${sysconfdir}/cron.daily/0logwatch ln -sf ../..${datadir}/logwatch/scripts/logwatch.pl ${D}${sbindir}/logwatch cat > ${D}${sysconfdir}/cron.daily/0logwatch <