Deleted Added
full compact
45c45
< "$FreeBSD: head/sbin/sysctl/sysctl.c 116383 2003-06-15 06:26:08Z rwatson $";
---
> "$FreeBSD: head/sbin/sysctl/sysctl.c 121306 2003-10-21 16:49:30Z silby $";
200c200,205
< errx(1, "oid '%s' is read only", bufp);
---
> if (kind & CTLFLAG_TUN) {
> fprintf(stderr, "Tunable values are set in /boot/loader.conf and require a reboot to take effect.\n");
> errx(1, "oid '%s' is a tunable.", bufp);
> } else {
> errx(1, "oid '%s' is read only", bufp);
> }