Branch: Tag:

1997-09-03

1997-09-03 07:52:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: server/config_actions/proc.pike:1.3
Rev: server/etc/modules/RoxenRPC.pmod/Server.pike:1.10

1:   /* -  * $Id: proc.pike,v 1.2 1997/09/03 05:19:29 per Exp $ +  * $Id: proc.pike,v 1.3 1997/09/03 07:51:35 grubba Exp $    */      inherit "wizard";
11:      void create()   { -  if(!file_stat("/usr/proc/bin/")) throw("Only available under Solaris 2.4 and newer\n"); +  if(!file_stat("/usr/proc/bin/")) { +  throw("Only available under Solaris 2.5 and newer\n");    } -  + }      string proc(string prog, int pid )   {