freebsd-ports/sysutils/fcron/files/pkg-message.in
Sergey Matveychuk c616f81865 - Install pam files directly (in /etc/pam.d, unless they already exist)
rather than just leaving them in the examples directory.  There seems
  to be no real security advantage to not installing the pam files since
  they are required for fcron and fcrontab to operate, and root privs are
  required to install fcron to begin with.

- The sockaddr.sa_len was not set prior to calls to bind() and connect().
  The upshot begin that fcrondyn was unable to open the socket
  to communicate with fcron.

PR:		ports/97066
Submitted by:	maintainer
2006-06-04 20:09:42 +00:00

14 lines
482 B
Text

===============================================================================
To enable fcron, and disable the default system cron, add the following lines
to your /etc/rc.conf:
fcron_enable="YES"
cron_enable="NO"
and move any jobs in /etc/crontab to the root fcrontab(5) file. See:
%%EXAMPLESDIR%%
for a translation of the default FreeBSD /etc/crontab, and for sample PAM
configuration files.
===============================================================================