]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- force state dirs to /var/run instead of compile-time detection
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Jun 2014 10:00:57 +0000 (12:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Jun 2014 10:00:57 +0000 (12:00 +0200)
autofs.spec

index f34bb68c7f72eff56da5db0d95a4e822526f362d..bd3877b25dacd604feac392e6ba9661d8e9beb3e 100644 (file)
@@ -113,6 +113,9 @@ trzymanych na serwerze LDAP.
 %{__autoconf}
 
 export initdir=/etc/rc.d/init.d
+export piddir=/var/run
+export fifodir=/var/run
+export flagdir=/var/run
 %configure \
        --with-openldap=%{?with_ldap:yes}%{!?with_ldap:no} \
        --enable-force-shutdown=yes \
This page took 0.041426 seconds and 4 git commands to generate.