|
|||
Copyright (C) 1998-2005, Matti Tukiainen <ktmatu@nic.fi>. All rights reserved.
This file is part of Relax.
Relax is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular purpose or works at all, unless he or she says so in writing. Refer to the GNU General Public License (the "License") for full details.
Replace old relax.pl and Engines.pm files.
Replace old relax.pl with the new one. Install Engines.pm to the same directory where relax.pl resides.
Replace old relax.pl with the new one.
Replace old relax.pl with the new one.
unzip_app must be modified in your old configuration file (e.g. relax.cfg). Instead of
$command_line {"unzip_app"} = '/vol/local/bin/gzip -dc';
unzip_app should look like:
%{$command_line {"unzip_app"}} = ( '(?i)\.gz$' => 'gzip -dc', '(?i)\.bz2$' => 'bzip2 -dc', '(?i)\.zip$' => 'unzip -p', '(?i)\.Z$' => 'uncompress -c', );
Otherwise there will be an error message like:
Can't use string ("/vol/local/bin/gzip -dc") as a HASH ref while "strict refs" in use at ./relax.pl line 2002.
Home | Software | Information | Etsin | Chinese | Christmas Calendars | Site Info |