Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 23:54:49 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 18049 for review
Message-ID:  <200209240654.g8O6sn0d042501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18049

Change 18049 by amigus@amigus_ganymede on 2002/09/23 23:54:05

	Forgot to set the login class...

Affected files ...

.. //depot/projects/trustedbsd/misc/scripts/mac_add_so_account.pl#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/scripts/mac_add_so_account.pl#2 (text+ko) ====

@@ -34,7 +34,8 @@
 
 my $ret;
 
-$ret = system("pw useradd $username -c \"$real_name\" -m -g wheel -s $shell");
+$ret = system(
+    "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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209240654.g8O6sn0d042501>