diff options
author | kim <kim@pkgsrc.org> | 1998-08-04 15:20:07 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-08-04 15:20:07 +0000 |
commit | d7eb4d26847a452ea81954709ba79abcc474bb96 (patch) | |
tree | 115d56ec184f0c17014183d31a974b59f1812ff0 /sysutils/skill/pkg | |
parent | 8cabc1463fee8cdb337c0a06c4727b0ecd5b26b6 (diff) | |
download | pkgsrc-d7eb4d26847a452ea81954709ba79abcc474bb96.tar.gz |
Addition of skill/snice (skill-3.7.5)
Diffstat (limited to 'sysutils/skill/pkg')
-rw-r--r-- | sysutils/skill/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/skill/pkg/DESCR | 10 | ||||
-rw-r--r-- | sysutils/skill/pkg/PLIST | 5 |
3 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/skill/pkg/COMMENT b/sysutils/skill/pkg/COMMENT new file mode 100644 index 00000000000..0f2e47af34b --- /dev/null +++ b/sysutils/skill/pkg/COMMENT @@ -0,0 +1 @@ +send signals to or renice processes given user names, ttys, commands, or pids diff --git a/sysutils/skill/pkg/DESCR b/sysutils/skill/pkg/DESCR new file mode 100644 index 00000000000..3eab575712c --- /dev/null +++ b/sysutils/skill/pkg/DESCR @@ -0,0 +1,10 @@ +`skill' is a program which sends signals to processes given +any combination of user names, ttys, commands, and pids. `snice' is +a program which changes the priority of processes (given the same). +It's actually one program which examines argv to determine what action +is to be taken on matching processes. It is similar to kill(1) and +renice(8), however the command line is completely order independent. +There are also verbose, search, and interactive modes of operation. + +The name `skill' stems from `SuperKILL', but if you use it under `csh', +you may discover another reason for calling it `skill' (hint "s!!"). diff --git a/sysutils/skill/pkg/PLIST b/sysutils/skill/pkg/PLIST new file mode 100644 index 00000000000..2d106951d5f --- /dev/null +++ b/sysutils/skill/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/04 15:20:08 kim Exp $ +bin/skill +bin/snice +man/man1/skill.1 +man/man1/snice.1 |