From ca6a3efdb2379efdd76a934e72216d1d016e9e2c Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 3 Jan 2022 18:24:29 +0100 Subject: [PATCH] Fix for location of unrealircd.ctl when not in ~/unrealircd/ Reported by Han` --- Config | 1 + 1 file changed, 1 insertion(+) diff --git a/Config b/Config index c4ecaed7a..e18b61547 100755 --- a/Config +++ b/Config @@ -72,6 +72,7 @@ fi ARG="$ARG--with-bindir=$BINDIR " ARG="$ARG--with-datadir=$DATADIR " ARG="$ARG--with-pidfile=$DATADIR/unrealircd.pid " +ARG="$ARG--with-controlfile=$DATADIR/unrealircd.ctl " ARG="$ARG--with-confdir=$CONFDIR " ARG="$ARG--with-modulesdir=$MODULESDIR " ARG="$ARG--with-logdir=$LOGDIR "