summaryrefslogtreecommitdiff
path: root/misc/deco/files/patch-ex.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
commit0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch)
treeb35c705d3b36af5129c9a15430528661add3b428 /misc/deco/files/patch-ex.c
parentStage net-mgmt/routers2-extras and cleanup (diff)
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363282
Diffstat (limited to 'misc/deco/files/patch-ex.c')
-rw-r--r--misc/deco/files/patch-ex.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/deco/files/patch-ex.c b/misc/deco/files/patch-ex.c
new file mode 100644
index 000000000000..e6bb4ad57cdd
--- /dev/null
+++ b/misc/deco/files/patch-ex.c
@@ -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;