summaryrefslogtreecommitdiff
path: root/sysutils/skill/pkg
diff options
context:
space:
mode:
authorkim <kim>1998-08-04 15:20:07 +0000
committerkim <kim>1998-08-04 15:20:07 +0000
commit1aa4295c172e31a8190c13744d8978304f58f864 (patch)
tree115d56ec184f0c17014183d31a974b59f1812ff0 /sysutils/skill/pkg
parente9b733fa7edfa3eab2799e4e0b3e6ff3223d1559 (diff)
downloadpkgsrc-1aa4295c172e31a8190c13744d8978304f58f864.tar.gz
Addition of skill/snice (skill-3.7.5)
Diffstat (limited to 'sysutils/skill/pkg')
-rw-r--r--sysutils/skill/pkg/COMMENT1
-rw-r--r--sysutils/skill/pkg/DESCR10
-rw-r--r--sysutils/skill/pkg/PLIST5
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