PERFORCE change 18049 for review

Adam Migus amigus at freebsd.org
Tue Sep 24 06:54:49 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18049

Change 18049 by amigus at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list