From: Andrew Ruthven Date: Sun, 2 Mar 2014 20:25:34 +0000 (+1300) Subject: Get IPv4 working. X-Git-Tag: v0.7~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3b37a7dac8c21e6b4f976e5c7d9f3eae32e2e7;p=etc-obnam.git Get IPv4 working. --- diff --git a/debian/changelog b/debian/changelog index 9780930..70d960f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +etc-obnam (0.7) unstable; urgency=low + + * Back IPv4 work. + + -- Andrew Ruthven Mon, 03 Mar 2014 09:25:19 +1300 + etc-obnam (0.6) unstable; urgency=low * Add a missing dependency. diff --git a/run-backup b/run-backup index 198ab3f..2d79c8a 100755 --- a/run-backup +++ b/run-backup @@ -87,7 +87,7 @@ capture_debconf_info() { } # Check to see if the right host is present, if it is, do a backup. -if ( check_host 'AAAA' -o check_host 'A' ) +if check_host 'AAAA' || check_host 'A' then capture_debconf_info