385b5dc Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock

Authored and Committed by mreynolds 10 years ago
    Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock
    
    Bug Description:  Due to a possible race condition, the server should be using /run for
                      /var/lock and /var/run
    
    Fix Description:  To be backwards compatible, we first check if /run exists(as it does not exist in rhel 6.x), then set
                      the lock directory to be /run/lock & /var/run to /run, and only write this to our tmpfiles.d configuration.
    
    https://fedorahosted.org/389/ticket/47513
    
    Reviewed by: richm(Thanks!)
    
        
file modified
+2 -0
file modified
+2529 -2382
file modified
+196 -138
file modified
+7 -2
file modified
+105 -77
file modified
+47 -41
file modified
+60 -5
file modified
+3 -0
file modified
+269 -185
file modified
+145 -260