master
Add a hint on using letsencrypt-staging for testing
Make the example bgpd.conf work with 4byte ASN out of the box. Use local-as in community and large-community stanzas since that will be expanded at runtime. For communities that only work with 2byte ASN the filter will never match (or nothing will be set / deleted) since a 4byte ASN can never match.
move a few more...
Move more files into the examples directory...
Add doas.conf example configuration file.
add rcsid
move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples directory. ok robert
Remove acme-challenge location from HTTPS server configuration as RFC8555 8.3 explicitly states that the challenge must be over HTTP.
firefall -> firewall, from Joel Carnat
tweak examples/iked.conf bits a little further following comments by aisha@ and Crystal Kolipe, ok aisha@ tobhe@
Add a bsd.schema line to the example ldapd.conf
Correct example file since reserved words cannot be used as macros. Not only that, the macro used was password and if we changed it to something like pass="secret" it would log it if the daemon was ran in verbose mode.
Add an example file so login_ldap.conf maybe becomes a little more intelligible.
Actually use the new man.conf(5) "output" directive. Additional functionality, yet minus 45 lines of code.
mixerctl.conf wsconsctl.conf can properly become examples. As discussed a few days ago with aja
change the nmea sensor to "trusted"
The ospf6d manpage states that the daemon laks support for multi area configurations. Fix the example config to only use one area instead of two.
Similar to the ldpd.conf change don't use a macro of the secret. Macros get sometimes logged so we should not encurage to use them for sensitive data.
we were refering to 10k states by default here as well, pt out by claudio
Change default lpd spool directory to match the code; from Chris Bennett Add /var/spool/output/lpd to mtree(1).
s/resolver/nameserver/ to match parse.y -r1.4
Use the new syntax, listen for accounting, and use file module.
Add shebang to make it clear these files are shell scripts (they are explicitely executed by sh(1)).
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
We are done providing support for the vax. lots of agreement.
Fix two places where carp backup state is misspelled in comments. ok claudio@
Rework examples/snmpd.conf; show more things that people are likely to actually need, and fewer things that they won't need. In particular don't rely on default auth/enc settings; SNMPv3 isn't algorithm-agile, it must be defined on both ends, so relying on a default is going to cause some problems if it ever does change.
use kmem(4) instead of "all memory" which has more information about what exactly is allowed, and specifically refers to allowkmem (and that it permits both /dev/mem and /dev/kmem). discussed with deraadt
Recommend veb(4) instead of bridge(4).
Add mouse.tp.tapping example.