Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2000 10:10:30 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        "David J. Kanter" <djkanter@nwu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mergemaster
Message-ID:  <20000527101030.D233@parish>
In-Reply-To: <20000526234648.A18446@localhost.localdomain>; from djkanter@nwu.edu on Fri, May 26, 2000 at 11:46:48PM -0500
References:  <20000526161449.19864.qmail@hotmail.com> <20000526234648.A18446@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 26, 2000 at 11:46:48PM -0500, David J. Kanter wrote:
> On Fri, May 26, 2000 at 12:14:49PM -0400, John Daniels wrote:
> > When I type "pkg_version" I get a list of 
> > installed programs but mergemaster is not one of them.
> 
> I don't think base programs are listed in pkg_version. For instance,
> sendmail doesn't show up, but it's there.

They don't because their not packages. Try which(1):

     % which mergemaster
     /usr/sbin/mergemaster
     % which sendmail
     /usr/sbin/sendmail
     %

Note that which is a builtin in csh(1) as well as an external prog
(the latter has the -a option which searches for all occurrences in
$PATH)

HTH

> -- 
> David Kanter
> djkanter@nwu.edu
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
        ...and on the eighth day God created UNIX
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000527101030.D233>