Update README
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)
This commit is contained in:
parent
c08900fb22
commit
9017446d44
6
README
6
README
|
|
@ -29,12 +29,12 @@ Use provided FreeBSD Ports/packages from here:
|
||||||
|
|
||||||
Now plugin Your USB thumb drive and have fun ;)
|
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/exfat-utils // exFAT
|
||||||
* sysutils/fusefs-exfat // exFAT
|
* sysutils/fusefs-exfat // exFAT
|
||||||
* sysutils/fusefs-ntfs // NTFS (read write support)
|
* sysutils/fusefs-ntfs // NTFS (read write support)
|
||||||
* sysutils/fusefs-ext4fuse // EXT4
|
* sysutils/fusefs-ext2 // EXT4
|
||||||
* sysutils/fusefs-hfsfuse // HFS
|
* sysutils/fusefs-hfsfuse // HFS
|
||||||
* sysutils/fusefs-lkl // XFS
|
* sysutils/fusefs-lkl // XFS
|
||||||
* sysutils/fusefs-simple-mtpfs // MTP
|
* sysutils/fusefs-simple-mtpfs // MTP
|
||||||
|
|
@ -70,7 +70,7 @@ VERSION 1.7.0
|
||||||
The automount has now a new co-author - Rozhuk Ivan.
|
The automount has now a new co-author - Rozhuk Ivan.
|
||||||
New options available in automount.conf config file.
|
New options available in automount.conf config file.
|
||||||
Filesystem detection/mounting reworked totally with file(1)/dd(1)/fstyp(8) as backends.
|
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.
|
Automatic detection of DISPLAY variable.
|
||||||
New automatic wait for device appearance.
|
New automatic wait for device appearance.
|
||||||
New detection if device is a block device.
|
New detection if device is a block device.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue