$NetBSD: patch-aa,v 1.2 2004/02/24 23:15:55 cube Exp $ --- gkrellweather.c.orig 2003-11-02 12:05:08.000000000 +0000 +++ gkrellweather.c 2003-11-02 12:05:23.000000000 +0000 @@ -983,7 +983,7 @@ options.windspeed_unit = 1; options.pressure_unit = 1; strcpy(options.station, DEFAULT_STATION_ID); - sprintf(options.command, "/usr/share/gkrellm/GrabWeather %s", options.station); + sprintf(options.command, "GrabWeather %s", options.station); sprintf(options.filename, "%s/.wmWeatherReports/%s.dat", getenv("HOME"), options.station); }