and modifying the state of the system, including memory, processes, sending signals to processes, etc. The commands include free, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top, vmstat, w and watch. (kill is not installed; it is available in the sysutils/util-linux package.) This version of procps is maintained by Albert Cahalan, based on original code from Michael K. Johnson.
13 lines
418 B
Text
13 lines
418 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2003/05/16 03:20:43 jeremy-c-reed Exp $
|
|
|
|
--- proc/module.mk.orig Mon Oct 21 02:13:32 2002
|
|
+++ proc/module.mk Mon Nov 4 23:54:19 2002
|
|
@@ -55,7 +55,7 @@
|
|
$(lib)/$(SONAME) : proc/$(SONAME)
|
|
$(install) --mode a=rx --strip $< $@
|
|
cd $(lib) && $(ln_sf) $(SONAME) lib$(NAME).so
|
|
- $(ldconfig)
|
|
+# $(ldconfig)
|
|
|
|
#$(usr/lib)/lib$(NAME).a : proc/lib$(NAME).a
|
|
# $(install) --mode a=r --strip $< $@
|