Greetings,
<div><br class="webkit-block-placeholder" />
</div>
<div>An alternate command is:</div>
<div><br class="webkit-block-placeholder" />
</div>
<div>dscl . list /users | grep $BBUSER<br />
<br />
</div>
<div>A good reference to dscl can be found here: </div>
<div><br class="webkit-block-placeholder" />
</div>
<div>http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dscl.1.html</div>
<div><br class="webkit-block-placeholder" />
</div>
<div>Regards,</div>
<div><br class="webkit-block-placeholder" />
</div>
<div>Mike</div>
<div><br class="webkit-block-placeholder" />
</div>
<div><br class="webkit-block-placeholder" />
</div>
<div><br class="webkit-block-placeholder" />
</div>
<div><br />
-----Original Message-----<br />
From: "Tim Rotunda" <tim.rotunda@twcable.com><br />
Sent 1/14/2008 11:35:19 AM<br />
To: hobbit@hswn.dk<br />
Subject: Re: [hobbit] OSX 10.5 and nireport<br />
<br />
<font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px">Hi Henrik,<br />
<br />
The nireport command has been deprecated in Leopard so I made the following code changes:<br />
<br />
<br />
File: configure.server<br />
<br />
From:<br />
<br />
    USERDATA="`nireport / /users name home | grep $BBUSER`"<br />
<br />
To:<br />
<br />
    USERDATA="`ls -1 /Users | grep $BBUSER`"<br />
<br />
Probably not the most eloquent method but functional for me.<br />
<br />
Cheer’s,<br />
<br />
Tim <br />
<br />
<br />
On 1/13/08 2:29 AM, "Henrik Stoerner" <henrik@hswn.dk> wrote:<br />
<br />
<font color="#0000FF">> On Thu, Jan 10, 2008 at 03:46:35PM -0600, Tim Rotunda wrote:<br />
</font><font color="#008000">>> So I am building 4.1.2p2 on OSX 10.5.1 and have gotten to the point where<br />
>> the user is requested.  Turns out configure.server is still using nireport.<br />
>> Has anyone fixed this in a beta or should I just go ahead and make the<br />
>> changes and submit it?<br />
</font><font color="#0000FF">> <br />
> I haven't had any reports about problems with nireport, and since I have<br />
> no OSX knowledge at all I depend on others reporting/fixing bugs.<br />
> <br />
> So if you can provide a patch for me, that would be nice. But I'd also<br />
> like to know what the problem is - and if this is something that has<br />
> changed from one OSX version to the next.<br />
> <br />
> <br />
> Regards,<br />
> Henrik<br />
> <br />
> <br />
> To unsubscribe from the hobbit list, send an e-mail to<br />
> hobbit-unsubscribe@hswn.dk<br />
> <br />
> <br />
</font></span></font>
<pre>This E-mail and any of its attachments may contain Time Warner
Cable proprietary information, which is privileged, confidential,
or subject to copyright belonging to Time Warner Cable. This E-mail
is intended solely for the use of the individual or entity to which
it is addressed. If you are not the intended recipient of this
E-mail, you are hereby notified that any dissemination,
distribution, copying, or action taken in relation to the contents
of and attachments to this E-mail is strictly prohibited and may be
unlawful. If you have received this E-mail in error, please notify
the sender immediately and permanently delete the original and any
copy of this E-mail and any printout.
</pre>
</div>