Merge lp:~matsubara/maas/fix-maas-cc-sed-quantal into lp:~maas-maintainers/maas/packaging.quantal

Proposed by Diogo Matsubara
Status: Merged
Approved by: Diogo Matsubara
Approved revision: 169
Merged at revision: 169
Proposed branch: lp:~matsubara/maas/fix-maas-cc-sed-quantal
Merge into: lp:~maas-maintainers/maas/packaging.quantal
Diff against target: 12 lines (+1/-1)
1 file modified
debian/maas-cluster-controller.postinst (+1/-1)
To merge this branch: bzr merge lp:~matsubara/maas/fix-maas-cc-sed-quantal
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+158351@code.launchpad.net

Commit message

Fix sed quoting in maas-cluster-controller.postinst

Description of the change

Fix sed quoting in maas-cluster-controller.postinst

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/maas-cluster-controller.postinst'
2--- debian/maas-cluster-controller.postinst 2013-03-20 17:40:14 +0000
3+++ debian/maas-cluster-controller.postinst 2013-04-11 12:39:47 +0000
4@@ -83,7 +83,7 @@
5 # Get the MAAS_URL on configure/reconfigure and write it to the conf files.
6 db_get maas-cluster-controller/maas-url || true
7 if [ -n "$RET" ]; then
8- sed -i "s|MAAS_URL=.*|MAAS_URL="$RET"|" /etc/maas/maas_cluster.conf
9+ sed -i "s|MAAS_URL=.*|MAAS_URL='$RET'|" /etc/maas/maas_cluster.conf
10 # Extract the hostname part.
11 HOSTPART=$(echo $RET|awk '{ split($0,array,"/")} END{print array[3] }')
12 # And substitute it in-place in pserv.yaml on an indented, non-commented

Subscribers

People subscribed via source and target branches