Date: Sun, 4 Jun 2006 20:09:42 +0000 (UTC) From: Sergey Matveychuk <sem@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fcron Makefile pkg-plist ports/sysutils/fcron/files patch-config.h.in patch-configure.in patch-fcrondyn.c patch-socket.c pkg-message.in Message-ID: <200606042009.k54K9gDO050827@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sem 2006-06-04 20:09:42 UTC FreeBSD ports repository Modified files: sysutils/fcron Makefile pkg-plist sysutils/fcron/files pkg-message.in Added files: sysutils/fcron/files patch-config.h.in patch-configure.in patch-fcrondyn.c patch-socket.c Log: - 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 Revision Changes Path 1.23 +8 -0 ports/sysutils/fcron/Makefile 1.1 +8 -0 ports/sysutils/fcron/files/patch-config.h.in (new) 1.3 +20 -0 ports/sysutils/fcron/files/patch-configure.in (new) 1.1 +29 -0 ports/sysutils/fcron/files/patch-fcrondyn.c (new) 1.1 +34 -0 ports/sysutils/fcron/files/patch-socket.c (new) 1.3 +0 -6 ports/sysutils/fcron/files/pkg-message.in 1.9 +5 -1 ports/sysutils/fcron/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606042009.k54K9gDO050827>