diff options
author | tv <tv@krebsco.de> | 2021-05-20 11:08:58 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-05-20 11:08:58 +0200 |
commit | 5460255668f43ad1486c6ce0261aebe06d64857a (patch) | |
tree | 75e4f4b71c5636bb405b9ddbb30fdbeeffb4eced /krebs/5pkgs/simple/solanum/bandb.patch | |
parent | a5d9c02a937f577c0dc25b8e46142f9c9b1db534 (diff) | |
parent | da975042c505a2fa693677cbd10d8245c17b3570 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'krebs/5pkgs/simple/solanum/bandb.patch')
-rw-r--r-- | krebs/5pkgs/simple/solanum/bandb.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/solanum/bandb.patch b/krebs/5pkgs/simple/solanum/bandb.patch new file mode 100644 index 000000000..7d204398b --- /dev/null +++ b/krebs/5pkgs/simple/solanum/bandb.patch @@ -0,0 +1,12 @@ +diff --git a/ircd/bandbi.c b/ircd/bandbi.c +index 29a3bfa2..16a40f17 100644 +--- a/ircd/bandbi.c ++++ b/ircd/bandbi.c +@@ -83,7 +83,6 @@ start_bandb(void) + const char *suffix = ""; + #endif + +- rb_setenv("BANDB_DBPATH", ircd_paths[IRCD_PATH_BANDB], 1); + if(bandb_path == NULL) + { + snprintf(fullpath, sizeof(fullpath), "%s%cbandb%s", ircd_paths[IRCD_PATH_LIBEXEC], RB_PATH_SEPARATOR, suffix); |