mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
cyrus-sasl: put daemon state to '/run/ssalauthd' instead of the default value '/var/state/ssalauthd'
This commit is contained in:
parent
23d5a7a042
commit
e07f0bbeb2
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
configureFlagsArray=( --with-plugindir=$out/lib/sasl2
|
||||
--with-configdir=$out/lib/sasl2
|
||||
--with-saslauthd=/run/saslauthd
|
||||
--enable-login
|
||||
)
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user