<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Joshua, you can try the BASH version of this script, search in the
history of the list and you will find it... if you want i can send
too...<br>
<br>
Cheers<br>
<br>
Joshua Krause wrote:
<blockquote cite="mid:008101c853ae$d1bc69a0$75353ce0$@rr.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">I installed the rootlogin.pl and it wasn’t
working for
a bit until I put the actual $BBHOME directory in the hobbitlauch.cfg
for the
rootlogin.pl entry.  But now when I look at the rootlogin.log file I am
getting these errors:<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 102879.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 103303.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 103673.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 104351.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 105102.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 105945.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 106447.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 106861.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 107535.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 108031.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 108397.<o:p></o:p></p>
  <p class="MsoNormal">Use of uninitialized value in concatenation (.)
or string at
/opt/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 108912.<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">And line 76 is this:<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">62         elsif
($line =~ /^\@\@/) {<o:p></o:p></p>
  <p class="MsoNormal"> 63                
# End of a message. Do something with it.<o:p></o:p></p>
  <p class="MsoNormal"> 64                
processmessage();<o:p></o:p></p>
  <p class="MsoNormal"> 65         }<o:p></o:p></p>
  <p class="MsoNormal"> 66        
elsif ($line =~ /^\[(.+)\]/) {<o:p></o:p></p>
  <p class="MsoNormal"> 67                
# Start of new message section.<o:p></o:p></p>
  <p class="MsoNormal"> 68<o:p></o:p></p>
  <p class="MsoNormal"> 69                 $cursection
= $1;<o:p></o:p></p>
  <p class="MsoNormal"> 70                
$sections{ $cursection } = "\n";<o:p></o:p></p>
  <p class="MsoNormal"> 71         }<o:p></o:p></p>
  <p class="MsoNormal"> 72        
else {<o:p></o:p></p>
  <p class="MsoNormal"> 73                
# Add another line to the entire message text variable,<o:p></o:p></p>
  <p class="MsoNormal"> 74                
# and the the current section.<o:p></o:p></p>
  <p class="MsoNormal"> 75                 $msgtxt
= $msgtxt . $line;<o:p></o:p></p>
  <p class="MsoNormal"><b> 76                
$sections{ $cursection } = $sections{ $cursection } . $line;<o:p></o:p></b></p>
  <p class="MsoNormal"> 77         }<o:p></o:p></p>
  <p class="MsoNormal"> 78 }<o:p></o:p></p>
  <p class="MsoNormal"> 79<o:p></o:p></p>
  <p class="MsoNormal"> 80<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Anyone else seen this.<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Thanks,<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Josh<o:p></o:p></p>
  </div>
</blockquote>
</body>
</html>