mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7ba4e5e2b1
Modernisation: - Use @sample - Install pam files into prefix - Use USERS/GROUPS framework - Remove now useless pkg-install/pkg-deinstall scripts PR: 190162 Submitted by: Zsolt Udvari
34 lines
743 B
Plaintext
34 lines
743 B
Plaintext
%%PAMDIR%%/fcron
|
|
%%PAMDIR%%/fcrontab
|
|
@mode 6111
|
|
@owner fcron
|
|
@group fcron
|
|
bin/fcrondyn
|
|
bin/fcrontab
|
|
@mode 4110
|
|
bin/fcronsighup
|
|
@mode
|
|
@sample etc/fcron.allow.sample
|
|
@sample etc/fcron.conf.sample
|
|
@sample etc/fcron.deny.sample
|
|
@owner root
|
|
@group wheel
|
|
man/man1/fcrondyn.1.gz
|
|
man/man1/fcrontab.1.gz
|
|
man/man5/fcron.conf.5.gz
|
|
man/man5/fcrontab.5.gz
|
|
man/man8/fcron.8.gz
|
|
sbin/fcron
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcron.pam
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcrontab-operator
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcrontab-root
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcrontab.pam
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
|
@cwd /
|
|
@exec install -d -o fcron -g fcron -m 770 /var/spool/fcron
|
|
@owner fcron
|
|
@group fcron
|
|
@dirrmtry /var/spool/fcron
|
|
@owner root
|
|
@group wheel
|