diff -ruNd sysutils/contool/patches/patch-02 sysutils/contool/patches/patch-02 --- sysutils/contool/patches/patch-02 Mon Jan 6 13:26:28 1997 +++ sysutils/contool/patches/patch-02 Sat Apr 8 21:38:01 2000 @@ -1,5 +1,5 @@ ---- contool.c.orig Thu Feb 24 09:55:30 1994 -+++ contool.c Sun Jan 5 13:48:41 1997 +--- contool.c.orig Thu Feb 24 20:55:30 1994 ++++ contool.c Sat Apr 8 21:37:19 2000 @@ -284,6 +284,9 @@ EXPORT acquire_console() @@ -26,3 +26,12 @@ abend("%s: could not attach to /dev/console: %s", program, sys_errlist[errno]); #endif } +@@ -354,7 +364,7 @@ + if (p = getenv(CONTOOL_FILTERS)) + filter_file = strsave(p); + else { +- sprintf(path, "%s/.contool", getenv("HOME")); ++ sprintf(path, "%s/.desk/contool", getenv("HOME")); + filter_file = strsave(path); + } +