summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'comms/efax-gtk/patches/patch-ad')
-rw-r--r--comms/efax-gtk/patches/patch-ad38
1 files changed, 12 insertions, 26 deletions
diff --git a/comms/efax-gtk/patches/patch-ad b/comms/efax-gtk/patches/patch-ad
index 97c0cd6dd2f..4f09fd33a04 100644
--- a/comms/efax-gtk/patches/patch-ad
+++ b/comms/efax-gtk/patches/patch-ad
@@ -1,27 +1,13 @@
-$NetBSD: patch-ad,v 1.1 2002/12/25 13:18:25 jmmv Exp $
+$NetBSD: patch-ad,v 1.2 2005/03/30 13:49:28 adam Exp $
---- helpfile.h.orig Sat Apr 6 13:07:24 2002
-+++ helpfile.h
-@@ -135,10 +135,10 @@ const char helpfile_msg[] =
- "--------\n"
- "\n"
- "The program settings can be changed by manually editing the efax-gtk\n"
--"configuration file comprising $HOME/.efax-gtkrc,\n"
--"/usr/local/etc/efax-gtkrc or /etc/efax-gtkrc. The file is searched\n"
-+"configuration file comprising $HOME/.efax-gtkrc or\n"
-+RCDIR "/efax-gtkrc. The file is searched\n"
- "for in that order, so $HOME/.efax-gtkrc takes precedence over the\n"
--"other two.\n"
-+"other one.\n"
- "\n"
- "The configuration file can also be set by using the Settings dialog\n"
- "launched from the `File/Settings' pull down menu item. The settings\n"
-@@ -147,7 +147,7 @@ const char helpfile_msg[] =
- "revert to the global settings, this can be done either by deleting the\n"
- "$HOME/.efax-gtkrc file, or by pressing the `Reset' button in the\n"
- "Settings dialog, which will reload the Settings dialog from\n"
--"/etc/efax-gtkrc or /usr/local/etc/efax-gtkrc.\n"
-+RCDIR "/efax-gtkrc.\n"
- "\n"
- "Help can be obtained when filling out the Settings dialog by holding\n"
- "the mouse over the relevant help (?) button, which will bring up a\n"
+--- src/main.cpp.orig 2005-03-30 15:44:28.000000000 +0000
++++ src/main.cpp
+@@ -429,7 +429,7 @@ Glib::ustring 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
+