mirror of
https://git.proxmox.com/git/mirror_ifupdown2
synced 2025-08-05 11:51:01 +00:00
debian: install sysvinit script (Fixes: #26)
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>
This commit is contained in:
parent
0aa3d31930
commit
35b9d035c1
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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)
|
||||
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user