summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-12-09 21:15:39 +0000
committerStef Walter <stef@memberwebs.com>2004-12-09 21:15:39 +0000
commitedff432c4ee4aa21259111ad4cdd79e2aa786ec0 (patch)
treeba724c80cc442a5af20890a6a0d1d2873e0450e8
parent15f2071f267fab6c1985cdf873b1adc0a4ed0881 (diff)
- New version
- Documentation fixes
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL2
-rw-r--r--configure.ac4
-rw-r--r--srcx/jps.86
4 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aff139..ae58f2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1.0
+ - Stable version number
+ - Documentation fixes
+
0.6
- Rewrote utility set to new support for new jail features in FreeBSD 5.x
- Added injail from the jailer package
diff --git a/INSTALL b/INSTALL
index cb47755..ae1b95b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ on the host system.
QUICK INSTALLATION:
- # tar -zxvf jailutils-0.6.tar.gz
+ # tar -zxvf jailutils-1.0.tar.gz
# ./configure
# make && make install
diff --git a/configure.ac b/configure.ac
index bf8085f..6808263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com>
dnl
# Process this file with autoconf to produce a configure script.
-AC_INIT(jailutils, 0.6, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(jailutils, 0.6)
+AC_INIT(jailutils, 1.0, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(jailutils, 1.0)
AC_CONFIG_SRCDIR([src/killjail.c])
AM_CONFIG_HEADER([config.h])
diff --git a/srcx/jps.8 b/srcx/jps.8
index fac8e58..a3e9ada 100644
--- a/srcx/jps.8
+++ b/srcx/jps.8
@@ -45,7 +45,7 @@
.Nd prints processes running in a jail
.Sh SYNOPSIS
.Nm
-.Fl x
+.Fl i
.Ar jail
.Nm
.Ar jail
@@ -55,7 +55,7 @@ The
.Nm
utility prints out a list of the processes running in a given jail. When run
with the
-.Fl x
+.Fl i
argument it just prints out the process ids. Otherwise it prints out a full
.Xr ps 1
type listing for the processes in the jail. The
@@ -63,7 +63,7 @@ type listing for the processes in the jail. The
formatting and other options are available for use.
.Sh OPTIONS
.Bl -tag -width ".Fl u Ar ps-options"
-.It Fl x
+.It Fl i
Only print out the process ids.
.It Ar jail
Either a jail id (which is an integer) or a jail host name.