summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-05-25 22:36:35 +0200
committertv <tv@krebsco.de>2018-05-25 22:36:35 +0200
commit1b11ee3fc59c5f935b18f73bfc2868a67fba9be2 (patch)
tree4bfd406ce7f936b548de7fceaae4b51c05bdd24d /krebs
parent4911be85b099ca79add6aff9ec28b7b1d36ca046 (diff)
ejabberd: use utillinux's flock
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/simple/ejabberd/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/ejabberd/default.nix b/krebs/5pkgs/simple/ejabberd/default.nix
index 9e4ed3df..b4ab13b4 100644
--- a/krebs/5pkgs/simple/ejabberd/default.nix
+++ b/krebs/5pkgs/simple/ejabberd/default.nix
@@ -1,6 +1,5 @@
{ stdenv, writeScriptBin, lib, fetchurl, git, cacert
, erlang, openssl, expat, libyaml, bash, gnused, gnugrep, coreutils, utillinux, procps, gd
-, flock
, withMysql ? false
, withPgsql ? false
, withSqlite ? false, sqlite
@@ -106,7 +105,7 @@ in stdenv.mkDerivation rec {
postInstall = ''
sed -i \
-e '2iexport PATH=${ctlpath}:$PATH' \
- -e 's,\(^ *FLOCK=\).*,\1${flock}/bin/flock,' \
+ -e 's,\(^ *FLOCK=\).*,\1${utillinux}/bin/flock,' \
-e 's,\(^ *JOT=\).*,\1,' \
-e 's,\(^ *CONNLOCKDIR=\).*,\1/var/lock/ejabberdctl,' \
$out/sbin/ejabberdctl