From owner-freebsd-hackers Fri May 24 20:40:50 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA03367 for hackers-outgoing; Fri, 24 May 1996 20:40:50 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA03361 for ; Fri, 24 May 1996 20:40:44 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id UAA09662; Fri, 24 May 1996 20:40:09 -0700 (PDT) To: Terry Lambert cc: lithium@cia-g.com, freebsd-hackers@freebsd.org Subject: Re: Adduser program in C In-reply-to: Your message of "Fri, 24 May 1996 19:04:15 PDT." <199605250204.TAA02417@phaeton.artisoft.com> Date: Fri, 24 May 1996 20:40:09 -0700 Message-ID: <9660.832995609@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The dialog library is a bogus layer for abstracting this type of thing. > > You want a command line tool that can be used by a generic UI using > a dialog library or a GUI making Motif calls, etc., to avoid code > duplication. Sure, but for now I'd be happy to see a more functional adduser replacement - so far, none of the efforts which have set out to do this have born any fruit. :( Jordan