cvs commit: ports/sysutils Makefile ports/sysutils/safe-rm Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri Sep 26 23:30:17 UTC 2008


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)


More information about the cvs-ports mailing list