From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 21:07:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7E616A41F for ; Thu, 10 Nov 2005 21:07:02 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F026A43D5D for ; Thu, 10 Nov 2005 21:06:59 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 8B63B4F2; Thu, 10 Nov 2005 16:07:44 -0500 (EST) Received: from pool-71-112-205-160.sttlwa.dsl-w.verizon.net (pool-71-112-205-160.sttlwa.dsl-w.verizon.net [71.112.205.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id C204A89; Thu, 10 Nov 2005 16:07:42 -0500 (EST) Date: Thu, 10 Nov 2005 13:06:55 -0800 (PST) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: Luke Dean In-Reply-To: <20051110125414.X99414@border.crystalsphere.multiverse> Message-ID: <20051110130554.C99414@border.crystalsphere.multiverse> References: <20051110125414.X99414@border.crystalsphere.multiverse> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: illegal option in mergemaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 21:07:02 -0000 On Thu, 10 Nov 2005, Luke Dean wrote: > > I synchronized my sources to RELENG_6 built the world, built the kernel, and > installed the kernel. > When I run mergemaster, it always dies with the following message. It's > trying to use a "-l" option with cap_mkdb and that's not a legal switch. I > can't find any documentation on that switch either. What is it trying to do, > and why? > > > cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf > auth.conf crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf > dhclient.conf disktab fbtab ftpusers gettytab group hosts hosts.allow > hosts.equiv hosts.lpd inetd.conf login.access login.conf mac.conf motd > netconfig network.subr networks newsyslog.conf portsnap.conf pf.conf pf.os > phones profile protocols rc rc.bsdextended rc.firewall rc.firewall6 > rc.initdiskless rc.sendmail rc.shutdown rc.subr remote rpc services shells > snmpd.config sysctl.conf syslog.conf usbd.conf etc.i386/ttys > /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config > /usr/src/etc/../usr.bin/mail/misc/mail.rc > /usr/src/etc/../usr.bin/locate/locate/locate.rc printcap > /var/tmp/temproot/etc; cap_mkdb -l /var/tmp/temproot/etc/login.conf; install > -o root -g wheel -m 755 netstart pccard_ether rc.suspend rc.resume > /var/tmp/temproot/etc; install -o root -g wheel -m 600 master.passwd > nsmb.conf opieaccess /var/tmp/temproot/etc; pwd_mkdb -L -p -d > /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd > cap_mkdb: illegal option -- l > usage: cap_mkdb [-v] [-f outfile] file [file ...] > *** Error code 1 > > Stop in /usr/src/etc. > > *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to > the temproot environment > > > Ah, nevermind. It's a new option and I couldn't use it until I installed the world. I should've guessed. Sorry for the noise.