Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann <martin.engelmann@gmx.de>.
This commit is contained in:
parent
7a433849f5
commit
6f012d0bb2
|
@ -11,6 +11,6 @@ rm -f /usr/share/hal/fdi/policy/10osvendor/debian-storage-policy-fixed-drives.fd
|
|||
# Use ntfs-3g by default to mount ntfs partitions
|
||||
if [ -x /usr/bin/ntfs-3g ]
|
||||
then
|
||||
rm -f /sbin/mount.nfs
|
||||
rm -f /sbin/mount.ntfs
|
||||
ln -s /usr/bin/ntfs-3g /sbin/mount.ntfs
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue