Hello
First bug: The contact address is no longer existing:
"BUGs can be reported by email to Yves.Carlier@stripped"
Second bug: perl does not substitute the '~' char to the home directory:
> --- /tmp/mysqlaccess.orig 2002-08-27 08:25:23.000000000 +0200
> +++ /usr/bin/mysqlaccess 2002-08-27 08:20:40.000000000 +0200
> @@ -13,7 +13,7 @@
> $script = $1;
> $script = 'MySQLAccess' unless $script;
> $script_conf = "$script.conf";
> - $script_log = "~/$script.log";
> + $script_log = $ENV{'HOME'}."/$script.log";
>
> # ****************************
> # information on MySQL
bye,
-christian-
Robot: php mysql
| Thread |
|---|
| • 2 bugs in mysqlaccess | Christian Hammers | 27 Aug |