$OpenBSD: patch-web_swat_c,v 1.6 2010/04/26 17:31:57 sthen Exp $
--- web/swat.c.orig	Tue Apr 28 16:46:16 2009
+++ web/swat.c	Wed Jun  3 21:13:32 2009
@@ -150,8 +150,10 @@ static int include_html(const char *fname)
 	fd = web_open(fname, O_RDONLY, 0);
 
 	if (fd == -1) {
-		printf(_("ERROR: Can't open %s"), fname);
-		printf("\n");
+		if (strcmp(fname, "help/welcome.html")) {
+			printf(_("ERROR: Can't open %s"), fname);
+			printf("\n");
+		}
 		return 0;
 	}
 
