From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:38:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5A6716A419 for ; Fri, 3 Aug 2007 15:38:23 +0000 (UTC) (envelope-from homeinbed@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 57C0213C457 for ; Fri, 3 Aug 2007 15:38:23 +0000 (UTC) (envelope-from homeinbed@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so534479uge for ; Fri, 03 Aug 2007 08:38:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=isVUp+bxl7l9yPPo9vB3pCT87TBMbIzm+y9ddmSfssYMxFr8wXhTOmkLQUdQ4ROKWUxSB9E+E9mgJugMM8ZFCT4gPz1iqXGvu9YdQ9ZOhqZADfkV+ykRoazeh7ytfSjrGx/Cie0ROQsv3HTsbPYy5VQ2v7Tmx7OZ/7nnqD5+bn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ITtCvIvPb9/EJS7kOdGo4oLTaOFS6fvcQ9u/eIeIff1WGPpoKUhsS8BOVWE4blIZIJPJqidE6x9JfgJfaubihyAqUi+IFfYaHUckwv4Gg4s0kB5DRPPa2VKoyJuAFPOn9uBGgzWnKglrRJbMoo5WupvEfLKdhyfmtgD0/iit7JQ= Received: by 10.78.180.16 with SMTP id c16mr863872huf.1186155501873; Fri, 03 Aug 2007 08:38:21 -0700 (PDT) Received: by 10.78.97.9 with HTTP; Fri, 3 Aug 2007 08:38:21 -0700 (PDT) Message-ID: <416f456e0708030838o1c2c1a5bu793a941a54fc0a67@mail.gmail.com> Date: Fri, 3 Aug 2007 16:38:21 +0100 From: "John Clement" To: "Paul Schmehl" In-Reply-To: <2AE2342D84E45499CA62E94C@utd59514.utdallas.edu> MIME-Version: 1.0 References: <46B2DA83.3010900@fixer.com> <416f456e0708030051r48d5d4ftd9dc7b66bd450799@mail.gmail.com> <2AE2342D84E45499CA62E94C@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:38:23 -0000 as long as /usr/sbin hasn't been removed from PATH ;-) On 03/08/07, Paul Schmehl wrote: > > --On Friday, August 03, 2007 08:51:48 +0100 John Clement > wrote: > > > If you run the find command you'll find what you're looking for ;-) > > > > [root@lily ~]# find / -name sysinstall -print > > /usr/sbin/sysinstall > > > Or which. > > root@utd59514# which sysinstall > /usr/sbin/sysinstall > > -- > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ >