From f00929ad622c978f8ad83590a15a765b4beecac9 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 13 May 2015 14:43:04 +0100 Subject: Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. --- src/core/mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/mount.h') diff --git a/src/core/mount.h b/src/core/mount.h index a01e6da194..280ea0d638 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -28,8 +28,8 @@ typedef struct Mount Mount; typedef enum MountState { MOUNT_DEAD, - MOUNT_MOUNTING, /* /bin/mount is running, but the mount is not done yet. */ - MOUNT_MOUNTING_DONE, /* /bin/mount is running, and the mount is done. */ + MOUNT_MOUNTING, /* /usr/bin/mount is running, but the mount is not done yet. */ + MOUNT_MOUNTING_DONE, /* /usr/bin/mount is running, and the mount is done. */ MOUNT_MOUNTED, MOUNT_REMOUNTING, MOUNT_UNMOUNTING, -- cgit v1.2.3-54-g00ecf