diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
commit | 0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/deco/files/patch-help.c | |
parent | Stage 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-help.c')
-rw-r--r-- | misc/deco/files/patch-help.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/deco/files/patch-help.c b/misc/deco/files/patch-help.c new file mode 100644 index 000000000000..11882f702beb --- /dev/null +++ b/misc/deco/files/patch-help.c @@ -0,0 +1,11 @@ +--- help.c Sat Jul 12 18:54:34 1997 ++++ /home/andy/tmp/wrk/help.c Tue Dec 16 12:15:00 1997 +@@ -10,7 +10,7 @@ + + #define CS 34 + #define HELPDIR "/usr/lib/deco/help/" +-#define LCLHELPDIR "/usr/local/lib/deco/help/" ++#define LCLHELPDIR "/usr/local/share/deco/help/" + + struct helptab { + char row; |