K 10 svn:author V 5 garga K 8 svn:date V 27 2019-02-25T13:37:48.625627Z K 7 svn:log V 245 shells/scponly: fix segfault on FreeBSD 12 and newer On FreeBSD 12+ basename(3) writes to its argument, which in scponly isn't a writable string, so it segfaults. This patch works around it. PR: 235810 Submitted by: fullermd@over-yonder.net END