aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logwatch
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:12:22 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:12:22 +0000
commiteb8748bedad607ac907ca3545ad41d6931f779fc (patch)
treec89b8aa93cae0953f125b8444f09a7c67d6adcf9 /sysutils/logwatch
parent42bc424f618b6148fae4b6088ace14057513f0bc (diff)
Notes
Diffstat (limited to 'sysutils/logwatch')
-rw-r--r--sysutils/logwatch/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/logwatch/files/Makefile b/sysutils/logwatch/files/Makefile
index 5436d6bc24e3..66f5f049857f 100644
--- a/sysutils/logwatch/files/Makefile
+++ b/sysutils/logwatch/files/Makefile
@@ -87,7 +87,7 @@ install:
vsftpd \
windows \
xferlog \
- yum
+ yum
install -m 640 conf/logfiles/${logfile}.conf $(DESTDIR)${ETCDIR}/defaults/logfiles/${logfile}.conf
.endfor
.for service in \
@@ -210,13 +210,13 @@ install:
onlyservice \
remove \
removeheaders \
- removeservice
+ removeservice
install -m 555 scripts/shared/${script} $(DESTDIR)${LIBEXECDIR}/defaults/shared/${script}
.endfor
.for logfile in autorpm cron emerge samba up2date xferlog yum
mkdir -p $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile}
install -m 555 scripts/logfiles/${logfile}/applydate $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile}
.endfor
-.for logfile in samba up2date xferlog
+.for logfile in samba up2date xferlog
install -m 555 scripts/logfiles/${logfile}/removeheaders $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile}
.endfor