diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | srcx/jps.8 | 6 |
4 files changed, 10 insertions, 6 deletions
@@ -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 @@ -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]) @@ -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. |