$NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $

--- src/fax_list.cpp.orig	2005-09-11 12:23:37.000000000 +0000
+++ src/fax_list.cpp
@@ -597,7 +597,7 @@ std::pair<const char*, char* const*> Fax
   std::vector<std::string> efix_parms;
   std::string temp;
     
-  efix_parms.push_back("efix-0.9a");
+  efix_parms.push_back("efix");
   // shut up efix (comment out next line and uncomment following one if errors to be reported)
   efix_parms.push_back("-v");
   //efix_parms.push_back("-ve");
@@ -743,8 +743,8 @@ std::pair<const char*, char* const*> Fax
   
   *temp_pp = 0;
 
-  char* prog_name = new char[std::strlen("efix-0.9a") + 1];
-  std::strcpy(prog_name, "efix-0.9a");
+  char* prog_name = new char[std::strlen("efix") + 1];
+  std::strcpy(prog_name, "efix");
 
   return std::pair<const char*, char* const*>(prog_name, exec_parms);
 }
@@ -950,7 +950,7 @@ void FaxListDialog::print_fax_thread(voi
 
       // if we reached this point, then the execvp() call must have failed
       // report error and then end process - use _exit(), not exit()
-      write_error("Can't find the efix-0.9a program - please check your installation\n"
+      write_error("Can't find the efix program - please check your installation\n"
 		  "and the PATH environmental variable\n");
       _exit(0);
     }
@@ -1061,7 +1061,7 @@ void FaxListDialog::view_fax_thread(void
 
     // if we reached this point, then the execvp() call must have failed
     // report error and then end process - use _exit(), not exit()
-    write_error("Can't find the efix-0.9a program - please check your installation\n"
+    write_error("Can't find the efix program - please check your installation\n"
 		"and the PATH environmental variable\n");
     _exit(0);
   }
