[freeside-commits] branch master updated. 400a6a7ef33be86a658c9b18ebd66acd65a0e9af

Ivan Kohler ivan at freeside.biz
Mon Jul 15 10:19:55 AKDT 2024


The branch, master has been updated
       via  400a6a7ef33be86a658c9b18ebd66acd65a0e9af (commit)
      from  d895ab645c570037b611c580f0aa71d783af00f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 400a6a7ef33be86a658c9b18ebd66acd65a0e9af
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 15 11:19:55 2024 -0700

    BIND local_zonepath override

diff --git a/FS/bin/freeside-bind-export b/FS/bin/freeside-bind-export
index cc2f2c833..25d07a7c9 100755
--- a/FS/bin/freeside-bind-export
+++ b/FS/bin/freeside-bind-export
@@ -113,7 +113,7 @@ END
 
   }
 
-  my $zonepath = $export->option('zonepath');
+  $zonepath = $export->option('zonepath');
   $zonepath =~ s/\/$//;
 
   $rsync->exec(

-----------------------------------------------------------------------

Summary of changes:
 FS/bin/freeside-bind-export | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list