From owner-p4-projects Tue Sep 24 0:20:24 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 084BB37B401; Tue, 24 Sep 2002 00:20:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A403637B401 for ; Tue, 24 Sep 2002 00:20:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D07243E3B for ; Tue, 24 Sep 2002 00:20:22 -0700 (PDT) (envelope-from amigus@FreeBSD.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8O7KMCo051376 for ; Tue, 24 Sep 2002 00:20:22 -0700 (PDT) (envelope-from amigus@FreeBSD.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O7KMMb051368 for perforce@freebsd.org; Tue, 24 Sep 2002 00:20:22 -0700 (PDT) Date: Tue, 24 Sep 2002 00:20:22 -0700 (PDT) Message-Id: <200209240720.g8O7KMMb051368@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to amigus@FreeBSD.org using -f From: Adam Migus Subject: PERFORCE change 18052 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18052 Change 18052 by amigus@amigus_ganymede on 2002/09/24 00:19:37 This works a little better. Affected files ... .. //depot/projects/trustedbsd/misc/scripts/mac_add_so_account.pl#3 edit Differences ... ==== //depot/projects/trustedbsd/misc/scripts/mac_add_so_account.pl#3 (text+ko) ==== @@ -35,7 +35,7 @@ my $ret; $ret = system( - "pw useradd $username -c \"$real_name\" -m -L so -g wheel -s $shell"); + "pw useradd $username -c \"$real_name\" -m -L \"so\" -g wheel -s $shell"); exit ($ret); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message