Skip to content

Commit

Permalink
1.4.6c - merged @Gusson's --sshport argument enhancement for syncoid
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsalterjrs committed May 27, 2016
1 parent cd19307 commit c0f065b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<<<<<<< HEAD
=======
1.4.6c merged @gusson's pull request to add -sshport argument

>>>>>>> gusson-ssh_port
1.4.6b updated default cipherlist for syncoid to
[email protected],arcfour - arcfour isn't supported on
newer SSH (in Ubuntu Xenial and FreeBSD), chacha20 isn't supported on
Expand Down
4 changes: 0 additions & 4 deletions findoid
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ use warnings;
my $zfs = '/sbin/zfs';
my %args = getargs(@ARGV);

<<<<<<< HEAD
my $progversion = '1.4.6b';
=======
my $progversion = '1.4.6c';
>>>>>>> gusson-ssh_port

if ($args{'version'}) { print "$progversion\n"; exit 0; }

Expand Down
4 changes: 0 additions & 4 deletions sanoid
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.

<<<<<<< HEAD
my $version = '1.4.6b';
=======
my $version = '1.4.6c';
>>>>>>> gusson-ssh_port

use strict;
use Config::IniFiles; # read samba-style conf file
Expand Down
7 changes: 0 additions & 7 deletions syncoid
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.

<<<<<<< HEAD
my $version = '1.4.6b';
=======
my $version = '1.4.6c';
>>>>>>> gusson-ssh_port

use strict;
use Data::Dumper;
Expand All @@ -30,10 +26,7 @@ my $zfscmd = '/sbin/zfs';
my $sshcmd = '/usr/bin/ssh';
my $pscmd = '/bin/ps';
my $sshcipher = '-c [email protected],arcfour';
<<<<<<< HEAD
=======
my $sshport = '-p 22';
>>>>>>> gusson-ssh_port
my $pvcmd = '/usr/bin/pv';
my $mbuffercmd = '/usr/bin/mbuffer';
my $sudocmd = '/usr/bin/sudo';
Expand Down

0 comments on commit c0f065b

Please sign in to comment.