From 73a4c007a5c7c982271eb5bfdad00f270d28d5ee Mon Sep 17 00:00:00 2001 From: albert <> Date: Tue, 21 Jan 2003 09:58:15 +0000 Subject: [PATCH] misc. stuff, and 3.1.5 -> 3.1.6 version number --- Makefile | 6 +++--- proc/procps.h | 4 ++-- procps.lsm | 6 +++--- procps.spec | 2 +- ps/ps.1 | 5 ++--- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 40b40685..a7758cee 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ VERSION := 3 SUBVERSION := 1 -MINORVERSION := 5 -TARVERSION := 3.1.5 -LIBVERSION := 3.1.5 +MINORVERSION := 6 +TARVERSION := 3.1.6 +LIBVERSION := 3.1.6 ############ vars diff --git a/proc/procps.h b/proc/procps.h index bcda598c..aefb1d94 100644 --- a/proc/procps.h +++ b/proc/procps.h @@ -22,9 +22,9 @@ // // PowerPC: Big ugly problem! Macs are popular. :-/ // -// Unknown: HP-PA-RISC, zSeries, and x86-64 +// Unknown: PA-RISC, zSeries, and x86-64 // -#if defined(__sparc__) // || defined(__mips__) || defined(__powerpc__) +#if defined(k64test) || defined(__sparc__) // || defined(__mips__) || defined(__powerpc__) #define KLONG long long // not typedef; want "unsigned KLONG" to work #define KLF "L" #define STRTOUKL strtoull diff --git a/procps.lsm b/procps.lsm index fd78b87e..78e06ec6 100644 --- a/procps.lsm +++ b/procps.lsm @@ -1,6 +1,6 @@ Begin4 Title: procps -Version: 3.1.5 +Version: 3.1.6 Entered-date: 2002-12-14 Description: Linux system utilities Keywords: procps /proc libproc sysctl pmap @@ -8,8 +8,8 @@ Keywords: procps /proc libproc sysctl pmap Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc. Maintained-by: various Primary-site: http://procps.sf.net/ - 236kB procps-3.1.5.tar.gz + 236kB procps-3.1.6.tar.gz Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html - 236kB procps-3.1.5.tar.gz + 236kB procps-3.1.6.tar.gz Copying-policy: mixed End diff --git a/procps.spec b/procps.spec index 6674608e..228e1106 100644 --- a/procps.spec +++ b/procps.spec @@ -3,7 +3,7 @@ Summary: System and process monitoring utilities Name: procps %define major_version 3 %define minor_version 1 -%define revision 5 +%define revision 6 %define version %{major_version}.%{minor_version}.%{revision} Version: %{version} Release: 1 diff --git a/ps/ps.1 b/ps/ps.1 index c139a028..4f2edc32 100644 --- a/ps/ps.1 +++ b/ps/ps.1 @@ -96,9 +96,8 @@ s display signal format u display user-oriented format v display virtual memory format --format user-defined format ---context (SELinux only) Display security context format; implies --SID ---secsid (SELinux only) Display Security ID (SID) ---SID (SELinux only) Display Security ID (SID) +--context (SELinux only) Display security context format; implies --secsid +--secsid (SELinux only) Display Security ID OUTPUT MODIFIERS -H show process hierarchy (forest)