mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
507 B
Text
9 lines
507 B
Text
Magic Rescue scans a block device for file types it knows how to recover and
|
|
calls an external program to extract them. It looks at "magic bytes" in file
|
|
contents, so it can be used both as an undelete utility and for recovering a
|
|
corrupted drive or partition. As long as the file data is there, it will
|
|
find it.
|
|
|
|
It works on any file system, but on very fragmented file systems it can only
|
|
recover the first chunk of each file. Practical experience shows, however, that
|
|
chunks of 30-50MB are not uncommon.
|