From owner-freebsd-questions Wed Nov 20 01:12:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA17450 for questions-outgoing; Wed, 20 Nov 1996 01:12:10 -0800 (PST) Received: from calvin.pitzer.edu (Calvin.Pitzer.Edu [134.173.112.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA17438 for ; Wed, 20 Nov 1996 01:12:06 -0800 (PST) Received: from localhost (brosenga@localhost) by calvin.pitzer.edu (8.7.5/8.6.12) with SMTP id BAA26937; Wed, 20 Nov 1996 01:13:51 -0800 (PST) Date: Wed, 20 Nov 1996 01:13:51 -0800 (PST) From: Snob Art Genre To: Don Yuniskis cc: questions@freebsd.org Subject: Re: odd pkg problem In-Reply-To: <199611200855.BAA23786@seagull.rtd.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 20 Nov 1996, Don Yuniskis wrote: > It seems that Levels of Indirection said: > > > > After having some trouble with sudo (about which I might be asking later > > if this doesn't resolve it), I tried deleting and reinstalling it. It > > now seems to be in some sort of odd in-between state. pkg_add tells me > > it's already there, but pkg_delete says it isn't. Any ideas? Thanks in > > advance. > > try deleting the /var/db/pkg/sudo*/* files for it (or, rename the directory > if you don't want to risk losing the directory) and then reinstalling. > > --don > Thanks! I did this and it worked. It left me with one problem -- the file that visudo edits is completely different from /usr/local/etc/sudoers. And modifications to the former do not affect the latter. Ben