2004-07-07 00:38:33 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Refer to ${VARBASE} instead of /var for the location for local state
information.
|
2004-04-24 00:08:00 by Jeremy C. Reed | Files touched by this commit (109) |
Log message:
mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
2004-04-21 23:09:33 by Quentin Garnier | Files touched by this commit (9) | |
Log message:
Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead. As announced on tech-pkg.
Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be
sure to update your mk.conf accordingly.
|
2004-03-31 08:49:41 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Let KERBEROS imply SASL_USE_GSSAPI.
|
2004-03-29 07:50:26 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Update security/cyrus-saslauthd to 2.1.18. Changes from version 2.1.17
include improved LDAP authentication.
|
2004-02-19 08:11:16 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>,
so include cyrus-sasl2/buildlink3.mk to get it.
|
2004-02-12 14:10:31 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
We only conflict with cyrus-sasl<2.1.15nb2, which was the first version
of cyrus-sasl2 after spliiting out the saslauthd into a separate package.
|
2004-01-21 15:01:06 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Recognize KERBEROS as a flag that can cause this package to be built using
Kerberos for GSSAPI support.
|
2004-01-21 13:40:17 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
|
2004-01-13 10:03:15 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Bump the version of security/cyrus-saslauthd to 2.1.17nb1: install the
saslcache and testsaslauthd programs that are useful to test and debug
the setup of saslauthd.
|