Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 1998 11:32:59 +0000
From:      Brandon Stewart <rostewa2@vt.edu>
To:        BEAUPRE Antoine <beaupran@JSP.UMontreal.CA>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: addgroup command : command not found error
Message-ID:  <3513A56B.170BCA63@vt.edu>
References:  <Pine.SGI.3.96.980321111215.29499A-100000@derby.jsp.umontreal.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
BEAUPRE Antoine wrote:
> 
> Hi
> 
> I'm having problems with te addgroup command, it seems it can't work at
> all...
> 
> all it tells me is addgroup: command not found
> 
> wether i'm in the good directory or i use ./addgroup, nothing works.
> 
> On the other hand, the adduser command works fine!
> 
> What's wrong?

Its an error in the addgroup shell script. The first line, which
specifies the shell to use, says #!/usr/bin/tclsh. There is no such
shell. Edit the file and make it say instead #!/usr/local/bin/tclsh8.0

This fix seems to work on my system, it may work on yours.

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?3513A56B.170BCA63>