summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-14 17:01:02 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-20 14:05:32 +1000
commitedd3e8b03aa0bca85d4a9a62b35471e76a1f9390 (patch)
tree0cfbff1b383ec8994633784a6c67cf436297717b /wscript_build
parent01ce078ed166635c29e89bd012c82e3612393f28 (diff)
downloadsamba-edd3e8b03aa0bca85d4a9a62b35471e76a1f9390.tar.gz
samba-edd3e8b03aa0bca85d4a9a62b35471e76a1f9390.tar.bz2
samba-edd3e8b03aa0bca85d4a9a62b35471e76a1f9390.zip
s4-build Change default paths and --with flags for a 4.0 release
The following changes are made since Samba 3.6: * --with-ncalrpcdir and --with-nmbdsocketdir are replaced with --with-socket-dir (with ntp_signd, winbindd, nmbd subdirs) * This moves the winbind socket out of /tmp. Distributions have moved this out of /tmp for quite some time now, and /var/run in the FHS blessed location these days. --with-socketdir should point to /var/run in a distribution package. * Configuration files are expected in PREFIX/etc instead of PREFIX/lib (they need to be moved manually) * SWAT data files have moved to PREFIX/share/swat (alongside PREFIX/share/setup containing samba4 provision templates). * The --with-fhs option is no longer available (it was never very useful, and major distributions (Debian, OpenSuSE, Fedora) either specified every option (overriding the effect) or didn't specify it at all. * PID files are now in PREFIX/var/run, moved from PREFIX/var/locks * The ncalrpc and nmbd sockets are now in PREFIX/var/run by default The following changes are made for users of Samba3 binaries built with the top level build in master * 'state' files are now expected to be in their Samba 3.6 location PREFIX/var/locks (and will need to be moved manually) Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index 2043757746..b61a87e1c8 100644
--- a/wscript_build
+++ b/wscript_build
@@ -125,6 +125,6 @@ bld.RECURSE('source3')
bld.RECURSE('testsuite/headers')
# install some extra empty directories
-bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging")
+bld.INSTALL_DIRS("", "${LOCKDIR} ${STATEDIR} ${CACHEDIR} ${SWATDIR} ${SYSCONFDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging ${CODEPAGEDIR} ${LOGFILEBASE} ${SETUPDIR}")
bld.SYMBOL_CHECK()