Merge lp:~miguelaraujo/mysql-proxy/wrapper-script-typo into lp:mysql-proxy/0.8

Proposed by Miguel Araújo
Status: Merged
Approved by: Jan Kneschke
Approved revision: 1227
Merged at revision: 1227
Proposed branch: lp:~miguelaraujo/mysql-proxy/wrapper-script-typo
Merge into: lp:mysql-proxy/0.8
Diff against target: 21 lines (+2/-2)
1 file modified
scripts/mysql-proxy-binwrapper.in (+2/-2)
To merge this branch: bzr merge lp:~miguelaraujo/mysql-proxy/wrapper-script-typo
Reviewer Review Type Date Requested Status
Jan Kneschke (community) Approve
Review via email: mp+84246@code.launchpad.net

Description of the change

fixed wrong copyright note and typo on: scripts/mysql-proxy-binwrapper.in

To post a comment you must log in.
Revision history for this message
Jan Kneschke (jan-kneschke) wrote :

looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/mysql-proxy-binwrapper.in'
2--- scripts/mysql-proxy-binwrapper.in 2010-04-06 14:26:51 +0000
3+++ scripts/mysql-proxy-binwrapper.in 2011-12-02 11:35:20 +0000
4@@ -1,7 +1,7 @@
5 #!/bin/sh
6 #
7 # $%BEGINLICENSE%$
8-# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
9+# Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
10 #
11 # This program is free software; you can redistribute it and/or
12 # modify it under the terms of the GNU General Public License as
13@@ -32,7 +32,7 @@
14 #
15 # You can inject a wrapper like
16 #
17-# $ MYSQL_PROXY_WRAPPER=valgrind ./sbin/mysql-proxy
18+# $ MYSQL_PROXY_WRAPPER=valgrind ./bin/mysql-proxy
19 #
20
21 scriptdir=`dirname $0`

Subscribers

People subscribed via source and target branches