PERFORCE change 18052 for review

Adam Migus amigus at freebsd.org
Tue Sep 24 07:20:22 GMT 2002


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

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



More information about the trustedbsd-cvs mailing list