summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-03-09 16:46:08 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-03-09 16:46:08 +0100
commit9d0b9cc8226cf7ecf74e8ae8b0d69a47b59071d1 (patch)
tree779ac5633ffe1dcf8af0806586d773f4f7aa46a0
parent85442fcbf37ce48d8db675c14e471e0eea3dc1df (diff)
downloadsamba4-9d0b9cc8226cf7ecf74e8ae8b0d69a47b59071d1.tar.gz
samba4-9d0b9cc8226cf7ecf74e8ae8b0d69a47b59071d1.tar.xz
samba4-9d0b9cc8226cf7ecf74e8ae8b0d69a47b59071d1.zip
Fix socket dirs and piddir.
-rw-r--r--samba4.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/samba4.spec b/samba4.spec
index 4484cc1..fc05f73 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -326,8 +326,8 @@ link against the SMB, RPC and other protocols.
%configure \
--enable-fhs \
- --with-piddir=/var/run \
- --with-sockets-dir=/var/run \
+ --with-piddir=/run \
+ --with-sockets-dir=/run/samba \
--with-modulesdir=%{_libdir}/samba \
--with-pammodulesdir=/%{smb_lib}/security \
--with-lockdir=/var/lib/samba \
@@ -338,7 +338,7 @@ link against the SMB, RPC and other protocols.
--builtin-libraries=ccan \
--bundled-libraries=%{_samba4_libraries} \
%if ! %with_pam_smbpass
- --without-pam_smbpass
+ --without-pam_smbpass
%endif
export WAFCACHE=/tmp/wafcache