]> granicus.if.org Git - procps-ng/commitdiff
pre-release junk
authoralbert <>
Thu, 10 Oct 2002 21:08:03 +0000 (21:08 +0000)
committeralbert <>
Thu, 10 Oct 2002 21:08:03 +0000 (21:08 +0000)
ChangeLog
procps.lsm
procps.spec

index dd682e2d8862d933fedd1a68b293ea2bdebfdcb6..2464fe32575e75b54bc302e27db5c5037cc77f9f 100644 (file)
--- 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
index 9adc6992e11f07e76d77cde2d655856f3b150206..d969b0bf2e393a04232ba35ddf85532426a040ed 100644 (file)
@@ -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 <albert@users.sf.net>
+Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
+Maintained-by: various <procps-feedback@lists.sf.net>
 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
index 57625a1082701d8d9a2182ded5e6566793bd48e0..c031deb82a3c546a23f7623a2147ddbcd3fd47fe 100644 (file)
@@ -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