I don't know what the grand design of the installed file system layout is,
but I'm pretty sure defaulting to /usr will cause some non-Linux problems
(like on systems with POSIX.1e ACLs where /usr is flaged read-only or Sun
clusers that netboot NFS /usr in read-only mode).
~BAS
===
dnl ************ OCF (Open Cluster Framework) **********************
dnl Must be consistent with remainder of platform (analogy with
"initdir").
-OCF_ROOT_DIR="/usr/lib/ocf"
+OCF_ROOT_DIR="${prefix}/lib/ocf"
AC_ARG_WITH(ocf-root,
[ --with-ocf-root=DIR directory for OCF scripts
[${OCF_ROOT_DIR}]],
[ if test x"$withval" = xprefix; then OCF_ROOT_DIR=${prefix}; else
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/