Why is $PATH set in sshrc not used?
问题 I am trying to setup svn over ssh on an OS X server. In order to do so, I read that I need a wrapper to set umask and - in my case - to set the repository root. A quick and dirty way to do that is to rename /usr/bin/svnserve and place a wrapper script at that location. However SIP protects that location from any changes, and I would prefer a cleaner solution anyway. So I created a wrapper script at /usr/local/bin/svnserve and created /etc/ssh/sshrc with PATH=/usr/local/bin:$PATH I have