use global configs instead of per-user, man page describes enough to

do away with MESSAGE.  patch from Nick Nauwelaerts <nick@wanadoo.be>
This commit is contained in:
mark 2002-01-10 22:48:12 +00:00
parent 9df2f3017e
commit 6d4ae44a36
2 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-antiword_h,v 1.3 2002/01/10 22:48:12 mark Exp $
--- antiword.h.orig Tue Sep 25 21:36:47 2001
+++ antiword.h Thu Jan 10 14:40:59 2002
@@ -143,7 +143,7 @@
#define ANTIWORD_DIR "antiword"
#define FONTNAMES_FILE "fontname.txt"
#else
-#define GLOBAL_ANTIWORD_DIR "/opt/antiword/share"
+#define GLOBAL_ANTIWORD_DIR "/usr/local/share/antiword/resources"
#define ANTIWORD_DIR ".antiword"
#define FONTNAMES_FILE "fontnames"
#endif /* __dos */

View File

@ -1,6 +0,0 @@
Antiword resources are in ${PREFIX}/share/antiword/resources.
Copy the files from this directory into $HOME/.antiword, for
each user wishing to use antiword.
This allows each user to customize antiword how s/he wants.