Move send menu file to $HOME/.clusterssh directory

Move send menu file from $HOME/.csshrc_send_menu to $HOME/.clusterssh
directory.
This commit is contained in:
Matt Perry 2015-09-26 09:25:52 -07:00
parent b77830dea5
commit dda4297711
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ my %default_config = (
use_all_a_records => 0,
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu',
# don't set username here as takes precendence over ssh config
user => '',

View file

@ -822,7 +822,7 @@ B<NOTE:> Any "generic" change to the method (e.g., specifying the ssh port to us
'C<Control>', 'C<Alt>', 'C<Shift>', 'C<null>'
);
output q{=item F<$HOME/.csshrc_send_menu>};
output q{=item F<$HOME/.clusterssh/send_menu>};
output $self->loc(
q{This (optional) file contains items to populate the send menu. The default entry could be written as:}
);