File: control

package info (click to toggle)
timelimit 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 108 kB
  • ctags: 90
  • sloc: ansic: 434; sh: 155; makefile: 68
file content (20 lines) | stat: -rw-r--r-- 821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: timelimit
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@ringlet.net>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>> 8), dpkg-dev (>= 1.15.7~), hardening-includes, perl
Standards-Version: 3.9.2
Vcs-Git: git://gitorious.org/timelimit/pkg-debian.git
Vcs-Browser: http://gitorious.org/timelimit/pkg-debian
Homepage: http://devel.ringlet.net/sysutils/timelimit/

Package: timelimit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: netpipes (<< 4.2-6)
Description: simple utility to limit a process's absolute execution time
 The timelimit utility executes a command and terminates the spawned process
 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.