ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/shell.pl
(Generate patch)

Comparing Coro/myhttpd/shell.pl (file contents):
Revision 1.16 by root, Mon Aug 20 16:58:19 2001 UTC vs.
Revision 1.17 by root, Tue Aug 28 02:30:49 2001 UTC

60 $::RESTART = 1; 60 $::RESTART = 1;
61 unloop; 61 unloop;
62 print $fh "restarting, cu!\n"; 62 print $fh "restarting, cu!\n";
63 last; 63 last;
64 } elsif ($cmd eq "country") { 64 } elsif ($cmd eq "country") {
65 print $fh ip_request($_), "\n"; 65 print $fh netgeo::ip_request($_), "\n";
66 } 66 }
67 } else { 67 } else {
68 print $fh "try one of @commands\n"; 68 print $fh "try one of @commands\n";
69 } 69 }
70 } 70 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines