f6a71ab Use NSCD path in execl()

Authored and Committed by jhrozek 8 years ago
    Use NSCD path in execl()
    
    man execl says:
        The first argument, by convention, should point to the filename
        associated with the file being executed.
    
    We used just 'nscd' instead.
    
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
    
        
file modified
+1 -1