aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-04-07 17:30:00 +0800
committererwin <erwin@FreeBSD.org>2005-04-07 17:30:00 +0800
commit9478e756d43aec0f2b968bb62169af1e0ddbd772 (patch)
tree70c3f04d247593eb696d35256d113db97bbfb8ae /sysutils
parent30de984dce916e861a5eee3fe85a8c7acf40967b (diff)
downloadfreebsd-ports-gnome-9478e756d43aec0f2b968bb62169af1e0ddbd772.tar.gz
freebsd-ports-gnome-9478e756d43aec0f2b968bb62169af1e0ddbd772.tar.zst
freebsd-ports-gnome-9478e756d43aec0f2b968bb62169af1e0ddbd772.zip
Updated manpage and pkg-descr. Changed the 'stop' command to call
rc.shutdown inside jail on 5.x. PR: 79610 Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/jailctl/Makefile7
-rw-r--r--sysutils/jailctl/distinfo4
-rw-r--r--sysutils/jailctl/pkg-descr14
3 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/jailctl/Makefile b/sysutils/jailctl/Makefile
index 75b6d43e8489..d189bf25f975 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 162bea1384f6..899b73e66d20 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 08039e989ca7..3f4ea0502daf 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/