[freeside-commits] branch FREESIDE_4_BRANCH updated. 199c1c214b757ed88d6aca1a8b0d3b7c157c2792
Ivan Kohler
ivan at freeside.biz
Mon Jul 15 10:19:58 AKDT 2024
The branch, FREESIDE_4_BRANCH has been updated
via 199c1c214b757ed88d6aca1a8b0d3b7c157c2792 (commit)
from 13ef9ed12e1dbd6b278091114ab7d5ec98139240 (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 199c1c214b757ed88d6aca1a8b0d3b7c157c2792
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 15 11:19:57 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