New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate NSS support #8395
deprecate NSS support #8395
Conversation
Another option would be to add a |
That's not a bad idea, but I have to say that I like that the way I did it here needs the user to acknowledge this exact feature being deprecated and not accepting deprecation in general. |
Well I'm with you on that but --with-nss-aware doesn't say much to an admin glancing through their company's shell scripts. --DEPRECATED-with-nss or something |
The flag name needs to start with |
The flag name needs to start with --with for the configure option thing to work. --with-deprecated-nss perhaps?
I vote for --with-deprecated-nss or --with-nss-deprecated.
|
I agree, something with deprecated in the name. |
Add deprecation plans to docs/DEPRECATE.md Closes #8395
Uses |
Add deprecation plans to docs/DEPRECATE.md