aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fcron
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.mat2015-05-121-2/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Simplify plistbapt2014-09-221-16/+6
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* Support stagebapt2014-06-064-107/+51
| | | | | | | | | | | 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
* - Convert gmake,bzip2,xz to USESmiwi2014-05-291-2/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-6/+2
| | | | sysutils)
* - convert to the new perl5 frameworkaz2013-09-071-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* sysutils/fcron: fixup default argument promotionrea2011-09-253-0/+44
| | | | | | | | | | | | | | 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
* Over to new volunteercrees2011-07-191-1/+1
| | | | Approved by: rene (mentor, implicit), maintainer (via email to ports@)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 3.0.6sunpoet2010-10-132-4/+6
| | | | | | | | | - Add LICENSE Changes: http://fcron.free.fr/doc/en/changes.html PR: ports/151352 Submitted by: Sebastien Santoro <dereckson@gmail.com> Approved by: pgollucci (mentor, implicit)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 3.0.3miwi2007-06-113-7/+8
| | | | | PR: 113386 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
* - Update to 3.0.2rafan2007-01-177-99/+6
| | | | | PR: ports/108008 Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
* - Install pam files directly (in /etc/pam.d, unless they already exist)sem2006-06-057-7/+104
| | | | | | | | | | | | | | 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
* Update to 3.0.1.lawrance2006-02-095-11/+27
| | | | | PR: ports/92990 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
* - Fix fcron crashing with disabling of fcrondynsem2005-11-134-26/+5
| | | | | | | - Get rid of unnessesary patch PR: ports/88883 Submitted by: maintainer
* Do not overwrite configuration files during an update.jylefort2005-10-311-2/+4
|
* Do not install the bitstring(3) manual page, as it ships with the base system.jylefort2005-10-231-2/+2
| | | | | PR: ports/87851 Submitted by: maintainer
* - Update to 3.0.0jylefort2005-10-0516-118/+191
| | | | | | | - Pass maintainership to submitter PR: ports/85817 Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
* Reset maintainership of Seamus Venasse who has not responded for some time.erwin2005-09-201-1/+1
| | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self)
* - Unbreak build on 5.3+sem2004-12-072-7/+10
| | | | | PR: ports/74798 Submitted by: Evan Dower <evantd(at)cs.washington.edu>
* BROKEN on 5.x: Does not compilekris2004-11-281-1/+7
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Mark NO_PACKAGE: something causes the package builds to go haywire andkris2003-01-121-0/+2
| | | | spit out an infinite amount of text (this is bad for disk space)
* PERL -> REINPLACEedwin2002-11-041-0/+1
| | | | And some ports have USE_PERL5=yes now.
* Update to 2.1.0pat2002-01-275-14/+36
| | | | | PR: 34221 Submitted by: maintainer
* assign new MAINTAINER.sf2001-11-071-1/+1
| | | | | PR: 31110 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* upgrade to 2.0.0ijliao2001-10-092-3/+2
| | | | | PR: 31153 Submitted by: Jerry A! <jerry@thehutt.org>
* o add missed bin/fcronsighup.sf2001-09-213-4/+25
| | | | | o utilize DOCSDIR. o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
* Add patch patch-configure.in to stop checking for ${PREFIX}/etcdwcjr2001-08-262-1/+24
| | | | | during configure BUMP Portrevision
* Backout 1.5 of Makefiledwcjr2001-08-251-3/+0
| | | | | ETC is already set so why should configure need to autodetect Also if you build as non-root you don't have correct perms on etc
* Create ${PREFIX}/etc dir so configure script finds to automagically.dwcjr2001-08-251-0/+3
| | | | | PR: 30038 Submitted by: leeym@utopia.leeym.com
* upgrade to 1.1.1ijliao2001-07-204-7/+19
| | | | drop maintainership
* add management for etc filesijliao2001-06-172-2/+10
| | | | Submitted by: olgeni
* upgrade to 1.0.3ijliao2001-04-162-2/+2
|
* add fcron, a periodical command schedulerijliao2001-03-025-0/+62