Added absolute path to match the common style.
[mmh] / config / config.c
index 2ccf379..20c62f5 100644 (file)
@@ -119,11 +119,6 @@ char *mimetypequeryproc = "file -b --mime";
 char *buildmimeproc = NMHBINDIR"/mhbuild";
 
 /*
-** This is the program to `cat' a file.
-*/
-char *catproc = "/bin/cat";
-
-/*
 ** This program is usually called directly by users, but it is
 ** also invoked by the spost program to process an "Fcc", or by
 ** comp/repl/forw/dist to refile a draft message.
@@ -141,7 +136,7 @@ char *incproc = NMHBINDIR"/inc";
 ** the message to show. The string ``show -file'' is most likely what you
 ** want to be you lproc.
 */
-char *lproc = "show -file";
+char *lproc = NMHBINDIR"/show -file";
 
 /*
 ** This is the path for the Bell equivalent mail program.