$OpenBSD: patch-ansiweather,v 1.1.1.1 2015/05/19 08:49:05 sthen Exp $
--- ansiweather.orig	Sat May 16 18:01:58 2015
+++ ansiweather	Sat May 16 18:03:27 2015
@@ -36,7 +36,7 @@ function get_config {
 	fi
 }
 
-fetch_cmd=$(get_config "fetch_cmd" || echo "curl -s")
+fetch_cmd=$(get_config "fetch_cmd" || echo "ftp -V -o -")
 
 
 
