From owner-cvs-src-old@FreeBSD.ORG Sat Feb 7 14:06:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 310141065672 for ; Sat, 7 Feb 2009 14:06:10 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCBE8FC0A for ; Sat, 7 Feb 2009 14:06:10 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n17E6Avm067734 for ; Sat, 7 Feb 2009 14:06:10 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n17E69lH067733 for cvs-src-old@freebsd.org; Sat, 7 Feb 2009 14:06:09 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200902071406.n17E69lH067733@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 7 Feb 2009 14:04:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 14:06:10 -0000 bz 2009-02-07 14:04:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/defaults rc.conf etc/rc.d jail share/man/man5 rc.conf.5 Log: SVN rev 188287 on 2009-02-07 14:04:35Z by bz MFC: r187708 Update jail startup script for multi-IPv4/v6/no-IP jails. Note: this is only really necessary because of the ifconfig logic to add/remove the jail IPs upon start/stop. Consensus among simon and I is that the logic should really be factored out from the startup script and put into a proper management solution. - We now support starting of no-IP jails. - Implement jail__ip options to support both address familes with regard to ifconfig logic. - Implement _multi support suffix to the jail__ip option to configure additional addresses to avoid overlong, unreadbale jail__ip lines with lots of addresses. Revision Changes Path 1.318.2.15 +7 -5 src/etc/defaults/rc.conf 1.37.2.3 +208 -14 src/etc/rc.d/jail 1.327.2.9 +33 -3 src/share/man/man5/rc.conf.5