Merge ~paelzer/ubuntu/+source/ipvsadm:bug-1830033-fix-service-start-bionic into ubuntu/+source/ipvsadm:ubuntu/bionic-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 5a863b7248593c62bbe84867c9c72d0617502587
Merged at revision: 5a863b7248593c62bbe84867c9c72d0617502587
Proposed branch: ~paelzer/ubuntu/+source/ipvsadm:bug-1830033-fix-service-start-bionic
Merge into: ubuntu/+source/ipvsadm:ubuntu/bionic-devel
Diff against target: 52 lines (+11/-4)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/ipvsadm.init (+3/-3)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+367890@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Tagged and uploaded for SRU review

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 7955a29..e75934f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1ipvsadm (1:1.28-3ubuntu0.18.04.1) bionic; urgency=medium
2
3 * d/ipvsadm.init: remove duplicate syncid on daemon invocation (LP: #1830033)
4
5 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 24 May 2019 09:51:59 +0200
6
1ipvsadm (1:1.28-3build1) artful; urgency=medium7ipvsadm (1:1.28-3build1) artful; urgency=medium
28
3 * No-change rebuild to pick up -fPIE compiler default in static9 * No-change rebuild to pick up -fPIE compiler default in static
diff --git a/debian/control b/debian/control
index 19bf94f..960c429 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: ipvsadm1Source: ipvsadm
2Section: net2Section: net
3Priority: extra3Priority: extra
4Maintainer: Alexander Wirt <formorer@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Alexander Wirt <formorer@debian.org>
5Standards-Version: 3.9.66Standards-Version: 3.9.6
6Vcs-Browser: https://github.com/formorer/pkg-ipvsadm7Vcs-Browser: https://github.com/formorer/pkg-ipvsadm
7Vcs-Git: https://github.com/formorer/pkg-ipvsadm.git8Vcs-Git: https://github.com/formorer/pkg-ipvsadm.git
diff --git a/debian/ipvsadm.init b/debian/ipvsadm.init
index 8e3b508..5a05544 100644
--- a/debian/ipvsadm.init
+++ b/debian/ipvsadm.init
@@ -29,16 +29,16 @@ start () {
29 case $DAEMON in29 case $DAEMON in
30 master|backup)30 master|backup)
31 log_daemon_msg "Starting IPVS Connection Synchronization Daemon" "$DAEMON"31 log_daemon_msg "Starting IPVS Connection Synchronization Daemon" "$DAEMON"
32 $IPVSADM --syncid $SYNCID --start-daemon $DAEMON --mcast-interface \32 $IPVSADM --start-daemon $DAEMON --mcast-interface \
33 $IFACE --syncid $SYNCID || log_end_msg 133 $IFACE --syncid $SYNCID || log_end_msg 1
34 log_end_msg 034 log_end_msg 0
35 ;;35 ;;
36 both)36 both)
37 log_daemon_msg "Starting IPVS Connection Synchronization Daemon" "master"37 log_daemon_msg "Starting IPVS Connection Synchronization Daemon" "master"
38 $IPVSADM --syncid $SYNCID --start-daemon master --mcast-interface \38 $IPVSADM --start-daemon master --mcast-interface \
39 $IFACE --syncid $SYNCID || FAILURE=139 $IFACE --syncid $SYNCID || FAILURE=1
40 log_progress_msg "backup"40 log_progress_msg "backup"
41 $IPVSADM --syncid $SYNCID --start-daemon backup --mcast-interface \41 $IPVSADM --start-daemon backup --mcast-interface \
42 $IFACE --syncid $SYNCID || FAILURE=142 $IFACE --syncid $SYNCID || FAILURE=1
43 if [ "$FAILURE" -eq 1 ]43 if [ "$FAILURE" -eq 1 ]
44 then44 then

Subscribers

People subscribed via source and target branches