]> git.proxmox.com Git - frr.git/commitdiff
buildsys: drop sysv init script, support systemd only
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 07:56:12 +0000 (09:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 08:08:05 +0000 (10:08 +0200)
noticed by the skip-systemd-native-flag-missing-pre-depends lintian
warning.

And yeah, we really should merge upstream debian/ into ours and then
use the latter as canonical source.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 8796ca264b2ead422e415d51271c143a4d2e15cb..d26be0464e57286a366b67b65d241005f2e3b7d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ $(BUILDDIR): submodule debian/changelog
        rm -rf $@ $@.tmp
        cp -a $(SRCDIR) $@.tmp
        rm $@.tmp/debian/changelog $@.tmp/debian/compat
+       sed -i '/frrinit\.sh/d' $@.tmp/debian/rules
        cp -a debian/* $@.tmp/debian/
        mv $@.tmp $@