- Remove the 3rd clause of BSD LICENSE.
- Sync the code with the OpenBSD version.
Details
Details
The test for ypmatch was to search some keys as an example:
root@srcCODE:/usr/src/usr.bin/ypmatch # ypmatch -d freebsd root passwd
root:*:0:0:Charlie &:/root:/bin/csh
I won't past here because the output is a bit big.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Sync the patch with the latest revision where I changed the
const struct ypalias to static const.
Comment Actions
If this passes your testing, I'm OK with this. Thanks for working on this.
We may want to push a change upstream to OpenBSD to change for( to for (
to adhere to style(9)