Re: ipv6calc 'make update' failure ?
Hi, JC Janos schrieb:
It's a bug in the update script. Looks like at least me has never tested this on a fresh installation. Very simple patch is attached, will try to push 0.71.1 today or on Sunday. Thank you for notification. Regards, Peter --- databases/registries/update-registries.sh.old 2008-11-19 18:53:39.000000000 +0100 +++ databases/registries/update-registries.sh 2008-11-19 18:54:25.000000000 +0100 @@ -3,7 +3,7 @@ # Project : ipv6calc/databases/registries # File : update-registries.sh # Version : $Id: update-registries.sh,v 1.4 2007/03/03 11:57:29 peter Exp $ -# Copyright : 2002-2007 by Peter Bieringer <pb (at) bieringer.de> +# Copyright : 2002-2008 by Peter Bieringer <pb (at) bieringer.de> # replaces ../ipv4-assignment/update-ipv4-assignment.sh # replaces ../ipv6-assignment/update-ipv6-assignment.sh # @@ -33,6 +33,7 @@ get_urls | while read subdir url filename format; do echo "Check: $subdir" + [ ! -d "$subdir" ] && mkdir "$subdir" pushd $subdir || exit 1 wget $url$filename --timestamping --retr-symlinks retval=$?
participants (1)
-
Peter Bieringer