https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197337
--- Comment #4 from Cy Schubert <[email protected]> --- That seems a bit complex. How about this? Keep the variable names the same for base, e.g., kdc="YES" MIT krb5 ports use, mit_kdc="YES" mit_kadmind="YES" -- adds an entry to crontab for kpropd if mit_kadmind is yes (we assume master runs kadmind thus it also runs kpropd). Heimdal krb5 uses variables prefixed by heimdal_ instead of mit_, for example, heimdal_kdc="YES" There may be a reason to run both simultaneously, but on different ports. (It is possible, with a little work, to have both ports and base heimdal installed on the same system.) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
