From owner-freebsd-hackers Thu Feb 27 09:18:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA07692 for hackers-outgoing; Thu, 27 Feb 1997 09:18:42 -0800 (PST) Received: from cold.org (cold.org [206.81.134.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07687 for ; Thu, 27 Feb 1997 09:18:37 -0800 (PST) Received: from localhost (brandon@localhost) by cold.org (8.8.5/8.8.3) with SMTP id KAA05356 for ; Thu, 27 Feb 1997 10:18:50 -0700 (MST) Date: Thu, 27 Feb 1997 10:18:49 -0700 (MST) From: Brandon Gillespie To: freebsd-hackers@freebsd.org Subject: usermod/userdel/useradd groupmod/groupdel/groupadd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have these commands for FreeBSD, but they are written in perl5 (rather than perl4--for security and cleanliness). They all hook into a p5 library for handling the password file, group file and shells file. I would like to submit these, as well as an additional 'muser' which also uses the pwd.ph library (its a do-it-all add/del/modify users/groups and shells program); but since FreeBSD doesn't have p5 by default I don't know what to do. Frankly, I think it should have perl5 by default--not just as a package.. -Brandon Gillespie