Re: /stand/sysconfig does't work

2007-08-03 Thread Beech Rintoul
On Thursday 02 August 2007, [EMAIL PROTECTED] said:
 I just purchased Freebsd-6.1 RELEASE and  /stand/sysinstall doesn't
 work.

 I have been using freebsd since the version 2.1.  When installing,
 I always use /stand/sysinstall.  Now I have freebsd's 6.1 version.
 /stand/sysinstall no longer works.  Now I think
 /someword/sysinstall works.  I have at least 10 versions of
 freebsd, both books and the freebsd website.  After a long day of
 research, I couldn't the find the word  in the above example.

 What word do I use for someword?

 /someword/sysinstall

 Thanks in advance
 bruce

It's now just sysinstall and the binary is in /usr/sbin/sysinstall.

Cheers

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /stand/sysconfig does't work

2007-08-03 Thread John Clement
If you run the find command you'll find what you're looking for ;-)

[EMAIL PROTECTED] ~]# find / -name sysinstall -print
/usr/sbin/sysinstall

cheers

On 03/08/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I just purchased Freebsd-6.1 RELEASE and  /stand/sysinstall doesn't work.

 I have been using freebsd since the version 2.1.  When installing, I
 always use /stand/sysinstall.  Now I have freebsd's 6.1 version.
 /stand/sysinstall no longer works.  Now I think /someword/sysinstall
 works.  I have at least 10 versions of freebsd, both books and the
 freebsd website.  After a long day of research, I couldn't the find the
 word  in the above example.

 What word do I use for someword?

 /someword/sysinstall

 Thanks in advance
 bruce
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /stand/sysconfig does't work

2007-08-03 Thread John Clement
as long as /usr/sbin hasn't been removed from PATH ;-)

On 03/08/07, Paul Schmehl [EMAIL PROTECTED] wrote:

 --On Friday, August 03, 2007 08:51:48 +0100 John Clement
 [EMAIL PROTECTED] wrote:

  If you run the find command you'll find what you're looking for ;-)
 
  [EMAIL PROTECTED] ~]# find / -name sysinstall -print
  /usr/sbin/sysinstall
 
 Or which.

 [EMAIL PROTECTED] which sysinstall
 /usr/sbin/sysinstall

 --
 Paul Schmehl ([EMAIL PROTECTED])
 Senior Information Security Analyst
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /stand/sysconfig does't work

2007-08-03 Thread Paul Schmehl
--On Friday, August 03, 2007 08:51:48 +0100 John Clement 
[EMAIL PROTECTED] wrote:



If you run the find command you'll find what you're looking for ;-)

[EMAIL PROTECTED] ~]# find / -name sysinstall -print
/usr/sbin/sysinstall


Or which.

[EMAIL PROTECTED] which sysinstall
/usr/sbin/sysinstall

--
Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Re: /stand/sysconfig does't work

2007-08-03 Thread Tom Grove

[EMAIL PROTECTED] wrote:

I just purchased Freebsd-6.1 RELEASE and  /stand/sysinstall doesn't work.

I have been using freebsd since the version 2.1.  When installing, I 
always use /stand/sysinstall.  Now I have freebsd's 6.1 version.  
/stand/sysinstall no longer works.  Now I think /someword/sysinstall 
works.  I have at least 10 versions of freebsd, both books and the 
freebsd website.  After a long day of research, I couldn't the find 
the word  in the above example.


What word do I use for someword?

/someword/sysinstall

Thanks in advance
bruce
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
You could also try using man or which.  Which will tell you where the 
binary exists within the filesystem and man will give you the location 
of the binary in the first paragraph.


-Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /stand/sysconfig does't work

2007-08-03 Thread Norberto Meijome
On Fri, 03 Aug 2007 01:34:27 -0600
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 What word do I use for someword?
 
 /someword/sysinstall

Hi Bruce,
try /usr/sbin/sysinstall

B

_
{Beto|Norberto|Numard} Meijome

   Said Hamlet to Ophelia,I'll do a sketch of thee.
   What kind of pencil shall I use,2B or not 2B? 

Hamlet, by Spike Milligan

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]