mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Wrap a long line in the previous commit
Suggested by: njl
This commit is contained in:
parent
184dcdc7c8
commit
d108e6633b
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ parse(char *string)
|
|||
|
||||
if (!(kind&CTLFLAG_WR))
|
||||
if (kind & CTLFLAG_TUN) {
|
||||
fprintf(stderr, "Tunable values are set in /boot/loader.conf and require a reboot to take effect.\n");
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue