blob: 04a6fc87625038fc15f16663f50c747db81a4f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.2 2003/07/02 17:42:12 jmmv Exp $
--- MToolsFM.1.in.orig Sat Aug 11 18:26:43 2001
+++ MToolsFM.1.in
@@ -20,7 +20,7 @@
.TP
.B \-\-nosysconf
Do not attempt to read system-wide configuration in
-.IR /etc/mtoolsfm.conf .
+.IR @PKG_SYSCONFDIR@/mtoolsfm.conf .
.TP
.B \-\-nouserconf
Do not read user config file in
@@ -55,7 +55,7 @@
~/.mtoolsfm
User-based initialization file
.TP
-/etc/mtoolsfm.conf
+@PKG_SYSCONFDIR@/mtoolsfm.conf
System-wide initialization file
.SH DIAGNOSTICS
Diagnostics appear in a little textfield at the bottom of the main window.
|