summaryrefslogtreecommitdiff
path: root/sysutils/fcron/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* sysutils/fcron: 3.2.0 -> 3.2.1Kurt Jaeger2016-07-304-29/+6
| | | | | | | | | | - @-lines can now be run up to every second (previously every 10s at most) PR: 211451 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=419320
* sysutils/fcron: 3.0.6 -> 3.2.0Kurt Jaeger2016-05-0812-38/+140
| | | | | | | | | | | | Changes: http://fcron.free.fr/doc/en/changes.html - updated maintainer mail PR: 209139 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=414794
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* sysutils/fcron: fixup default argument promotionEygene Ryabinkin2011-09-252-0/+43
| | | | | | | | | | | | | | | | | When mode_t is char- or short-like, it will be promoted to the pure int when it is passed as the variable argument [1], so we should pass 'int' to the va_arg. I had also eliminated fflush for the stream opened read-only, since it will always fail and there is no need to flush read-only streams. [1] http://c-faq.com/~scs/cclass/int/sx11c.html Feature safe: yes PR: 152304 Notes: svn path=/head/; revision=282355
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 3.0.3Martin Wilke2007-06-111-2/+2
| | | | | | | | PR: 113386 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer) Notes: svn path=/head/; revision=193229
* - Update to 3.0.2Rong-En Fan2007-01-174-91/+0
| | | | | | | | PR: ports/108008 Submitted by: Brad Huntting <huntting at glarp.com> (maintainer) Notes: svn path=/head/; revision=182603
* - Install pam files directly (in /etc/pam.d, unless they already exist)Sergey Matveychuk2006-06-045-6/+91
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=164357
* Update to 3.0.1.Sam Lawrance2006-02-091-0/+6
| | | | | | | | PR: ports/92990 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer) Notes: svn path=/head/; revision=155575
* - Fix fcron crashing with disabling of fcrondynSergey Matveychuk2005-11-121-20/+0
| | | | | | | | | | - Get rid of unnessesary patch PR: ports/88883 Submitted by: maintainer Notes: svn path=/head/; revision=148064
* - Update to 3.0.0Jean-Yves Lefort2005-10-049-71/+82
| | | | | | | | | | - Pass maintainership to submitter PR: ports/85817 Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer) Notes: svn path=/head/; revision=144194
* - Unbreak build on 5.3+Sergey Matveychuk2004-12-071-0/+9
| | | | | | | | PR: ports/74798 Submitted by: Evan Dower <evantd(at)cs.washington.edu> Notes: svn path=/head/; revision=123370
* Update to 2.1.0Patrick Li2002-01-271-3/+18
| | | | | | | | PR: 34221 Submitted by: maintainer Notes: svn path=/head/; revision=53813
* o add missed bin/fcronsighup.FUJISHIMA Satsuki2001-09-211-0/+14
| | | | | | | | o utilize DOCSDIR. o install fcron.{allow,deny,conf}.dist and remove them if unchanged. Notes: svn path=/head/; revision=48041
* Add patch patch-configure.in to stop checking for ${PREFIX}/etcDavid W. Chapman Jr.2001-08-251-0/+22
| | | | | | | | during configure BUMP Portrevision Notes: svn path=/head/; revision=46900
* upgrade to 1.1.1Ying-Chieh Liao2001-07-201-0/+11
drop maintainership Notes: svn path=/head/; revision=45268