summaryrefslogtreecommitdiff
path: root/sysutils/timelimit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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