$NetBSD: patch-ab,v 1.4 2000/06/26 21:55:50 rh Exp $ --- src/plugin.c.orig Sat May 27 04:18:47 2000 +++ src/plugin.c Mon Jun 26 22:42:10 2000 @@ -206,10 +206,10 @@ len = strlen (e->d_name); /* * Install all files in the directory with the name - * gnum_*.so + * libgnum_*.so */ if (len > 8 && - strncmp (e->d_name, "gnum_", 3) == 0 && + strncmp (e->d_name, "libgnum_", 8) == 0 && strncmp (e->d_name + len - 3, ".so", 3) == 0){ char *plugin_name;