diff options
author | erwin <erwin@FreeBSD.org> | 2005-04-07 09:30:00 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-04-07 09:30:00 +0000 |
commit | 9478e756d43aec0f2b968bb62169af1e0ddbd772 (patch) | |
tree | 70c3f04d247593eb696d35256d113db97bbfb8ae | |
parent | 30de984dce916e861a5eee3fe85a8c7acf40967b (diff) | |
download | FreeBSD-ports-9478e756d43aec0f2b968bb62169af1e0ddbd772.zip FreeBSD-ports-9478e756d43aec0f2b968bb62169af1e0ddbd772.tar.gz |
Updated manpage and pkg-descr. Changed the 'stop' command to call
rc.shutdown inside jail on 5.x.
PR: 79610
Submitted by: maintainer
-rw-r--r-- | sysutils/jailctl/Makefile | 7 | ||||
-rw-r--r-- | sysutils/jailctl/distinfo | 4 | ||||
-rw-r--r-- | sysutils/jailctl/pkg-descr | 14 |
3 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/jailctl/Makefile b/sysutils/jailctl/Makefile index 75b6d43..d189bf2 100644 --- a/sysutils/jailctl/Makefile +++ b/sysutils/jailctl/Makefile @@ -1,15 +1,14 @@ # New ports collection makefile for: jailctl -# Date created: 04.04.2005 -# Whom: Eirik Oeverby <ltning@anduin.net> +# Date created: 04.04.2005 +# Whom: ltning # # $FreeBSD$ # PORTNAME= jailctl -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= sysutils MASTER_SITES= http://anduin.net/jailctl/ -DISTNAME= jailctl MAINTAINER= ltning-jailctl@anduin.net COMMENT= Jail management tool diff --git a/sysutils/jailctl/distinfo b/sysutils/jailctl/distinfo index 162bea1..899b73e 100644 --- a/sysutils/jailctl/distinfo +++ b/sysutils/jailctl/distinfo @@ -1,2 +1,2 @@ -MD5 (jailctl.tar.gz) = 13fb1137f19d48367880b4f721483a90 -SIZE (jailctl.tar.gz) = 22284 +MD5 (jailctl-0.52.tar.gz) = 0bd3254ed181139e3a8fb2d164179479 +SIZE (jailctl-0.52.tar.gz) = 22445 diff --git a/sysutils/jailctl/pkg-descr b/sysutils/jailctl/pkg-descr index 08039e9..3f4ea05 100644 --- a/sysutils/jailctl/pkg-descr +++ b/sysutils/jailctl/pkg-descr @@ -1,12 +1,14 @@ Jail management tool for FreeBSD 4.x and 5.x. -Supports: - - starting/stopping - - creating - - upgrading - - deleting - - backing up and restoring +Supports + - starting/stopping + - creating + - upgrading + - deleting + - backing up and restoring of jails. Aims to be easy to configure, and to leave the system in a manageable state even without access to the jailctl tool. + +WWW: http://anduin.net/jailctl/ |