SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/p5-Net-MySQL/patches/patch-script_mysql_pl
Normal file
15
net/p5-Net-MySQL/patches/patch-script_mysql_pl
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- script/mysql.pl.orig Mon Jul 22 05:12:53 2002
|
||||
+++ script/mysql.pl Fri Aug 9 12:28:27 2002
|
||||
@@ -70,10 +70,10 @@ exit;
|
||||
sub show_usage
|
||||
{
|
||||
die <<__USAGE__;
|
||||
-Usage: mysq.pl [-?v] [-s /tmp/mysql.sock] [-h HOSTNAME] [-P PORT] [-u USER] DATABASE
|
||||
+Usage: mysq.pl [-?v] [-s /var/run/mysql/mysql.sock] [-h HOSTNAME] [-P PORT] [-u USER] DATABASE
|
||||
|
||||
-? Display this help and exit.
|
||||
- -s Path to Unix socket. (default /tmp/mysql.sock)
|
||||
+ -s Path to Unix socket. (default /var/run/mysql/mysql.sock)
|
||||
-h Connect to host.
|
||||
-P Port number to user for connection.(default 3306)
|
||||
-u User for login if not current user.
|
Loading…
Add table
Add a link
Reference in a new issue