From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:37:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BFA5106564A; Tue, 15 Apr 2008 22:37:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2698FC12; Tue, 15 Apr 2008 22:37:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3FMbihq033964; Tue, 15 Apr 2008 22:37:44 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMbiiJ033963; Tue, 15 Apr 2008 22:37:44 GMT (envelope-from brooks) Message-Id: <200804152237.m3FMbiiJ033963@repoman.freebsd.org> From: Brooks Davis Date: Tue, 15 Apr 2008 22:37:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d ppp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 22:37:44 -0000 brooks 2008-04-15 22:37:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ppp Log: MFC revs 1.17-1.20, the functional components of which are: 1.17: Allow the characters .-+/ to appear in ppp profile names by folding them to _ when evaluating ppp__nat and ppp__mode. Document the per-profile variables. 1.18: Add support for hardwiring ppp sessions to particular devices with new per-profile variables of the form ppp__unit. No ppp_unit variable is supported since tying the same unit to more than one profile won't work. PR: conf/121452, conf/122127 Revision Changes Path 1.11.2.5 +16 -3 src/etc/rc.d/ppp