NetBSD has /etc/login.conf too.

This commit is contained in:
nia 2020-02-12 04:02:39 +00:00 committed by Paul Davis
parent 9be75befbe
commit 7e15496d5a

View File

@ -623,7 +623,7 @@ ARDOUR_UI::check_memory_locking ()
"You can view the memory limit with 'ulimit -l', "
"and it is normally controlled by %2"),
PROGRAM_NAME,
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__NetBSD__)
X_("/etc/login.conf")
#else
X_(" /etc/security/limits.conf")