added ==0 or die to all system() calls that didn't already have them in sanoid and syncoid

This commit is contained in:
Jim Salter 2016-05-23 18:56:28 -04:00
parent 546bfabf6d
commit ba3e956b08
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
before doing an initial replication, instead of letting the replication itself create
the target.
added "==0 or die" to all system() calls in syncoid.
added "==0 or die" to all system() calls in sanoid and syncoid that didn't already have them.
1.4.5 altered shebang to '#!/usr/bin/env perl' for enhanced FreeBSD compatibility