diff --git a/zdev/include/path.h b/zdev/include/path.h index 5d2b8369..e889deb5 100644 --- a/zdev/include/path.h +++ b/zdev/include/path.h @@ -20,7 +20,7 @@ #define UDEV_SUFFIX ".rules" #define PATH_MODPROBE_CONF "/etc/modprobe.d" -#define PATH_MODPROBE "/usr/sbin/modprobe" +#define PATH_MODPROBE "/sbin/modprobe" #define PATH_CCW_BUS "/sys/bus/ccw" #define PATH_CCWGROUP_BUS "/sys/bus/ccwgroup" #define PATH_UDEV_RULES "/etc/udev/rules.d"