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/brs/files/patch-brl.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/brs/files/patch-brl.c')
-rw-r--r-- | misc/brs/files/patch-brl.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/brs/files/patch-brl.c b/misc/brs/files/patch-brl.c new file mode 100644 index 000000000000..f0658e6d6192 --- /dev/null +++ b/misc/brs/files/patch-brl.c @@ -0,0 +1,19 @@ +*** brl.c.orig Tue Apr 12 19:31:59 1994 +--- brl.c Thu Jul 10 23:06:55 2003 +*************** +*** 1146,1152 **** + if (dfname == NULL) + dfname = "bible.data"; + if (dfpath == NULL) +! dfpath = "./ /usr/local/lib/"; + tsl_init( dfname, dfpath, memlimit ); + + /* Set (low) illegal value for current context. +--- 1146,1152 ---- + if (dfname == NULL) + dfname = "bible.data"; + if (dfpath == NULL) +! dfpath = "./ %%PREFIX%%/share/brs/"; + tsl_init( dfname, dfpath, memlimit ); + + /* Set (low) illegal value for current context. |