From e50355e9f3ffc9950d352f1584cbc854bbdda566 Mon Sep 17 00:00:00 2001 From: albert <> Date: Thu, 10 Oct 2002 21:08:03 +0000 Subject: [PATCH] pre-release junk --- ChangeLog | 13 ++++++++++++- procps.lsm | 14 +++++++------- procps.spec | 4 ++-- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd682e2d..2464fe32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -Recent changes: +procps-3.0.0 --> procps-3.0.1 + +sysctl handles net/ipv4/conf/eth1.0123/tag (VLAN interface) +sysctl handles net.ipv4.conf.eth1/0123.tag (VLAN interface) +"ps" is now about 2x faster than in procps-2.x.x +"ps -F" now documented +w works in KOI8-R locale +vmstat documentation update +"skill -n blah blah blah" lets you test options +simple "make && make install" now + +procps-2.x.x --> procps-3.0.0 designed to support Linux 2.0 through 2.5.41 and beyond new top, with optional: color, windowing, SMP stats diff --git a/procps.lsm b/procps.lsm index 9adc6992..d969b0bf 100644 --- a/procps.lsm +++ b/procps.lsm @@ -1,16 +1,16 @@ Begin3 Title: procps -Version: 3.0.0 -Entered-date: 30JAN02 +Version: 3.0.1 +Entered-date: 10OCT02 Description: Procps is a library which parses the textual /proc filesystem and a suite of utilites which use the library. -Keywords: procps /proc libproc +Keywords: procps /proc libproc sysctl ps uptime tload free w top vmstat watch skill snice kill pgrep pkill -Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others. -Maintained-by: various +Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc. +Maintained-by: various Primary-site: http://procps.sf.net/ - 185kB procps-3.0.0.tar.gz + 185kB procps-3.0.1.tar.gz Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html - 185kB procps-3.0.0.tar.gz + 185kB procps-3.0.1.tar.gz Copying-policy: mixed End diff --git a/procps.spec b/procps.spec index 57625a10..c031deb8 100644 --- a/procps.spec +++ b/procps.spec @@ -2,7 +2,7 @@ Summary: Utilities for monitoring your system and processes on your system. Name: procps %define major_version 3 %define minor_version 0 -%define revision 0 +%define revision 1 %define version %{major_version}.%{minor_version}.%{revision} Version: %{version} Release: 1 @@ -54,7 +54,7 @@ mkdir -p $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT/usr/man/man1 $RPM_BUILD_ROOT/usr/man/man8 mkdir -p $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/usr/X11R6/bin -make DESTDIR=$RPM_BUILD_ROOT OWNERGROUP= MANDIR=/usr/share/man install +make DESTDIR=$RPM_BUILD_ROOT install=install install %clean rm -rf $RPM_BUILD_ROOT