mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
developed in parallel to the stable 3.0 series. The main emphasis in this branch is support for the Active Directory logon protocols used by Windows 2000 and above.
14 lines
726 B
Text
14 lines
726 B
Text
--- ./source4/build/m4/check_path.m4.orig 2009-06-19 04:36:48.000000000 +0000
|
|
+++ ./source4/build/m4/check_path.m4 2009-07-12 02:39:36.000000000 +0000
|
|
@@ -41,11 +41,6 @@
|
|
ntp_signd_socket_dir="${localstatedir}/run/samba/ntp_signd"
|
|
winbindd_socket_dir="${localstatedir}/run/samba/winbindd"
|
|
winbindd_privileged_socket_dir="${localstatedir}/lib/samba/winbindd_privileged"
|
|
-else
|
|
- # Check to prevent installing directly under /usr without the FHS
|
|
- AS_IF([test $prefix = /usr || test $prefix = /usr/local],[
|
|
- AC_MSG_ERROR([Don't install directly under "/usr" or "/usr/local" without using the FHS option (--enable-fhs). This could lead to file loss!])
|
|
- ])
|
|
fi
|
|
|
|
#################################################
|