From 56081b8e87cb3dcf9e403a6cfa07e8f388ceac5a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 18 Jul 2014 11:41:42 +0200 Subject: [PATCH] Ship auth tarballs as tar.bz2, just like recursor Fixes #1480 --- README.md | 2 +- configure.ac | 2 +- pdns/docs/pdns.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b19066ec0..22194e5829 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Source code is available on GitHub: $ git clone https://github.com/PowerDNS/pdns.git This repository contains the sources both for the PowerDNS Recursor and for PowerDNS Authoritative Server, -and both can be built from this repository. Both are released separately as .tar.gz, .deb and .rpm however! +and both can be built from this repository. Both are released separately as .tar.bz2, .deb and .rpm however! COMPILING Authoritative Server ------------------------------ diff --git a/configure.ac b/configure.ac index f726e5f29e..950d15eaf9 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability subdir-objects no-dependencies]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar -Wno-portability subdir-objects no-dependencies]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 4b4cd60601..b7b2e17895 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -17196,7 +17196,7 @@ This setting will make PowerDNS renotify the slaves after an AXFR is *received* A: Start out with stating what you think should be happening. Quite often, wrong expectations are the actual problem. Furthermore, which database backend you use, your operating system, which version of PowerDNS you use and where you - got it from (RPM, .DEB, tar.gz). If you compiled it yourself, what were the ./configure parameters. + got it from (RPM, .DEB, tar.bz2). If you compiled it yourself, what were the ./configure parameters. If at *all* possible, supply the actual name of your domain and the IP address of your server(s). -- 2.47.2