summaryrefslogtreecommitdiff
path: root/sysutils/skill
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-01-05 00:32:28 +0000
committerkim <kim@pkgsrc.org>1999-01-05 00:32:28 +0000
commitcc8b3290a7f280b9b95c3848845119b4c6dcdc8f (patch)
tree27776e14b002cf09f30bd56582bb229b3e0f781a /sysutils/skill
parent0b21c4fb0dd22636fe2f822fd888a888e2d83e8c (diff)
downloadpkgsrc-cc8b3290a7f280b9b95c3848845119b4c6dcdc8f.tar.gz
Updated to 3.7.6 (3.7@P5)
Diffstat (limited to 'sysutils/skill')
-rw-r--r--sysutils/skill/Makefile9
-rw-r--r--sysutils/skill/files/md54
-rw-r--r--sysutils/skill/patches/patch-ab16
-rw-r--r--sysutils/skill/pkg/COMMENT2
4 files changed, 25 insertions, 6 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile
index 3057e7cb24a..4ac2e085440 100644
--- a/sysutils/skill/Makefile
+++ b/sysutils/skill/Makefile
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.1 1998/08/04 15:20:07 kim Exp $
+# $NetBSD: Makefile,v 1.2 1999/01/05 00:32:28 kim Exp $
+#
+# There was a reason for the last digit and the patch number in
+# the distribution not matching, but it escapes me right now.
-DISTNAME= skill-3.7@P4
-PKGNAME= skill-3.7.5
+DISTNAME= skill-3.7@P5
+PKGNAME= skill-3.7.6
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= sysutils
MASTER_SITES= ftp://jaguar.cs.utah.edu/pub/skill/
diff --git a/sysutils/skill/files/md5 b/sysutils/skill/files/md5
index 11df672c831..2b5ba6e3d0d 100644
--- a/sysutils/skill/files/md5
+++ b/sysutils/skill/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/11 12:20:58 agc Exp $
+$NetBSD: md5,v 1.3 1999/01/05 00:32:29 kim Exp $
-MD5 (skill-3.7@P4_tar.Z) = 808d29e4c2538bf47dfd546cfce9607e
+MD5 (skill-3.7@P5_tar.Z) = 1f53b98ada8aa383f083c61d7a3477b2
diff --git a/sysutils/skill/patches/patch-ab b/sysutils/skill/patches/patch-ab
new file mode 100644
index 00000000000..e60f5ae93c7
--- /dev/null
+++ b/sysutils/skill/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 1999/01/05 00:32:29 kim Exp $
+
+--- machdep/bsd-44.c.ORIG Thu Mar 20 11:20:09 1997
++++ machdep/bsd-44.c Mon Jan 4 19:24:00 1999
+@@ -41,9 +41,9 @@
+ "PIPE", "ALRM", "TERM", "URG", "STOP", "TSTP", /* 13 - 18 */
+ "CONT", "CHLD", "TTIN", "TTOU", "IO", "XCPU", /* 19 - 24 */
+ "XFSZ", "VTALRM", "PROF", "WINCH", "INFO", "USR1", /* 25 - 30 */
+- "USR2", "32" /* 31 - 32 */
++ "USR2", "PWR" /* 31 - 32 */
+ };
+-int NSig = NSIG;
++int NSig = NSIG - 1;
+
+ #define SETCMD(dst,src,maxlen) { \
+ if (maxlen > 0) src[maxlen] = '\0'; \
diff --git a/sysutils/skill/pkg/COMMENT b/sysutils/skill/pkg/COMMENT
index 0f2e47af34b..dbeb3aafd05 100644
--- a/sysutils/skill/pkg/COMMENT
+++ b/sysutils/skill/pkg/COMMENT
@@ -1 +1 @@
-send signals to or renice processes given user names, ttys, commands, or pids
+send signals to processes given user names, ttys, commands, or pids