From ba3e956b08375dcdb16ab2840bee1128f403849d Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Mon, 23 May 2016 18:56:28 -0400 Subject: [PATCH] added ==0 or die to all system() calls that didn't already have them in sanoid and syncoid --- CHANGELIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELIST b/CHANGELIST index cc740ba..17ff61b 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -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