aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/safe-rm
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Change to my mail address at FreeBSD.orgyzlin2009-07-291-1/+1
| | | | Approved by: lwhsu (mentor)
* Tool intended to prevent the accidental deletion of important filesmiwi2008-09-273-0/+41
by replacing /bin/rm with a wrapper, which checks the given arguments against a configurable blacklist of files and directories that should never be removed. WWW: http://code.google.com/p/safe-rm/ PR: ports/127332 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>