mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06: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)
8 lines
536 B
Text
8 lines
536 B
Text
The zeroer utility can be used to wipe empty space on a disk. In contrary to dd,
|
|
zeroer does not wipe existing files on a partition. It overwrites the
|
|
unallocated disk space around existing files, which means that deleted files
|
|
cannot be restored after processing a certain partition with zeroer.
|
|
|
|
The utility's principle consists in writing huge zero-padded memory blocks to a
|
|
file. To a certain extent this works similar to dd, however zeroer dynamically
|
|
reduces the blockwriter's buffer size when the filesystem is going to be full.
|