Merge lp:~zirpu/charms/precise/haproxy/fix-stop-hook into lp:charms/haproxy

Proposed by Allan Bailey
Status: Merged
Merge reported by: Adam Gandelman
Merged at revision: not available
Proposed branch: lp:~zirpu/charms/precise/haproxy/fix-stop-hook
Merge into: lp:charms/haproxy
Diff against target: 9 lines (+1/-1)
1 file modified
hooks/stop (+1/-1)
To merge this branch: bzr merge lp:~zirpu/charms/precise/haproxy/fix-stop-hook
Reviewer Review Type Date Requested Status
Adam Gandelman Pending
Review via email: mp+112394@code.launchpad.net

Description of the change

This is a fix for the haproxy/hooks/stop script, it was referring to mysql instead of haproxy.

To post a comment you must log in.
Revision history for this message
Adam Gandelman (gandelman-a) wrote :

LGTM

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/stop'
2--- hooks/stop 2011-02-16 01:17:47 +0000
3+++ hooks/stop 2012-06-27 17:01:38 +0000
4@@ -1,3 +1,3 @@
5 #!/bin/bash
6
7-/etc/init.d/mysql stop
8\ No newline at end of file
9+/etc/init.d/haproxy stop

Subscribers

People subscribed via source and target branches