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
=== modified file 'hooks/stop'
--- hooks/stop 2011-02-16 01:17:47 +0000
+++ hooks/stop 2012-06-27 17:01:38 +0000
@@ -1,3 +1,3 @@
1#!/bin/bash1#!/bin/bash
22
3/etc/init.d/mysql stop
4\ No newline at end of file3\ No newline at end of file
4/etc/init.d/haproxy stop

Subscribers

People subscribed via source and target branches