From owner-cvs-release Tue Jul 15 22:24:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA21522 for cvs-release-outgoing; Tue, 15 Jul 1997 22:24:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA21467; Tue, 15 Jul 1997 22:23:41 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA01032; Tue, 15 Jul 1997 22:22:44 -0700 (PDT) Date: Tue, 15 Jul 1997 22:22:44 -0700 (PDT) Message-Id: <199707160522.WAA01032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall Makefile dispatch.c install.c menus.c options.c sysinstall.h samba.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/07/15 22:22:43 PDT Modified files: release/sysinstall Makefile dispatch.c install.c menus.c options.c sysinstall.h Removed files: release/sysinstall samba.c Log: Eliminate Samba configuration. Sorry, but this was another one of those ideas that, like the Apache server setup, was well-intentioned but doomed to fail in the face of change. That and the fact that it shouldn't be part of the installation tool, it should be part of the post-installation setup tool (which we need to write). Combining the two utilities into one utility was my first conceptual mistake. Apologies also to Coranth Gryphon, who worked hard on the Apache and Samba server setup code. These features were quite useful for awhile, if that's any consolation, I just simply had the wrong ideas about where to put them. :-( Revision Changes Path 1.59 +1 -1 src/release/sysinstall/Makefile 1.20 +1 -2 src/release/sysinstall/dispatch.c 1.192 +1 -8 src/release/sysinstall/install.c 1.141 +1 -4 src/release/sysinstall/menus.c 1.56 +1 -4 src/release/sysinstall/options.c 1.138 +1 -4 src/release/sysinstall/sysinstall.h