cvs commit: ports/sysutils Makefile ports/sysutils/pprotectd
 Makefile distinfo pkg-descr ports/sysutils/pprotectd/files
 pprotectd.in
    Pav Lucistnik 
    pav at FreeBSD.org
       
    Mon Aug  8 20:07:23 UTC 2011
    
    
  
pav         2011-08-08 20:07:22 UTC
  FreeBSD ports repository
  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/pprotectd   Makefile distinfo pkg-descr 
    sysutils/pprotectd/files pprotectd.in 
  Log:
  pprotectd this is a self protected daemon which protect processes
  from killing by the kernel when memory is exhausted.
  
  The P_PROTECTED flag protects processes from killing by the kernel
  when memory is exhausted. This may be useful for protection many
  critical daemons, such as cron, syslogd, inetd, sshd or mysqld.
  
  WWW: http://www.zonov.org/
  
  PR:             ports/151774
  Submitted by:   Andrey Zonov <andrey.zonov at gmail.com>
  
  Revision  Changes    Path
  1.1313    +1 -0      ports/sysutils/Makefile
  1.1       +25 -0     ports/sysutils/pprotectd/Makefile (new)
  1.1       +2 -0      ports/sysutils/pprotectd/distinfo (new)
  1.1       +33 -0     ports/sysutils/pprotectd/files/pprotectd.in (new)
  1.1       +8 -0      ports/sysutils/pprotectd/pkg-descr (new)
    
    
More information about the cvs-all
mailing list