summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/solanum/bandb.patch
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-05-24 16:21:20 +0200
committerlassulus <lassulus@lassul.us>2021-05-24 16:21:20 +0200
commit434420bd0a1a6e0b2d62cc17388ebf7cb6a7760e (patch)
tree578be1900784efde263a57fcfb18faff6338d2e1 /krebs/5pkgs/simple/solanum/bandb.patch
parentd3b632071884602d56afa80e6fd85693159cf028 (diff)
solanum: remove unneeded BANDB stuff
Diffstat (limited to 'krebs/5pkgs/simple/solanum/bandb.patch')
-rw-r--r--krebs/5pkgs/simple/solanum/bandb.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/krebs/5pkgs/simple/solanum/bandb.patch b/krebs/5pkgs/simple/solanum/bandb.patch
deleted file mode 100644
index 7d204398..00000000
--- a/krebs/5pkgs/simple/solanum/bandb.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);