ports/net/samba4-devel/files/patch-source4__build__m4__check_path.m4
Timur I. Bakeyev ccb6ec69e0 Samba 4 is the ambitious next version of the Samba suite that is being
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.
2009-07-12 19:40:37 +00:00

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
#################################################