a question about /boot/loader.conf
- Reply: Warner Losh : "Re: a question about /boot/loader.conf"
- Reply: Dag-Erling_Smørgrav : "Re: a question about /boot/loader.conf" {{#reference}}
- In reply to: {{ref.name}}: "{{ref.subject}}"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Jul 2025 14:32:19 UTC
Hi, On recent -current, I notice that sysctls with a numerical value are not quoted, but those with an alpabetical one are. like this: security.bsd.allow_destructive_dtrace=0 filemon_load="YES" Which is the Correct Way? All quoted, or "it doesn't matter"? --