Merge lp:~andreserl/maas/packaging_lp1446699 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 382
Merged at revision: 382
Proposed branch: lp:~andreserl/maas/packaging_lp1446699
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 25 lines (+3/-2)
2 files modified
debian/changelog (+2/-1)
debian/maas-dhcp.maas-dhcpd.service (+1/-1)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_lp1446699
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+257147@code.launchpad.net

Commit message

debian/maas-dhcpd.maas-dhcpd.service: Remove whitespace in unit that was making systemd crash (LP: #1446699)

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

selfie!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-04-21 17:01:19 +0000
3+++ debian/changelog 2015-04-22 17:08:57 +0000
4@@ -1,6 +1,7 @@
5 maas (1.8.0~beta4+bzr3825-0ubuntu1) UNRELEASED; urgency=medium
6
7- * UNRELEASED
8+ * debian/maas-dhcpd.maas-dhcpd.service: Remove whitespace in unit that
9+ was making systemd crash (LP: #1446699)
10
11 -- Andres Rodriguez <andreserl@ubuntu.com> Tue, 21 Apr 2015 13:00:49 -0400
12
13
14=== modified file 'debian/maas-dhcp.maas-dhcpd.service'
15--- debian/maas-dhcp.maas-dhcpd.service 2015-04-01 11:35:09 +0000
16+++ debian/maas-dhcp.maas-dhcpd.service 2015-04-22 17:08:57 +0000
17@@ -20,7 +20,7 @@
18 LEASES_FILE=/var/lib/maas/dhcp/dhcpd.leases; \
19 [ -e $LEASES_FILE ] || touch $LEASES_FILE; \
20 chown root:root /var/lib/maas/dhcp /var/lib/maas/dhcp/dhcpd.leases*; \
21- exec dhcpd -user dhcpd -group dhcpd -f -q -4 -pf /run/maas/dhcp/dhcpd.pid \
22+ exec dhcpd -user dhcpd -group dhcpd -f -q -4 -pf /run/maas/dhcp/dhcpd.pid \
23 -cf /etc/maas/dhcpd.conf -lf $LEASES_FILE $INTERFACES'
24
25 [Install]

Subscribers

People subscribed via source and target branches

to all changes: