From owner-cvs-all Fri Aug 10 16:58: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D46037B43C; Fri, 10 Aug 2001 16:57:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANvht61295; Fri, 10 Aug 2001 16:57:43 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108102357.f7ANvht61295@freefall.freebsd.org> From: Robert Watson Date: Fri, 10 Aug 2001 16:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h src/usr.sbin/sysinstall/help security.hlp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/10 16:57:43 PDT Modified files: usr.sbin/sysinstall config.c menus.c sysinstall.h usr.sbin/sysinstall/help security.hlp Log: o Reduce the number of offered security profiles, as we now have a more conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days Revision Changes Path 1.189 +13 -74 src/usr.sbin/sysinstall/config.c 1.315 +2 -4 src/usr.sbin/sysinstall/menus.c 1.213 +2 -4 src/usr.sbin/sysinstall/sysinstall.h 1.3 +8 -13 src/usr.sbin/sysinstall/help/security.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message