--- ./Makefile Wed Oct 5 02:54:05 2005 +++ ./Makefile Sat Oct 22 13:34:30 2005 @@ -30,7 +30,6 @@ SUB_FILES= pkg-message MAN1= fcrondyn.1 fcrontab.1 -MAN3= bitstring.3 MAN5= fcron.conf.5 fcrontab.5 MAN8= fcron.8 @@ -49,7 +48,7 @@ .endfor ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/fcrontab-* ${WRKSRC}/files/*.pam ${EXAMPLESDIR} -.for n in 1 3 5 8 +.for n in 1 5 8 ${INSTALL_MAN} ${MAN${n}:S|^|${WRKSRC}/doc/man/|} ${PREFIX}/man/man${n} .endfor .if !defined(NOPORTDOCS) --- ./files/patch-script::gen-in.pl Sun Oct 2 11:49:32 2005 +++ ./files/patch-script::gen-in.pl Wed Dec 31 17:00:00 1969 @@ -1,8 +0,0 @@ ---- script/gen-in.pl.orig Wed Jun 16 14:36:38 2004 -+++ script/gen-in.pl Tue Sep 6 11:29:55 2005 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/local/bin/perl - - # - read define assignations in config.h - # - read variable assignations in Makefile --- ./files/patch-script::has_usrgrp.pl Sun Oct 2 11:49:32 2005 +++ ./files/patch-script::has_usrgrp.pl Wed Dec 31 17:00:00 1969 @@ -1,8 +0,0 @@ ---- script/has_usrgrp.pl.orig Wed Jun 16 14:36:38 2004 -+++ script/has_usrgrp.pl Tue Sep 6 11:30:21 2005 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/local/bin/perl - - # call getpwnam() or getgrnam() to check if user or group (given as arg) exists - # on the system (getpwnam() and getgrnam() use nsswitch.conf, so it works --- ./files/sample-fcrontab-operator Sun Oct 2 11:49:32 2005 +++ ./files/sample-fcrontab-operator Wed Dec 31 17:00:00 1969 @@ -1,9 +0,0 @@ -# Derived from the default /etc/crontab for FreeBSD -# See fcrontab(5) for syntax and semantics -# -SHELL=/bin/sh -PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin -HOME=/var/log -# -# Save some entropy so that /dev/random can re-seed on boot. -@ 11 /usr/libexec/save-entropy --- ./files/sample-fcrontab-root Sun Oct 2 11:49:32 2005 +++ ./files/sample-fcrontab-root Wed Dec 31 17:00:00 1969 @@ -1,20 +0,0 @@ -# Derived from the default /etc/crontab for FreeBSD -# See fcrontab(5) for syntax and semantics -# -SHELL=/bin/sh -PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin -HOME=/var/log -# -@serial,lavg5(1.5) 5 /usr/libexec/atrun -# -# Rotate log files every hour, if necessary. -%hourly * newsyslog -# -# Perform daily/weekly/monthly maintenance. -%daily,serial * * periodic daily -%weekly,serial * * periodic weekly -%monthly,serial * * * periodic monthly -# -# Adjust the time zone if the CMOS clock keeps local time, as opposed to -# UTC time. See adjkerntz(8) for details. -1,31 0-5 * * * root adjkerntz -a --- ./pkg-plist Wed Oct 5 02:54:05 2005 +++ ./pkg-plist Sat Oct 22 14:40:26 2005 @@ -5,6 +5,11 @@ etc/fcron.conf.dist etc/fcron.deny.dist sbin/fcron +man/man1/fcrondyn.1 +man/man1/fcrontab.1 +man/man5/fcron.conf.5 +man/man5/fcrontab.5 +man/man8/fcron.8 %%EXAMPLESDIR%%/fcron.pam %%EXAMPLESDIR%%/fcrontab-operator %%EXAMPLESDIR%%/fcrontab-root