Skip to content

Commit

Permalink
debian: install sysvinit script (Fixes: #26)
Browse files Browse the repository at this point in the history
Fixes github issue #26 and debian bug #918775

Reported-by: Joerg Dorchain <joerg@dorchain.net>
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>

Co-authored-by: Joerg Dorchain <joerg@dorchain.net>
Co-authored-by: Julien Fortin <julien@cumulusnetworks.com>
  • Loading branch information
julienfortin and dorchain committed Jan 17, 2019
1 parent 0aa3d31 commit 35b9d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/changelog
@@ -1,5 +1,6 @@
ifupdown2 (1.2.5-1) unstable; urgency=medium

* Fix: debian: install sysvinit script (closes: #918775)
* Fix: debian: postinst: remove diversion after upgrade from stretch
(closes: #919443)

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions debian/rules
Expand Up @@ -17,5 +17,8 @@ override_dh_systemd_start:
override_dh_systemd_enable:
dh_systemd_enable --name=networking

override_dh_installinit:
dh_installinit --name=networking --no-start

override_dh_compress:
dh_compress -X.py

0 comments on commit 35b9d03

Please sign in to comment.