bareos: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-04-11 20:05:36 +02:00
parent a91ec56536
commit 24ca25a117
+2 -2
View File
@@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
"--with-working-dir=/var/lib/bareos"
"--with-bsrdir=/var/lib/bareos"
"--with-logdir=/var/log/bareos"
"--with-pid-dir=/var/run/bareos"
"--with-subsys-dir=/var/run/bareos"
"--with-pid-dir=/run/bareos"
"--with-subsys-dir=/run/bareos"
"--enable-ndmp"
"--enable-lmdb"
"--enable-batch-insert"