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
Sergey Matveychuk
sem at FreeBSD.org
Sun Jun 4 20:11:23 UTC 2006
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
More information about the cvs-all
mailing list