From owner-cvs-all Mon Jun 3 15:37: 6 2002 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 6FE2137B400; Mon, 3 Jun 2002 15:36:52 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Maqc62655; Mon, 3 Jun 2002 15:36:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200206032236.g53Maqc62655@freefall.freebsd.org> From: John Baldwin Date: Mon, 3 Jun 2002 15:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall modules.c 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 jhb 2002/06/03 15:36:52 PDT Modified files: usr.sbin/sysinstall modules.c Log: Backout revision 1.2 since it didn't work and replace it with a fix that actually does work. Ignore errors from kldload(2) if the errno value is EEXIST. It would help if this return value were documented in the kldload(2) manual page. Revision Changes Path 1.4 +2 -6 src/usr.sbin/sysinstall/modules.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message