svn commit: r272862 - in stable/10/etc: defaults rc.d
Garrett Cooper
yaneurabeya at gmail.com
Fri Oct 10 00:30:01 UTC 2014
> On Oct 9, 2014, at 16:35, Hiroki Sato <hrs at FreeBSD.org> wrote:
>
> Author: hrs
> Date: Thu Oct 9 23:35:23 2014
> New Revision: 272862
> URL: https://svnweb.freebsd.org/changeset/base/272862
>
> Log:
> MFC r270782:
>
> Restructure rc.d scripts for kerberos5 daemons:
>
> - Rename $kerberos5_server_enable with $kdc_enable and rename
> rc.d/kerberos with rc.d/kdc.
>
> - Rename $kadmin5_server_enable with $kadmind_enable.
>
> - Rename ${kerberos5,kpasswdd}_server with ${kdc,kpasswdd}_program.
>
> - Fix rc.d/{kadmind,kerberos,kpasswdd,kfd} scripts not to change variables
> after load_rc_config().
>
> - Add rc.d/ipropd_master and rc.d/ipropd_slave scripts. These are
> for iprop-master(8) and iprop-slave(8). Keytab used for iprop service is
> defined in ipropd_{master,slave}_keytab (/etc/krb5.keytab by default).
>
> - Add dependency on rc.d/kdc to SERVERS. rc.d/kdc must be invoked as early
> as possible before scripts divided by rc.d/SERVERS.
>
> Note that changes to rc.d/{kdc,kpasswdd,kadmind} are backward-compatible
> with the old configuration variables:
> ${kerberos5,kpasswdd,kadmin5}_server{,_enable,_flags}.
Relnotes: yes?
More information about the svn-src-all
mailing list