aboutsummaryrefslogtreecommitdiff
path: root/sysutils/timelimit
Commit message (Collapse)AuthorAgeFilesLines
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,Peter Pentchev2004-11-011-1/+1
| | | | | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu> Notes: svn path=/head/; revision=120589
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Finish the migration of my tools from ringwraith.online.bg toPeter Pentchev2003-07-081-1/+1
| | | | | | | | | devel.ringlet.net. Prompted by: fenner's scripts Notes: svn path=/head/; revision=84440
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* timelimit executes a command and terminates the spawned processPeter Pentchev2001-06-085-0/+32
after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. WWW: http://ringwraith.online.bg/devel/sys/timelimit/ Author: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=43667