Attention is currently required from: Keno Fischer.
1 comment:
File hwaccess_x86_io.c:
elif defined(__OpenBSD__)
msg_perr("On OpenBSD set securelevel=-1 in /etc/rc.securelevel and\n"
"reboot, or reboot into single user mode.\n");
#elif defined(__NetBSD__)
msg_perr("On NetBSD reboot into single user mode or make sure\n"
"that your kernel configuration has the option INSECURE enabled.\n");
#endif
Could you move these guards to a separate commit and place it before this one? So this commit only adds linux specific messages then.
To view, visit change 68442. To unsubscribe, or for help writing mail filters, visit settings.