290998b Move the default OTP socket directory to /run

Authored and Committed by Nalin Dahyabhai 10 years ago
1 file changed. 28 lines added. 1 lines removed.
    Move the default OTP socket directory to /run
    
    - pull in patch from master to move the default directory which the KDC
      uses when computing the socket path for a local OTP daemon from the
      database directory (/var/kerberos/krb5kdc) to the newly-added run
      directory (/run/krb5kdc), in line with what we're expecting in 1.13
      (RT#7859)
    - add a tmpfiles.d configuration file to have /run/krb5kdc created at
      boot-time
    - own /var/run/krb5kdc
    
        
file modified
+28 -1