mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 03:33:13 +02:00
Fix for location of unrealircd.ctl when not in ~/unrealircd/
Reported by Han`
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user