openbsd-ports/editors/ee/patches/patch-ee_1
naddy f8d399a33b Import of ee-1.4.4.
Submitted by Jose Nazario <jose@crimelabs.net>.

An easy to use text editor.  Intended to be usable with little or
no instruction.  Provides a terminal (curses-based) interface.
Features pop-up menus.
2001-11-13 15:23:15 +00:00

31 lines
1.3 KiB
Plaintext

$OpenBSD: patch-ee_1,v 1.1.1.1 2001/11/13 15:23:15 naddy Exp $
--- ee.1.orig Mon Nov 12 01:45:15 2001
+++ ee.1 Mon Nov 12 01:45:56 2001
@@ -402,7 +402,7 @@ cursor location. The old information wo
.PP
Since different users have different preferences, \fIee\fR allows some
slight configurability. There are three possible locations for an
-initialization file for ee: the file \fI/usr/local/lib/init.ee\fR, the
+initialization file for ee: the file \fI%%SYSCONFDIR%%/init.ee\fR, the
file \fI.init.ee\fR in the user's home directory, or the file \fI.init.ee\fR
in the current directory (if different from the home
directory). This allows system administrators to set some preferences for
@@ -410,7 +410,7 @@ the users on a system-wide basis (for ex
and the user to customize settings for particular directories (like one
for correspondence, and a different directory for programming).
.PP
-The file \fI\/usr/local/lib/init.ee\fR is read first, then
+The file \fI%%SYSCONFDIR%%/init.ee\fR is read first, then
\fI$HOME/.init.ee\fR, then \fI.init.ee\fR, with the settings specified by the
most recent file read taking precedence.
.PP
@@ -517,7 +517,7 @@ The automatic paragraph formatting opera
may be too slow for slower systems.
.SH FILES
.PP
-.I /usr/local/lib/init.ee
+.I %%SYSCONFDIR%%/init.ee
.br
.I $HOME/.init.ee
.br