From 83e22eb923cc27b42c23e0620ff85a6ae4c3148d Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Thu, 21 Mar 2013 20:34:45 +0100 Subject: [PATCH] Fix typo in NTFS error message. --- automount | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automount b/automount index f29df48..9535c2d 100755 --- a/automount +++ b/automount @@ -284,7 +284,6 @@ case ${2} in if which ntfs-3g 1> /dev/null 2> /dev/null # sysutils/fusefs-ntfs then __wait_for_device ${DEV} - if ntfs-3g -o remove_hiberfile ${OPTS} ${DEV} ${MNT} then ADD=1 @@ -301,7 +300,7 @@ case ${2} in then ADD=1 else - __log "${DEV}: mount failed (ntfs) 'ntfs-3g ${OPTS} ${DEV} ${MNT}'" + __log "${DEV}: mount failed (ntfs) 'mount_ntfs ${OPTS} ${DEV} ${MNT}'" exit 1 fi fi