https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184340
--- Comment #4 from Ben RUBSON <[email protected]> --- Hello, I'm also facing this issue where PATH_MAX is too small (FreeBSD 10.3). Is there any plan to : - increase this value to a higher value ? - make this value user-tunable ? - remove this limitation ? As a workaround, where can we change it by ourselves ? find /usr/src/ -type f -exec grep -i "define.*path.*1024" {} \; -ls There are a lot of defines which are related to paths and hard-coded to 1024, so could be quite tricky to make this change without side-effects. Thank you very much ! Ben -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
