From owner-cvs-all Sat Feb 19 18:51:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2D537BDF1; Sat, 19 Feb 2000 18:51:13 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99850; Sat, 19 Feb 2000 18:51:12 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200002200251.SAA99850@freefall.freebsd.org> From: Robert Watson Date: Sat, 19 Feb 2000 18:51:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rwatson 2000/02/19 18:51:12 PST Modified files: usr.sbin/jail jail.8 Log: - As jail(8) has been almost completely rewritten, prepend another copyright/ BSD-style license, as an add-on to phk's beerware license. Please fedex some beer to phk. - Add a ``make depend'' line to the jail-building, which fixes openssl, among other things. Suggested by: kris - Add ``newaliases'' to the list of things to do when setting up a new jail, so that the jailed sendmail doesn't complain. - Correct references to ``kern.jail.set_hostname_allowed'' which now read ``jail.set_hostname_allowed''. - Add a reference to sysctl.conf where the sysctl can easily be set in a persistent way. - Add a list of cross references to the man page. - Fix a formatting nit or two. Revision Changes Path 1.12 +59 -8 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message