mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
92266c5224
Approved by: portmgr (blanket)
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab
|
|
files. It presents a pleasant object-oriented interface to the fstab.
|
|
|
|
Features:
|
|
* Supports blockdev, label, and UUID specification of mount device.
|
|
* Extendable to parse non-standard fstab formats by defining a new Entry
|
|
class for that format.
|
|
* Easily examine and set mount options for an entry.
|
|
* Stable, functional interface.
|
|
* Fully documented with PHPDoc.
|
|
|
|
WWW: https://pear.php.net/package/File_Fstab
|