Lines Matching refs:D

18     install -m 0755 -d ${D}${sysconfdir}/logwatch/scripts
19 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/logfiles
20 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/services
21 install -m 0755 -d ${D}${localstatedir}/cache/logwatch
22 cp -r -f conf/ ${D}${datadir}/logwatch/default.conf
23 cp -r -f scripts/ ${D}${datadir}/logwatch/scripts
24 cp -r -f lib ${D}${datadir}/logwatch/lib
25 chown -R root:root ${D}${datadir}/logwatch
27 install -m 0755 -d ${D}${mandir}/man1
28 install -m 0755 -d ${D}${mandir}/man5
29 install -m 0755 -d ${D}${mandir}/man8
30 install -m 0644 amavis-logwatch.1 ${D}${mandir}/man1
31 install -m 0644 postfix-logwatch.1 ${D}${mandir}/man1
32 install -m 0644 ignore.conf.5 ${D}${mandir}/man5
33 install -m 0644 override.conf.5 ${D}${mandir}/man5
34 install -m 0644 logwatch.conf.5 ${D}${mandir}/man5
35 install -m 0644 logwatch.8 ${D}${mandir}/man8
37 install -m 0755 -d ${D}${sysconfdir}/cron.daily
38 install -m 0755 -d ${D}${sbindir}
39 ln -sf ../..${datadir}/logwatch/scripts/logwatch.pl ${D}${sbindir}/logwatch
40 cat > ${D}${sysconfdir}/cron.daily/0logwatch <<EOF
47 chmod 755 ${D}${sysconfdir}/cron.daily/0logwatch
49 install -m 0755 -d ${D}${sysconfdir}/logwatch/conf/logfiles
50 install -m 0755 -d ${D}${sysconfdir}/logwatch/conf/services
51 touch ${D}${sysconfdir}/logwatch/conf/logwatch.conf
52 touch ${D}${sysconfdir}/logwatch/conf/ignore.conf
53 touch ${D}${sysconfdir}/logwatch/conf/override.conf
54 … here (defaults are in /usr/share/logwatch/default.conf/logwatch.conf)" > ${D}${sysconfdir}/logwat…
55 …echo "###### REGULAR EXPRESSIONS IN THIS FILE WILL BE TRIMMED FROM REPORT OUTPUT #####" > ${D}${sy…
56 …echo "# Configuration overrides for specific logfiles/services may be placed here." > ${D}${syscon…