This ensures that fuse functions correctly on stateless operating systems
without requiring use of the site configuration directory (/etc/).
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
+2015-05-26 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Use system directory for system-wide udev rules by default. This
+ ensures that fuse functions correctly on stateless operating
+ systems without requiring use of the site configuration directory
+ (/etc/). Patch by Ikey Doherty
+
2015-05-22 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix exec environment for mount and umount. Found by
fi
AC_SUBST(MOUNT_FUSE_PATH)
if test -z "$UDEV_RULES_PATH"; then
- UDEV_RULES_PATH=/etc/udev/rules.d
+ UDEV_RULES_PATH="${prefix}/lib/udev/rules.d"
AC_MSG_NOTICE([UDEV_RULES_PATH env var not set, using default $UDEV_RULES_PATH])
fi
AC_SUBST(UDEV_RULES_PATH)