From owner-freebsd-questions Sat Mar 21 08:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24796 for freebsd-questions-outgoing; Sat, 21 Mar 1998 08:33:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24782 for ; Sat, 21 Mar 1998 08:32:48 -0800 (PST) (envelope-from rostewa2@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id LAA02257; Sat, 21 Mar 1998 11:35:57 -0500 (EST) Received: from vt.edu (rostewa2.campus.vt.edu [198.82.96.185]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id LAA31699; Sat, 21 Mar 1998 11:32:44 -0500 (EST) Message-ID: <3513A56B.170BCA63@vt.edu> Date: Sat, 21 Mar 1998 11:32:59 +0000 From: Brandon Stewart X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-BETA i386) MIME-Version: 1.0 To: BEAUPRE Antoine CC: freebsd-questions Subject: Re: addgroup command : command not found error References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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