Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 00:20:22 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 18052 for review
Message-ID:  <200209240720.g8O7KMMb051368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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