diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 11:56:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 11:56:47 +0000 |
commit | 3a61dc074a691dc07f8931474d465a4c059358d2 (patch) | |
tree | 8ddfc2a68743b0026844cf20fba2fc6cf99a2d3c /misc/deco/files/patch-aa | |
parent | Activate ptoc. (diff) |
Import deco port. deco is another Norton Commander clone that
seems to be popular in Russia.
PR: 5315
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10327
Diffstat (limited to '')
-rw-r--r-- | misc/deco/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/deco/files/patch-aa b/misc/deco/files/patch-aa new file mode 100644 index 000000000000..e6bb4ad57cdd --- /dev/null +++ b/misc/deco/files/patch-aa @@ -0,0 +1,17 @@ +--- ex.c Sat Jul 12 18:54:34 1997 ++++ /home/andy/tmp/wrk/ex.c Tue Dec 16 12:14:53 1997 +@@ -59,11 +59,11 @@ + #define UMFILE ".menu" + #define INITFILE ".decoini" + #define ULDINITFILE "/usr/lib/deco/initfile" +-#define ULLDINITFILE "/usr/local/lib/deco/initfile" ++#define ULLDINITFILE "/usr/local/share/deco/initfile" + #define ULDUMFILE "/usr/lib/deco/menu" +-#define ULLDUMFILE "/usr/local/lib/deco/menu" ++#define ULLDUMFILE "/usr/local/share/deco/menu" + #define ULDEXFILE "/usr/lib/deco/profile" +-#define ULLDEXFILE "/usr/local/lib/deco/profile" ++#define ULLDEXFILE "/usr/local/share/deco/profile" + + struct ex { + char *pat; |