aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fcron
Commit message (Collapse)AuthorAgeFilesLines
* - Install pam files directly (in /etc/pam.d, unless they already exist)Sergey Matveychuk2006-06-047-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 Notes: svn path=/head/; revision=164357
* Update to 3.0.1.Sam Lawrance2006-02-095-11/+27
| | | | | | | | 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-124-26/+5
| | | | | | | | | | - Get rid of unnessesary patch PR: ports/88883 Submitted by: maintainer Notes: svn path=/head/; revision=148064
* Do not overwrite configuration files during an update.Jean-Yves Lefort2005-10-301-2/+4
| | | | Notes: svn path=/head/; revision=146753
* Do not install the bitstring(3) manual page, as it ships with the base system.Jean-Yves Lefort2005-10-231-2/+2
| | | | | | | | PR: ports/87851 Submitted by: maintainer Notes: svn path=/head/; revision=146177
* - Update to 3.0.0Jean-Yves Lefort2005-10-0416-118/+191
| | | | | | | | | | - Pass maintainership to submitter PR: ports/85817 Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer) Notes: svn path=/head/; revision=144194
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-201-1/+1
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* - Unbreak build on 5.3+Sergey Matveychuk2004-12-072-7/+10
| | | | | | | | PR: ports/74798 Submitted by: Evan Dower <evantd(at)cs.washington.edu> Notes: svn path=/head/; revision=123370
* BROKEN on 5.x: Does not compileKris Kennaway2004-11-271-1/+7
| | | | Notes: svn path=/head/; revision=122616
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Mark NO_PACKAGE: something causes the package builds to go haywire andKris Kennaway2003-01-121-0/+2
| | | | | | | spit out an infinite amount of text (this is bad for disk space) Notes: svn path=/head/; revision=72965
* PERL -> REINPLACEEdwin Groothuis2002-11-041-0/+1
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Update to 2.1.0Patrick Li2002-01-275-14/+36
| | | | | | | | PR: 34221 Submitted by: maintainer Notes: svn path=/head/; revision=53813
* assign new MAINTAINER.FUJISHIMA Satsuki2001-11-061-1/+1
| | | | | | | | PR: 31110 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=49677
* upgrade to 2.0.0Ying-Chieh Liao2001-10-092-3/+2
| | | | | | | | PR: 31153 Submitted by: Jerry A! <jerry@thehutt.org> Notes: svn path=/head/; revision=48592
* o add missed bin/fcronsighup.FUJISHIMA Satsuki2001-09-213-4/+25
| | | | | | | | 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-252-1/+24
| | | | | | | | during configure BUMP Portrevision Notes: svn path=/head/; revision=46900
* Backout 1.5 of MakefileDavid W. Chapman Jr.2001-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 Notes: svn path=/head/; revision=46835
* Create ${PREFIX}/etc dir so configure script finds to automagically.David W. Chapman Jr.2001-08-241-0/+3
| | | | | | | | PR: 30038 Submitted by: leeym@utopia.leeym.com Notes: svn path=/head/; revision=46824
* upgrade to 1.1.1Ying-Chieh Liao2001-07-204-7/+19
| | | | | | | drop maintainership Notes: svn path=/head/; revision=45268
* add management for etc filesYing-Chieh Liao2001-06-172-2/+10
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=44080
* upgrade to 1.0.3Ying-Chieh Liao2001-04-162-2/+2
| | | | Notes: svn path=/head/; revision=41451
* add fcron, a periodical command schedulerYing-Chieh Liao2001-03-015-0/+62
Notes: svn path=/head/; revision=38942