pre-release junk
This commit is contained in:
parent
bdecb0eb5c
commit
e50355e9f3
13
ChangeLog
13
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
|
designed to support Linux 2.0 through 2.5.41 and beyond
|
||||||
new top, with optional: color, windowing, SMP stats
|
new top, with optional: color, windowing, SMP stats
|
||||||
|
14
procps.lsm
14
procps.lsm
@ -1,16 +1,16 @@
|
|||||||
Begin3
|
Begin3
|
||||||
Title: procps
|
Title: procps
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Entered-date: 30JAN02
|
Entered-date: 10OCT02
|
||||||
Description: Procps is a library which parses the textual /proc filesystem
|
Description: Procps is a library which parses the textual /proc filesystem
|
||||||
and a suite of utilites which use the library.
|
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
|
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
|
||||||
Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others.
|
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
||||||
Maintained-by: various <albert@users.sf.net>
|
Maintained-by: various <procps-feedback@lists.sf.net>
|
||||||
Primary-site: http://procps.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
|
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
|
Copying-policy: mixed
|
||||||
End
|
End
|
||||||
|
@ -2,7 +2,7 @@ Summary: Utilities for monitoring your system and processes on your system.
|
|||||||
Name: procps
|
Name: procps
|
||||||
%define major_version 3
|
%define major_version 3
|
||||||
%define minor_version 0
|
%define minor_version 0
|
||||||
%define revision 0
|
%define revision 1
|
||||||
%define version %{major_version}.%{minor_version}.%{revision}
|
%define version %{major_version}.%{minor_version}.%{revision}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1
|
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/usr/man/man1 $RPM_BUILD_ROOT/usr/man/man8
|
||||||
mkdir -p $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/usr/X11R6/bin
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user