c8a1f86f28
- 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)
13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-aa,v 1.6 2001/04/24 16:59:35 jlam Exp $
|
|
|
|
--- doc/Makefile.in.orig Sat Mar 31 05:40:07 2001
|
|
+++ doc/Makefile.in
|
|
@@ -64,7 +64,7 @@
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
|
VERSION = @VERSION@
|
|
|
|
-man_MANS = fuser.1 killall.1 pidof.1 pstree.1
|
|
+man_MANS = killall.1 pidof.1 pstree.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|