diff options
author | brian <brian@FreeBSD.org> | 2000-06-23 01:18:31 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-06-23 01:18:31 +0000 |
commit | 567e3fdcca0faa8172592279ac0456abbbcefc73 (patch) | |
tree | 77123bc5d54c8b955e70336abe11b0e381d8a9cb /etc/Makefile | |
parent | 5c86744d35958722a77ae5346e0c2ee161efd003 (diff) | |
download | FreeBSD-src-567e3fdcca0faa8172592279ac0456abbbcefc73.zip FreeBSD-src-567e3fdcca0faa8172592279ac0456abbbcefc73.tar.gz |
Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index d3626c0..742c76b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -63,6 +63,7 @@ distribution: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/rc.conf ${DESTDIR}/etc/defaults/; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/make.conf ${DESTDIR}/etc/defaults/; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/pccard.conf ${DESTDIR}/etc/defaults/; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/periodic.conf ${DESTDIR}/etc/defaults/; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ ${DESTDIR}/var/log/cron; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ @@ -178,6 +179,8 @@ etc-examples: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/make.conf \ ${DESTDIR}/usr/share/examples/etc/defaults; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/pccard.conf \ + ${DESTDIR}/usr/share/examples/etc/defaults); \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/periodic.conf \ ${DESTDIR}/usr/share/examples/etc/defaults) .include <bsd.prog.mk> |