diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 14:52:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 14:52:07 +0200 |
commit | ba38e472fbccdcbe03616b9efdc6b8711d7195ef (patch) | |
tree | 0e429a455d0a2a5d8c2814e67cf32982e0de5d39 /README | |
parent | 2e6c88d708f99175bf05cddfb2915f3b2e8f3cba (diff) |
README: /usr/local/bin as recommended default
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ $ perl Build $ sudo perl Build install By default, ssh-forcecommand is installed as /usr/local/bin/ssh-forcecommand. -In most cases, this does not make sense. For example, if you are using the -forcecommand for nagios checks, you might want to do this instead: +In case you do not want to have in $PATH, you can use --install_path to change +this. For example, for a nagios forcecommand: $ sudo perl Build install --install_path script=/usr/local/lib/nagios |