View | Details | Raw Unified | Return to bug 87851
Collapse All | Expand All

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

Return to bug 87851