pkgsrc/sysutils/psmisc/patches/patch-ab
jlam c8a1f86f28 Update psmisc to 20.1. Changes from version 19:
- command line -<num> put back in.
 - got rid of annoying "sending signal #" debug message
 - updated killall.1
 - updated killall usage
 - verbose now tells you what signal it is killing with.
 - New maintainer
 - Uses automake/autoconf to determine things
 - License changed to GPL
 - signames.h generated better (suggested by Grant Erickson)
 - uses getopt() for better command line stuff
 - makes less assumptions about process name, closes Debian Bug #53337
 - Doesn't use losetup for loop devices in fuser.
 - Better selection of process name (thanks to David desJardins)
2001-04-24 16:59:34 +00:00

16 lines
373 B
Text

$NetBSD: patch-ab,v 1.3 2001/04/24 16:59:35 jlam Exp $
--- src/Makefile.in.orig Sat Mar 31 05:40:12 2001
+++ src/Makefile.in
@@ -64,9 +64,9 @@
TERMCAP_LIB = @TERMCAP_LIB@
VERSION = @VERSION@
-CFLAGS = -Wall
+#CFLAGS = -Wall
-bin_PROGRAMS = fuser killall pstree
+bin_PROGRAMS = killall pstree
fuser_SOURCES = fuser.c comm.h signals.c signals.h signames.h loop.h