diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:01:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:01:34 +0000 |
commit | e4ceff6486a16802695146d7d40203e48d170d6c (patch) | |
tree | b67526d0cd183c9a05c9348045e6cadca3b73458 /databases/mysqlman/files/patch-mysql.cgi | |
parent | Upgrade to 3.11 (diff) |
New port: MySQLMan - a web based MySQL database manager written in perl
This port can be useful those, who have to manage MySQL
remotely via web, but they don't want to install php for
phpMyAdmin. Unfortunately the license is not complete free:
You have to download yourself from the original distribution
site then you can freely use it, but you cannot redistribute.
PR: ports/38958
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=73379
Diffstat (limited to 'databases/mysqlman/files/patch-mysql.cgi')
-rw-r--r-- | databases/mysqlman/files/patch-mysql.cgi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysqlman/files/patch-mysql.cgi b/databases/mysqlman/files/patch-mysql.cgi new file mode 100644 index 000000000000..6a75dad22dba --- /dev/null +++ b/databases/mysqlman/files/patch-mysql.cgi @@ -0,0 +1,13 @@ +*** mysql.cgi.orig Thu Jun 6 20:07:24 2002 +--- mysql.cgi Thu Jun 6 20:08:07 2002 +*************** +*** 1,4 **** +! #!/usr/bin/perl + # ================================================================== + # MySQLMan - web based MySQL manager. + # +--- 1,4 ---- +! #!%%PATHPERLBIN%% + # ================================================================== + # MySQLMan - web based MySQL manager. + # |