Bug 127332 - [NEW PORT] sysutils/safe-rm: Wrapper around the rm command to prevent accidental deletions
Summary: [NEW PORT] sysutils/safe-rm: Wrapper around the rm command to prevent acciden...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 20:30 UTC by Yi-Jheng Lin
Modified: 2008-09-27 00:40 UTC (History)
0 users

See Also:


Attachments
safe-rm-0.3.shar (1.82 KB, text/plain)
2008-09-12 20:30 UTC, Yi-Jheng Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Jheng Lin 2008-09-12 20:30:00 UTC
Tool intended to prevent the accidental deletion of important files
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-09-12 21:21:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-09-27 00:30:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-09-27 00:30:27 UTC
miwi        2008-09-26 23:30:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/safe-rm     Makefile distinfo pkg-descr 
  Log:
  Tool intended to prevent the accidental deletion of important files
  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>
  
  Revision  Changes    Path
  1.1037    +1 -0      ports/sysutils/Makefile
  1.1       +32 -0     ports/sysutils/safe-rm/Makefile (new)
  1.1       +3 -0      ports/sysutils/safe-rm/distinfo (new)
  1.1       +6 -0      ports/sysutils/safe-rm/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"