solanum: remove obsolete BANDB settings/patches

This commit is contained in:
lassulus 2021-05-24 15:49:57 +02:00
parent 4f51b501fe
commit 8eb5701aaf
3 changed files with 0 additions and 16 deletions

@ -82,9 +82,6 @@ in
description = "Solanum IRC daemon"; description = "Solanum IRC daemon";
after = [ "network.target" ]; after = [ "network.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
environment = {
BANDB_DBPATH = "/var/lib/solanum/ban.db";
};
serviceConfig = { serviceConfig = {
ExecStart = "${solanum}/bin/solanum -foreground -logfile /dev/stdout -configfile ${configFile} -pidfile /run/solanum/ircd.pid"; ExecStart = "${solanum}/bin/solanum -foreground -logfile /dev/stdout -configfile ${configFile} -pidfile /run/solanum/ircd.pid";
DynamicUser = true; DynamicUser = true;

@ -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);

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
patches = [ patches = [
./dont-create-logdir.patch ./dont-create-logdir.patch
./bandb.patch # https://github.com/solanum-ircd/solanum/issues/156
]; ];
configureFlags = [ configureFlags = [