From 9017446d44cc0d2f8ac2fca4cc554bc5eeb5d70d Mon Sep 17 00:00:00 2001 From: Graham Perrin Date: Sun, 14 Feb 2021 16:39:40 +0000 Subject: [PATCH] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor corrections and updates. `sysutils/fusefs-ext4fuse` https://www.freshports.org/sysutils/fusefs-ext4fuse/#history – removed. https://www.freebsd.org/cgi/man.cgi?query=libnitify and https://www.freebsd.org/cgi/man.cgi?query=libnotify find nothing. https://www.freebsd.org/cgi/man.cgi?query=libnotify&apropos=1 finds Gtk2::Notify(3) e.g. https://www.freebsd.org/cgi/man.cgi?query=Gtk2%3a%3aNotify(3) --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index adfe310..1b30d72 100644 --- a/README +++ b/README @@ -29,12 +29,12 @@ Use provided FreeBSD Ports/packages from here: Now plugin Your USB thumb drive and have fun ;) -These Ports/packages are neede for all filesystems: +These ports/packages are needed for all filesystems: * sysutils/exfat-utils // exFAT * sysutils/fusefs-exfat // exFAT * sysutils/fusefs-ntfs // NTFS (read write support) -* sysutils/fusefs-ext4fuse // EXT4 +* sysutils/fusefs-ext2 // EXT4 * sysutils/fusefs-hfsfuse // HFS * sysutils/fusefs-lkl // XFS * sysutils/fusefs-simple-mtpfs // MTP @@ -70,7 +70,7 @@ VERSION 1.7.0 The automount has now a new co-author - Rozhuk Ivan. New options available in automount.conf config file. Filesystem detection/mounting reworked totally with file(1)/dd(1)/fstyp(8) as backends. -Notifications are now possible with libnitify(8) library. +Notifications are now possible with libnotify. Automatic detection of DISPLAY variable. New automatic wait for device appearance. New detection if device is a block device.