blob: 901eefe97748d46c12674cdbf9a411ab57b68ce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.5 2005/10/17 09:25:43 adam Exp $
--- src/main.cpp.orig 2005-09-16 21:43:04.000000000 +0000
+++ src/main.cpp
@@ -491,7 +491,7 @@ std::string configure_prog(bool reread)
// we have finished reading the configuration file
// now enter parameters common to send and receive of faxes
- prog_config.parms.push_back("efax-0.9a");
+ prog_config.parms.push_back("efax");
prog_config.parms.push_back("-vew"); // stderr -- errors and warnings
|